Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash.h232 #define BUCKET_BITS 17 macro
238 #undef BUCKET_BITS
248 #define BUCKET_BITS 16 macro
263 #undef BUCKET_BITS
267 #define BUCKET_BITS 17 macro
274 #undef BUCKET_BITS
285 #define BUCKET_BITS 15 macro
313 #undef BUCKET_BITS
316 #define BUCKET_BITS 20 macro
324 #undef BUCKET_BITS
Dhash_longest_match_quickly_inc.h14 #define BUCKET_SIZE (1 << BUCKET_BITS)
30 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)
31 return h >> (32 - BUCKET_BITS); in FN()