Home
last modified time | relevance | path

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

/lib/zlib_inflate/
A Dinffast.c109 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()
143 hold >>= op; in inflate_fast()
152 this = dcode[hold & dmask]; in inflate_fast()
155 hold >>= op; in inflate_fast()
177 hold >>= op; in inflate_fast()
314 hold &= (1U << bits) - 1; in inflate_fast()
[all …]
A 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
441 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in zlib_inflate()
[all …]
A Dinflate.h91 unsigned long hold; /* input bit accumulator */ member

Completed in 5 milliseconds