Searched defs:hash_bits (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dcolor_cache.c22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { argument
23 const int hash_size = 1 << hash_bits;
25 assert(hash_bits > 0);
29 cc->hash_shift_ = 32 - hash_bits;
/external/webp/src/utils/
H A Dcolor_cache.c22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { argument
23 const int hash_size = 1 << hash_bits;
25 assert(hash_bits > 0);
29 cc->hash_shift_ = 32 - hash_bits;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc49 atomic_uint32_t hash_and_use_count; // hash_bits : 12; use_count : 20;
63 u32 hash_bits = local
65 if ((hash & kHashMask) != hash_bits || args.size != size) return false;
/external/fio/t/
H A Dgenzipf.c35 static unsigned long hash_bits = 24; variable
58 struct flist_head *l = &hash[hash_long(val, hash_bits)];
73 struct flist_head *l = &hash[hash_long(val, hash_bits)];
195 hash_bits = 0;
198 hash_bits++;
200 hash_size = 1 << hash_bits;
/external/chromium_org/third_party/zlib/
H A Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
150 * hash_shift * MIN_MATCH >= hash_bits
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
148 * hash_shift * MIN_MATCH >= hash_bits
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
148 * hash_shift * MIN_MATCH >= hash_bits
/external/zlib/src/
H A Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
148 * hash_shift * MIN_MATCH >= hash_bits

Completed in 184 milliseconds