Home | History | Annotate | Download | only in zlib_v128

Lines Matching full:w_bits

283     s->w_bits = windowBits;
284 s->w_size = 1 << s->w_bits;
614 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
737 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;