hash_bits         282 tools/packfi2/deflate.c     s->hash_bits = memLevel + 7;
hash_bits         283 tools/packfi2/deflate.c     s->hash_size = 1 << s->hash_bits;
hash_bits         285 tools/packfi2/deflate.c     s->hash_shift =  ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
hash_bits         506 tools/packfi2/deflate.c     if (s->w_bits != 15 || s->hash_bits != 8 + 7)
hash_bits        1061 tools/packfi2/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
hash_bits        1187 tools/packfi2/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
hash_bits         138 tools/packfi2/deflate.h     uInt  hash_bits;      /* log2(hash_size) */