Home
last modified time | relevance | path

Searched refs:hash_bits (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/utils/
Dcolor_cache.c23 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()
Dcolor_cache.h66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/external/fio/t/
Dgenzipf.c35 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/
Dsanitizer_stackdepot.cc39 u32 hash_bits = in eq() local
41 if ((hash & kHashMask) != hash_bits || args.size != size || args.tag != tag) in eq()
/external/zlib/src/
Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c288 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/
Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c287 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/
Djszip.min.js13hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_ma…