Home
last modified time | relevance | path

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

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