Searched defs:HS_HASH (Results 1 – 1 of 1) sorted by relevance
162 #define HS_HASH(l) ((uint_t)(l) & (HS_HASHSIZE - 1)) macro 164 #define HS_HASH(l) ((uint_t)(l) % HS_HASHSIZE) macro