BITS              291 other-licenses/zlib/infback.c             state->last = BITS(1);
BITS              293 other-licenses/zlib/infback.c             switch (BITS(2)) {
BITS              352 other-licenses/zlib/infback.c             state->nlen = BITS(5) + 257;
BITS              354 other-licenses/zlib/infback.c             state->ndist = BITS(5) + 1;
BITS              356 other-licenses/zlib/infback.c             state->ncode = BITS(4) + 4;
BITS              371 other-licenses/zlib/infback.c                 state->lens[order[state->have++]] = (unsigned short)BITS(3);
BITS              392 other-licenses/zlib/infback.c                     this = state->lencode[BITS(state->lenbits)];
BITS              411 other-licenses/zlib/infback.c                         copy = 3 + BITS(2);
BITS              418 other-licenses/zlib/infback.c                         copy = 3 + BITS(3);
BITS              425 other-licenses/zlib/infback.c                         copy = 11 + BITS(7);
BITS              477 other-licenses/zlib/infback.c                 this = state->lencode[BITS(state->lenbits)];
BITS              485 other-licenses/zlib/infback.c                             (BITS(last.bits + last.op) >> last.bits)];
BITS              524 other-licenses/zlib/infback.c                 state->length += BITS(state->extra);
BITS              531 other-licenses/zlib/infback.c                 this = state->distcode[BITS(state->distbits)];
BITS              539 other-licenses/zlib/infback.c                             (BITS(last.bits + last.op) >> last.bits)];
BITS              557 other-licenses/zlib/infback.c                 state->offset += BITS(state->extra);
BITS              610 other-licenses/zlib/inflate.c                 ((BITS(8) << 8) + (hold >> 8)) % 31) {
BITS              615 other-licenses/zlib/inflate.c             if (BITS(4) != Z_DEFLATED) {
BITS              621 other-licenses/zlib/inflate.c             len = BITS(4) + 8;
BITS              782 other-licenses/zlib/inflate.c             state->last = BITS(1);
BITS              784 other-licenses/zlib/inflate.c             switch (BITS(2)) {
BITS              839 other-licenses/zlib/inflate.c             state->nlen = BITS(5) + 257;
BITS              841 other-licenses/zlib/inflate.c             state->ndist = BITS(5) + 1;
BITS              843 other-licenses/zlib/inflate.c             state->ncode = BITS(4) + 4;
BITS              858 other-licenses/zlib/inflate.c                 state->lens[order[state->have++]] = (unsigned short)BITS(3);
BITS              879 other-licenses/zlib/inflate.c                     this = state->lencode[BITS(state->lenbits)];
BITS              898 other-licenses/zlib/inflate.c                         copy = 3 + BITS(2);
BITS              905 other-licenses/zlib/inflate.c                         copy = 3 + BITS(3);
BITS              912 other-licenses/zlib/inflate.c                         copy = 11 + BITS(7);
BITS              958 other-licenses/zlib/inflate.c                 this = state->lencode[BITS(state->lenbits)];
BITS              966 other-licenses/zlib/inflate.c                             (BITS(last.bits + last.op) >> last.bits)];
BITS              996 other-licenses/zlib/inflate.c                 state->length += BITS(state->extra);
BITS             1003 other-licenses/zlib/inflate.c                 this = state->distcode[BITS(state->distbits)];
BITS             1011 other-licenses/zlib/inflate.c                             (BITS(last.bits + last.op) >> last.bits)];
BITS             1029 other-licenses/zlib/inflate.c                 state->offset += BITS(state->extra);