Lines Matching refs:BITS
181 #define BITS(n) \
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 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
425 copy = 11 + BITS(7);
477 this = state->lencode[BITS(state->lenbits)];
485 (BITS(last.bits + last.op) >> last.bits)];
524 state->length += BITS(state->extra);
531 this = state->distcode[BITS(state->distbits)];
539 (BITS(last.bits + last.op) >> last.bits)];
557 state->offset += BITS(state->extra);