Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dhash.h232 #define BUCKET_BITS 17 macro
238 #undef BUCKET_BITS macro
248 #define BUCKET_BITS 16 macro
263 #undef BUCKET_BITS macro
267 #define BUCKET_BITS 17 macro
274 #undef BUCKET_BITS macro
285 #define BUCKET_BITS 15 macro
313 #undef BUCKET_BITS macro
316 #define BUCKET_BITS 20 macro
324 #undef BUCKET_BITS macro
[all...]
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); in HashBytes()
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); in HashBytes()
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)); in HashBytes()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash.h232 #define BUCKET_BITS 17 macro
238 #undef BUCKET_BITS macro
248 #define BUCKET_BITS 16 macro
263 #undef BUCKET_BITS macro
267 #define BUCKET_BITS 17 macro
274 #undef BUCKET_BITS macro
285 #define BUCKET_BITS 15 macro
313 #undef BUCKET_BITS macro
316 #define BUCKET_BITS 20 macro
324 #undef BUCKET_BITS macro
[all...]
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); in HashBytes()
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)); in HashBytes()
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); in HashBytes()
/third_party/ffmpeg/libavcodec/
H A Ddnxhdenc.c1138 #define BUCKET_BITS 8 macro
1140 #define NBUCKETS (1 << BUCKET_BITS)
1158 v >>= BUCKET_BITS; in radix_count() local
1173 int shift = pass * BUCKET_BITS; in radix_sort_pass()

Completed in 8 milliseconds