Lines Matching defs:BITS
152 #define BITS(n) \
273 lastblock = BITS(1);
275 switch (BITS(2)) {
337 state->nlen = BITS(5) + 257;
339 state->ndist = BITS(5) + 1;
341 state->ncode = BITS(4) + 4;
354 state->lens[order[state->have++]] = (unsigned short)BITS(3);
375 here = lencode[BITS(lenbits)];
394 copy = 3 + BITS(2);
401 copy = 3 + BITS(3);
408 copy = 11 + BITS(7);
460 here = lencode[BITS(lenbits)];
468 (BITS(last.bits + last.op) >> last.bits)];
507 length += BITS(extra);
514 here = distcode[BITS(distbits)];
522 (BITS(last.bits + last.op) >> last.bits)];
540 offset += BITS(extra);