Lines Matching refs:BITS
525 #define BITS(n) \ macro
681 ((BITS(8) << 8) + (hold >> 8)) % 31) {
686 if (BITS(4) != Z_DEFLATED) {
692 len = BITS(4) + 8;
870 state->last = BITS(1);
872 switch (BITS(2)) {
936 state->nlen = BITS(5) + 257;
938 state->ndist = BITS(5) + 1;
940 state->ncode = BITS(4) + 4;
956 state->lens[order[state->have++]] = (unsigned short)BITS(3);
978 here = state->lencode[BITS(state->lenbits)];
996 copy = 3 + BITS(2);
1003 copy = 3 + BITS(3);
1010 copy = 11 + BITS(7);
1073 here = state->lencode[BITS(state->lenbits)];
1081 (BITS(last.bits + last.op) >> last.bits)];
1115 state->length += BITS(state->extra);
1125 here = state->distcode[BITS(state->distbits)];
1133 (BITS(last.bits + last.op) >> last.bits)];
1154 state->offset += BITS(state->extra);