Lines Matching refs:BITS
181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 here = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
425 copy = 11 + BITS(7);
486 here = state->lencode[BITS(state->lenbits)];
494 (BITS(last.bits + last.op) >> last.bits)];
533 state->length += BITS(state->extra);
540 here = state->distcode[BITS(state->distbits)];
548 (BITS(last.bits + last.op) >> last.bits)];
566 state->offset += BITS(state->extra);