Searched refs:BITS (Results 1 – 2 of 2) sorted by relevance
190 #define BITS(n) \ macro300 state->last = BITS(1);302 switch (BITS(2)) {361 state->nlen = BITS(5) + 257;363 state->ndist = BITS(5) + 1;365 state->ncode = BITS(4) + 4;419 copy = 3 + BITS(2);426 copy = 3 + BITS(3);433 copy = 11 + BITS(7);541 state->length += BITS(state->extra);[all …]
523 #define BITS(n) \ macro685 if (BITS(4) != Z_DEFLATED) {691 len = BITS(4) + 8;858 state->last = BITS(1);860 switch (BITS(2)) {922 state->nlen = BITS(5) + 257;924 state->ndist = BITS(5) + 1;926 state->ncode = BITS(4) + 4;980 copy = 3 + BITS(2);987 copy = 3 + BITS(3);[all …]