Searched refs:hold (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinffast.c120 unsigned long hold; /* local strm->hold */ local
147 hold = state->hold;
158 hold += (unsigned long)(PUP(in)) << bits;
160 hold += (unsigned long)(PUP(in)) << bits;
163 this = lcode[hold & lmask];
166 hold >>= op;
180 hold += (unsigned long)(PUP(in)) << bits;
183 len += (unsigned)hold
[all...]
H A Dinflate.c148 state->hold = 0;
166 state->hold += value << state->bits;
438 hold = state->hold; \
449 state->hold = hold; \
456 hold = 0; \
466 hold += (unsigned long)(*next++) << bits; \
480 ((unsigned)hold & ((1U << (n)) - 1))
485 hold >>
591 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h121 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A Dinfback.c154 hold = state->hold; \
165 state->hold = hold; \
172 hold = 0; \
196 hold += (unsigned long)(*next++) << bits; \
211 ((unsigned)hold & ((1U << (n)) - 1))
216 hold >>= (n); \
223 hold >>= bits & 7; \
281 unsigned long hold; /* bi local
[all...]
/darwin-on-arm/xnu/libkern/zlib/arm/
H A DinffastS.s38 #define hold r4
117 //ldrd r6,hold, state_window // window/hold, hold use r7
119 ldr hold, state_hold // state->hold
130 ldr hold, state_hold // state->hold
168 add hold, hold, r
[all...]
/darwin-on-arm/xnu/libkern/zlib/intel/
H A DinffastS.s58 #define hold -52(%ebp) // hold = state->hold;
110 movl 56(%edx), %ecx // state->hold
111 movl %ecx, hold // hold = state->hold
154 addl hold, %edx // hold += 1st *in << bits
158 addl %eax, %edx // hold
[all...]

Completed in 77 milliseconds