Searched refs:hold (Results 1 – 13 of 13) sorted by relevance
94 unsigned long hold; /* local strm->hold */ in inflate_fast() local121 hold = state->hold; in inflate_fast()132 hold += (unsigned long)(*in++) << bits; in inflate_fast()134 hold += (unsigned long)(*in++) << bits; in inflate_fast()137 this = lcode[hold & lmask]; in inflate_fast()140 hold >>= op; in inflate_fast()154 hold += (unsigned long)(*in++) << bits; in inflate_fast()157 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()158 hold >>= op; in inflate_fast()163 hold += (unsigned long)(*in++) << bits; in inflate_fast()[all …]
149 state->hold = 0; in inflateReset()165 state->hold += value << state->bits; in inflatePrime()433 hold = state->hold; \444 state->hold = hold; \451 hold = 0; \461 hold += (unsigned long)(*next++) << bits; \475 ((unsigned)hold & ((1U << (n)) - 1))480 hold >>= (n); \487 hold >>= bits & 7; \585 unsigned long hold; /* bit buffer */ in inflate() local[all …]
152 hold = state->hold; \163 state->hold = hold; \170 hold = 0; \194 hold += (unsigned long)(*next++) << bits; \209 ((unsigned)hold & ((1U << (n)) - 1))214 hold >>= (n); \221 hold >>= bits & 7; \276 unsigned long hold; /* bit buffer */ in inflateBack() local299 hold = 0; in inflateBack()345 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack()[all …]
121 unsigned long hold; /* input bit accumulator */ member
98 /* mach_port_info_t: can hold either a109 * mach_msg_max_trailer_t: can hold220 /* thread_state_t: This inline array can hold308 /* thread_info_t: this inline array can hold any of:323 /* task_info_t: this inline array can hold any of:496 * that can hold:530 /* policy_info_t: variable-size inline array. Can hold:567 /* vm_region_info_t: variable-size inline array that can hold:
62 silence this error. If that is not acceptable, please hold \
102 * The mach_vm_xxx_t types are sized to hold the
69 relationships, we can validate the ownership invariant that we expect to hold.
162 However, since the variable is too small to hold an
38 …t freeze apps that have a lot of wired memory. Of course, apps should not hold onto wired memory w…
177 and hold Apple and every Contributor harmless for any liability
356 …* if a class variable is supposed to hold non native type of object, it is good idea to comment wh…
1750 ifunit_common(const char *name, boolean_t hold) in ifunit_common() argument1781 if (hold && ifp != NULL && !ifnet_is_attached(ifp, 1)) { in ifunit_common()