Home
last modified time | relevance | path

Searched refs:BUCKET_BITS (Results 1 – 4 of 4) sorted by relevance

/external/brotli/enc/
Dhash.h246 #define BUCKET_BITS 17 macro
252 #undef BUCKET_BITS
262 #define BUCKET_BITS 16 macro
277 #undef BUCKET_BITS
281 #define BUCKET_BITS 17 macro
288 #undef BUCKET_BITS
299 #define BUCKET_BITS 15 macro
327 #undef BUCKET_BITS
330 #define BUCKET_BITS 20 macro
338 #undef BUCKET_BITS
Dhash_longest_match_quickly_inc.h14 #define BUCKET_SIZE (1 << BUCKET_BITS)
16 #define HASH_MAP_SIZE (4 << BUCKET_BITS)
29 return (uint32_t)(h >> (64 - BUCKET_BITS)); in FN()
Dhash_forgetful_chain_inc.h23 #define BUCKET_SIZE (1 << BUCKET_BITS)
35 return h >> (32 - BUCKET_BITS); in FN()
Dhash_to_binary_tree_inc.h20 #define BUCKET_SIZE (1 << BUCKET_BITS)
29 return h >> (32 - BUCKET_BITS); in FN()