Searched refs:BITS (Results 1 – 1 of 1) sorted by relevance
225 #define BITS(n) \ macro382 ((BITS(8) << 8) + (hold >> 8)) % 31) { in inflate()387 if (BITS(4) != Z_DEFLATED) { in inflate()393 len = BITS(4) + 8; in inflate()555 state->last = BITS(1); in inflate()557 switch (BITS(2)) { in inflate()612 state->nlen = BITS(5) + 257; in inflate()614 state->ndist = BITS(5) + 1; in inflate()616 state->ncode = BITS(4) + 4; in inflate()631 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate()[all …]