Searched refs:BUCKET_BITS (Results 1 – 4 of 4) sorted by relevance
246 #define BUCKET_BITS 17 macro252 #undef BUCKET_BITS262 #define BUCKET_BITS 16 macro277 #undef BUCKET_BITS281 #define BUCKET_BITS 17 macro288 #undef BUCKET_BITS299 #define BUCKET_BITS 15 macro327 #undef BUCKET_BITS330 #define BUCKET_BITS 20 macro338 #undef BUCKET_BITS
14 #define BUCKET_SIZE (1 << BUCKET_BITS)16 #define HASH_MAP_SIZE (4 << BUCKET_BITS)29 return (uint32_t)(h >> (64 - BUCKET_BITS)); in FN()
23 #define BUCKET_SIZE (1 << BUCKET_BITS)35 return h >> (32 - BUCKET_BITS); in FN()
20 #define BUCKET_SIZE (1 << BUCKET_BITS)29 return h >> (32 - BUCKET_BITS); in FN()