Searched refs:BUCKET_BITS (Results 1 – 4 of 4) sorted by relevance
232 #define BUCKET_BITS 17 macro238 #undef BUCKET_BITS248 #define BUCKET_BITS 16 macro263 #undef BUCKET_BITS267 #define BUCKET_BITS 17 macro274 #undef BUCKET_BITS285 #define BUCKET_BITS 15 macro313 #undef BUCKET_BITS316 #define BUCKET_BITS 20 macro324 #undef BUCKET_BITS
14 #define BUCKET_SIZE (1 << BUCKET_BITS)30 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)31 return h >> (32 - BUCKET_BITS); in FN()