Lines Matching defs:BITS
185 #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 here = state->lencode[BITS(state->lenbits)];
410 copy = 3 + BITS(2);
417 copy = 3 + BITS(3);
424 copy = 11 + BITS(7);
485 here = state->lencode[BITS(state->lenbits)];
493 (BITS(last.bits + last.op) >> last.bits)];
532 state->length += BITS(state->extra);
539 here = state->distcode[BITS(state->distbits)];
547 (BITS(last.bits + last.op) >> last.bits)];
565 state->offset += BITS(state->extra);