Home
last modified time | relevance | path

Searched defs:HASH (Results 1 – 2 of 2) sorted by relevance

/system/netd/bpf_progs/
Dnetd.c50 DEFINE_BPF_MAP_GRO(cookie_tag_map, HASH, uint64_t, UidTagValue, COOKIE_UID_MAP_SIZE, in DEFINE_BPF_MAP_GRO() argument
343 DEFINE_BPF_MAP(uid_permission_map, HASH, uint32_t, uint8_t, UID_OWNER_MAP_SIZE) in DEFINE_BPF_MAP() argument
/system/tools/hidl/hashing/
DHash.cpp89 #define HASH "([0-9a-f]+)" macro