Lines Matching defs:bits
277 inflate() on each call, or zero to feed it all, win is the window bits
621 unsigned bits;
627 for (bits = 0; bits < 15; bits++)
628 lens[bits] = (unsigned short)(bits + 1);
631 bits = 15;
632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 bits = 1;
636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
645 " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
647 " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258,