Searched refs:have (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinfback.c153 have = strm->avail_in; \
164 strm->avail_in = have; \
180 if (have == 0) { \
181 have = in(in_desc, &next); \
182 if (have == 0) { \
195 have--; \
280 unsigned have, left; /* available input and output */ local
303 have = next != Z_NULL ? strm->avail_in : 0;
365 if (copy > have) copy = have;
[all...]
H A Dinflate.c127 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
437 have = strm->avail_in; \
448 strm->avail_in = have; \
464 if (have == 0) goto inf_leave; \
465 have--; \
544 would all have to actually be part of the saved state in case NEEDBITS()
590 unsigned have, left; /* available input and output */ local
613 in = have;
712 if (copy > have) copy = have;
[all...]
H A Dinflate.h137 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/darwin-on-arm/xnu/bsd/crypto/blowfish/
H A Dbf_enc.c72 If you set BF_ROUNDS to some value other than 16 or 20, you will have
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c115 #warning You have only one pty defined, redefining to 32.
124 /* All references to have been changed to indirections in the file */
477 * ttymodem() would have done except for sending a SIGHUP.

Completed in 78 milliseconds