Lines Matching refs:BITS
153 #define BITS(n) \
274 lastblock = BITS(1);
276 switch (BITS(2)) {
338 state->nlen = BITS(5) + 257;
340 state->ndist = BITS(5) + 1;
342 state->ncode = BITS(4) + 4;
355 state->lens[order[state->have++]] = (unsigned short)BITS(3);
376 here = lencode[BITS(lenbits)];
395 copy = 3 + BITS(2);
402 copy = 3 + BITS(3);
409 copy = 11 + BITS(7);
461 here = lencode[BITS(lenbits)];
469 (BITS(last.bits + last.op) >> last.bits)];
508 length += BITS(extra);
515 here = distcode[BITS(distbits)];
523 (BITS(last.bits + last.op) >> last.bits)];
541 offset += BITS(extra);