Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinffast.c82 unsigned long hold; /* local strm->hold */ in inflate_fast() local
109 hold = state->hold; in inflate_fast()
120 hold += (unsigned long)(*in++) << bits; in inflate_fast()
122 hold += (unsigned long)(*in++) << bits; in inflate_fast()
125 this = lcode[hold & lmask]; in inflate_fast()
128 hold >>= op; in inflate_fast()
139 hold += (unsigned long)(*in++) << bits; in inflate_fast()
142 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
143 hold >>= op; in inflate_fast()
147 hold += (unsigned long)(*in++) << bits; in inflate_fast()
[all …]
Dinflate.c46 state->hold = 0; in zlib_inflateReset()
191 hold = state->hold; \
202 state->hold = hold; \
209 hold = 0; \
219 hold += (unsigned long)(*next++) << bits; \
233 ((unsigned)hold & ((1U << (n)) - 1))
238 hold >>= (n); \
245 hold >>= bits & 7; \
337 unsigned long hold; /* bit buffer */ in zlib_inflate() local
372 ((BITS(8) << 8) + (hold >> 8)) % 31) { in zlib_inflate()
[all …]
Dinflate.h91 unsigned long hold; /* input bit accumulator */ member
/lib/
DKconfig175 Most modern processors have enough cache to hold this table without