Lines Matching defs:BITS
182 #define BITS(n) \
287 state->last = BITS(1);
289 switch (BITS(2)) {
348 state->nlen = BITS(5) + 257;
350 state->ndist = BITS(5) + 1;
352 state->ncode = BITS(4) + 4;
367 state->lens[order[state->have++]] = (unsigned short)BITS(3);
388 here = state->lencode[BITS(state->lenbits)];
406 copy = 3 + BITS(2);
413 copy = 3 + BITS(3);
420 copy = 11 + BITS(7);
483 here = state->lencode[BITS(state->lenbits)];
491 (BITS(last.bits + last.op) >> last.bits)];
530 state->length += BITS(state->extra);
537 here = state->distcode[BITS(state->distbits)];
545 (BITS(last.bits + last.op) >> last.bits)];
563 state->offset += BITS(state->extra);