| /xnu-8792.61.2/libkern/libkern/ |
| H A D | zconf.h | 212 # define FAR _far macro 214 # define FAR far macro 221 # define FAR _far macro 223 # define FAR far macro 246 # ifdef FAR 247 # undef FAR 256 # define ZEXPORTVA FAR CDECL 283 #ifndef FAR 284 # define FAR macro 295 # define Bytef Byte FAR [all …]
|
| H A D | zlib.h | 119 struct internal_state FAR *state; /* not visible by applications */ 130 typedef z_stream FAR *z_streamp; 153 typedef gz_header FAR *gz_headerp; 915 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *)); 916 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 919 in_func in, void FAR *in_desc, 920 out_func out, void FAR *out_desc)); 1375 unsigned char FAR *window,
|
| /xnu-8792.61.2/libkern/zlib/ |
| H A D | z_crc32.c | 87 const unsigned char FAR *, unsigned)); 89 const unsigned char FAR *, unsigned)); 103 local unsigned long FAR crc_table[TBLS][256]; 106 local void write_table OF((FILE *, const unsigned long FAR *)); 213 write_table(FILE *out, const unsigned long FAR *table) in write_table() 233 const unsigned long FAR * ZEXPORT 240 return (const unsigned long FAR *)crc_table; in get_crc_table() 249 z_crc32(unsigned long crc, const unsigned char FAR *buf, unsigned len) in z_crc32() 290 crc32_little(unsigned long crc, const unsigned char FAR *buf, unsigned len) in crc32_little() 293 const u4 FAR *buf4; in crc32_little() [all …]
|
| H A D | inftrees.h | 80 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 81 unsigned codes, code FAR * FAR *table, 82 unsigned FAR *bits, unsigned short FAR *work));
|
| H A D | inffast.c | 81 struct inflate_state FAR *state; in inflate_fast() 82 unsigned char FAR *in; /* local strm->next_in */ in inflate_fast() 83 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() 84 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast() 85 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() 86 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() 93 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() 96 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() 97 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() 105 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() [all …]
|
| H A D | inflate.c | 123 local void fixedtables OF((struct inflate_state FAR *state)); 128 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 134 struct inflate_state FAR *state; in inflateReset() 137 state = (struct inflate_state FAR *)strm->state; in inflateReset() 159 struct inflate_state FAR *state; in inflatePrime() 162 state = (struct inflate_state FAR *)strm->state; in inflatePrime() 174 struct inflate_state FAR *state; in inflateInit2_() 188 state = (struct inflate_state FAR *) in inflateInit2_() 192 strm->state = (struct internal_state FAR *)state; in inflateInit2_() 230 fixedtables(struct inflate_state FAR *state) in fixedtables() [all …]
|
| H A D | inftrees.c | 60 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() 61 code FAR * FAR *table, unsigned FAR *bits, in inflate_table() 62 unsigned short FAR *work) in inflate_table() 78 code FAR *next; /* next available space in table */ in inflate_table() 79 const unsigned short FAR *base; /* base value table to use */ in inflate_table() 80 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
|
| H A D | infback.c | 47 local void fixedtables OF((struct inflate_state FAR *state)); 57 inflateBackInit_(z_streamp strm, int windowBits, unsigned char FAR *window, in inflateBackInit_() 60 struct inflate_state FAR *state; in inflateBackInit_() 76 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_() 80 strm->state = (struct internal_state FAR *)state; in inflateBackInit_() 101 fixedtables(struct inflate_state FAR *state) in fixedtables() 269 inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, in inflateBack() 270 void FAR *out_desc) in inflateBack() 272 struct inflate_state FAR *state; in inflateBack() 273 unsigned char FAR *next; /* next input */ in inflateBack() [all …]
|
| H A D | inflate.h | 119 unsigned char FAR *window; /* allocated sliding window, if needed */ 129 code const FAR *lencode; /* starting table for length/literal codes */ 130 code const FAR *distcode; /* starting table for distance codes */ 138 code FAR *next; /* next available space in codes[] */
|
| H A D | deflate.h | 98 } FAR ct_data; 111 } FAR tree_desc; 114 typedef Pos FAR Posf; 292 } FAR deflate_state;
|
| H A D | crc32.h | 32 local const unsigned long FAR crc_table[TBLS][256] =
|
| H A D | zutil.h | 87 typedef uch FAR uchf; 89 typedef ush FAR ushf;
|
| H A D | deflate.c | 293 strm->state = (struct internal_state FAR *)s; in deflateInit2_() 943 dest->state = (struct internal_state FAR *) ds; in deflateCopy()
|
| /xnu-8792.61.2/ |
| H A D | APPLE_LICENSE | 286 defined in FAR 2.101. Government software and technical data rights in 289 in technical data and software is provided in accordance with FAR
|