Home | History | Annotate | Download | only in zlib-1.2.8

Lines Matching refs:hash_bits

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)
1179 /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16.
1182 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1216 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1251 * the hash keys are equal and that HASH_BITS >= 8.
1306 /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16.
1309 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1325 * the hash keys are equal and that HASH_BITS >= 8.