Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/research/
H A Ddurchschlag.cc14 typedef struct HashSlot { struct
17 } HashSlot; argument
/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h231 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS) macro