Searched refs:hash_bits (Results 1 – 9 of 9) sorted by relevance
/external/webp/src/utils/ |
D | color_cache.c | 23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() argument 24 const int hash_size = 1 << hash_bits; in VP8LColorCacheInit() 26 assert(hash_bits > 0); in VP8LColorCacheInit() 30 cc->hash_shift_ = 32 - hash_bits; in VP8LColorCacheInit() 31 cc->hash_bits_ = hash_bits; in VP8LColorCacheInit()
|
D | color_cache.h | 66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
|
/external/fio/t/ |
D | genzipf.c | 35 static unsigned long hash_bits = 24; variable 58 struct flist_head *l = &hash[hash_long(val, hash_bits)]; in hash_lookup() 73 struct flist_head *l = &hash[hash_long(val, hash_bits)]; in hash_insert() 195 hash_bits = 0; in main() 198 hash_bits++; in main() 200 hash_size = 1 << hash_bits; in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 39 u32 hash_bits = in eq() local 41 if ((hash & kHashMask) != hash_bits || args.size != size || args.tag != tag) in eq()
|
/external/zlib/src/ |
D | deflate.h | 141 uInt hash_bits; /* log2(hash_size) */ member
|
D | deflate.c | 288 s->hash_bits = memLevel + 7; 289 s->hash_size = 1 << s->hash_bits; 291 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH); 615 if (s->w_bits != 15 || s->hash_bits != 8 + 7) 1182 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); 1309 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.h | 141 uInt hash_bits; /* log2(hash_size) */ member
|
D | deflate.c | 287 s->hash_bits = memLevel + 7; in deflateInit2_() 288 s->hash_size = 1 << s->hash_bits; in deflateInit2_() 290 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH); in deflateInit2_() 614 if (s->w_bits != 15 || s->hash_bits != 8 + 7) in deflateBound() 1181 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match() 1308 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match()
|
/external/chromium-trace/catapult/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_ma…
|