| /f-stack/freebsd/contrib/zlib/ |
| H A D | crc32.c | 57 local z_crc_t FAR crc_table[TBLS][256]; 167 const z_crc_t FAR *table; 194 return (const z_crc_t FAR *)crc_table; in get_crc_table() 204 const unsigned char FAR *buf; 239 const unsigned char FAR *buf; 268 const unsigned char FAR *buf; 272 register const z_crc_t FAR *buf4; 281 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 308 const unsigned char FAR *buf; 312 register const z_crc_t FAR *buf4; [all …]
|
| H A D | zconf.h | 321 # define FAR _far macro 323 # define FAR far macro 330 # define FAR _far macro 332 # define FAR far macro 355 # ifdef FAR 356 # undef FAR 392 #ifndef FAR 393 # define FAR macro 404 # define Bytef Byte FAR 408 typedef char FAR charf; [all …]
|
| H A D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens, 61 unsigned codes, code FAR * FAR *table, 62 unsigned FAR *bits, unsigned short FAR *work));
|
| H A D | inflate.c | 102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 108 struct inflate_state FAR *state; 122 struct inflate_state FAR *state; 147 struct inflate_state FAR *state; 162 struct inflate_state FAR *state; 202 struct inflate_state FAR *state; 252 struct inflate_state FAR *state; 279 struct inflate_state FAR *state; in fixedtables() 1378 unsigned FAR *have; in syncsearch() 1379 const unsigned char FAR *buf; [all …]
|
| H A D | inffast.c | 54 struct inflate_state FAR *state; 55 z_const unsigned char FAR *in; /* local strm->next_in */ 56 z_const unsigned char FAR *last; /* have enough input while in < last */ 57 unsigned char FAR *out; /* local strm->next_out */ 58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 59 unsigned char FAR *end; /* while out < end, enough space available */ 66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 69 code const FAR *lcode; /* local strm->lencode */ 70 code const FAR *dcode; /* local strm->distcode */ 78 unsigned char FAR *from; /* where to copy match from */ [all …]
|
| H A D | inftrees.c | 34 unsigned short FAR *lens; 36 code FAR * FAR *table; 37 unsigned FAR *bits; 38 unsigned short FAR *work; 54 code FAR *next; /* next available space in table */ 55 const unsigned short FAR *base; /* base value table to use */ 56 const unsigned short FAR *extra; /* extra bits table to use */
|
| H A D | inflate.h | 99 unsigned char FAR *window; /* allocated sliding window, if needed */ 109 code const FAR *lencode; /* starting table for length/literal codes */ 110 code const FAR *distcode; /* starting table for distance codes */ 118 code FAR *next; /* next available space in codes[] */
|
| H A D | infback.c | 19 local void fixedtables OF((struct inflate_state FAR *state)); 31 unsigned char FAR *window; 35 struct inflate_state FAR *state; 58 state = (struct inflate_state FAR *)ZALLOC(strm, 1, 62 strm->state = (struct internal_state FAR *)state; 83 struct inflate_state FAR *state; in fixedtables() 253 void FAR *in_desc; 255 void FAR *out_desc; 257 struct inflate_state FAR *state; 259 unsigned char FAR *put; /* next output */ [all …]
|
| H A D | zconf.h.in | 315 # define FAR _far macro 317 # define FAR far macro 324 # define FAR _far macro 326 # define FAR far macro 349 # ifdef FAR 350 # undef FAR 386 #ifndef FAR 387 # define FAR macro 398 # define Bytef Byte FAR 402 typedef char FAR charf; [all …]
|
| H A D | zlib.h | 96 struct internal_state FAR *state; /* not visible by applications */ 108 typedef z_stream FAR *z_streamp; 131 typedef gz_header FAR *gz_headerp; 1093 typedef unsigned (*in_func) OF((void FAR *, 1094 z_const unsigned char FAR * FAR *)); 1095 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 1098 in_func in, void FAR *in_desc, 1099 out_func out, void FAR *out_desc)); 1779 unsigned char FAR *window, 1894 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
|
| H A D | deflate.h | 77 } FAR ct_data; 90 } FAR tree_desc; 93 typedef Pos FAR Posf; 276 } FAR deflate_state;
|
| H A D | crc32.h | 5 local const z_crc_t FAR crc_table[TBLS][256] =
|
| H A D | zutil.h | 47 typedef uch FAR uchf; 49 typedef ush FAR ushf;
|
| H A D | gzguts.h | 202 typedef gz_state FAR *gz_statep;
|
| H A D | deflate.c | 309 strm->state = (struct internal_state FAR *)s; 1127 dest->state = (struct internal_state FAR *) ds;
|
| H A D | ChangeLog | 606 - Remove #undef of FAR in zconf.in.h for MVS [Fedtke] 842 - For MVS define NO_vsnprintf and undefine FAR [van Burik] 917 - Clean up FAR usage in inflate 1151 the declaration of FAR (Gilles VOllant) 1326 - fix the Watcom fix for 32 bit mode (define FAR as empty) 1380 - put the crc table in FAR data (I dislike more and more the medium model :)
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 211 gz_state FAR *state;
|
| H A D | zstd_zlibwrapper.c | 1049 unsigned char FAR *window, in z_inflateBackInit_() 1060 in_func in, void FAR *in_desc, in z_inflateBack() 1061 out_func out, void FAR *out_desc)) in z_inflateBack() 1172 ZEXTERN const z_crc_t FAR * ZEXPORT z_get_crc_table OF((void)) in z_get_crc_table()
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | LICENSE | 334 lieu of, and supersedes, any other FAR, DFAR, or other clause or
|