Home
last modified time | relevance | path

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

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