Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.c225 #define BITS(n) \ macro
382 ((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 …]