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

/xsrc/external/mit/brotli/dist/c/enc/
H A 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
[all...]
H A Dhash_forgetful_chain_inc.h8 /* template parameters: FN, BUCKET_BITS, NUM_BANKS, BANK_BITS,
23 #define BUCKET_SIZE (1 << BUCKET_BITS)
35 return h >> (32 - BUCKET_BITS);
H A Dhash_longest_match_quickly_inc.h8 /* template parameters: FN, BUCKET_BITS, BUCKET_SWEEP_BITS, HASH_LEN,
14 #define BUCKET_SIZE (1 << BUCKET_BITS)
30 return (uint32_t)(h >> (64 - BUCKET_BITS));
H A Dhash_to_binary_tree_inc.h8 /* template parameters: FN, BUCKET_BITS, MAX_TREE_COMP_LENGTH,
20 #define BUCKET_SIZE (1 << BUCKET_BITS)
31 return h >> (32 - BUCKET_BITS);

Completed in 5 milliseconds