Home | History | Annotate | Download | only in src

Lines Matching refs:w_bits

312     s->w_bits = (uInt)windowBits;
313 s->w_size = 1 << s->w_bits;
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
816 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;