w_bits 278 tools/packfi2/deflate.c s->w_bits = windowBits; w_bits 279 tools/packfi2/deflate.c s->w_size = 1 << s->w_bits; w_bits 506 tools/packfi2/deflate.c if (s->w_bits != 15 || s->hash_bits != 8 + 7) w_bits 625 tools/packfi2/deflate.c uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; w_bits 110 tools/packfi2/deflate.h uInt w_bits; /* log2(w_size) (8..16) */