Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dinfback.c190 #define BITS(n) \ macro
300 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 …]
H A Dinflate.c523 #define BITS(n) \ macro
685 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 …]