Lines Matching refs:BITS
190 #define BITS(n) \ macro
300 state->last = BITS(1);
302 switch (BITS(2)) {
361 state->nlen = BITS(5) + 257;
363 state->ndist = BITS(5) + 1;
365 state->ncode = BITS(4) + 4;
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
401 here = state->lencode[BITS(state->lenbits)];
419 copy = 3 + BITS(2);
426 copy = 3 + BITS(3);
433 copy = 11 + BITS(7);
495 here = state->lencode[BITS(state->lenbits)];
503 (BITS(last.bits + last.op) >> last.bits)];
542 state->length += BITS(state->extra);
549 here = state->distcode[BITS(state->distbits)];
557 (BITS(last.bits + last.op) >> last.bits)];
575 state->offset += BITS(state->extra);