Searched refs:FAR (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libz/ |
H A D | inftrees.h | 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 54 unsigned codes, code FAR * FAR *table, 55 unsigned FAR *bits, unsigned short FAR *work));
|
H A D | inflate.h | 92 unsigned char FAR *window; /* allocated sliding window, if needed */ 102 code const FAR *lencode; /* starting table for length/literal codes */ 103 code const FAR *distcode; /* starting table for distance codes */ 111 code FAR *next; /* next available space in codes[] */
|
H A D | zconf.h | 189 /* The following definitions for FAR are needed only for ZLIB_MSDOS mixed 193 * just define FAR to be empty. 200 # define FAR _far macro 202 # define FAR far macro 209 # define FAR _far macro 211 # define FAR far macro 234 # ifdef FAR 235 # undef FAR macro 244 # define ZEXPORTVA FAR CDECL 271 #ifndef FAR 272 # define FAR macro [all...] |
H A D | crc32.c | 29 #include "zutil.h" /* for ZLIB_STDC and FAR definitions */ 59 const unsigned char FAR *, unsigned)); 61 const unsigned char FAR *, unsigned)); 75 local unsigned long FAR crc_table[TBLS][256]; 78 local void write_table OF((FILE *, const unsigned long FAR *)); 165 fprintf(out, "local const unsigned long FAR "); 185 const unsigned long FAR *table; 205 const unsigned long FAR * ZEXPORT get_crc_table() 211 return (const unsigned long FAR *)crc_table; 221 const unsigned char FAR *bu [all...] |
H A D | inftrees.c | 34 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, 35 code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) 39 unsigned short FAR *lens; 41 code FAR * FAR *table; 42 unsigned FAR *bits; 43 unsigned short FAR *wor [all...] |
H A D | inffast.c | 72 struct inflate_state FAR *state; 73 unsigned char FAR *in; /* local strm->next_in */ 74 unsigned char FAR *last; /* while in < last, enough input available */ 75 unsigned char FAR *out; /* local strm->next_out */ 76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 77 unsigned char FAR *end; /* while out < end, enough space available */ 84 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 87 code const FAR *lcode; /* local strm->lencode */ 88 code const FAR *dcode; /* local strm->distcode */ 96 unsigned char FAR *fro [all...] |
H A D | inflate.c | 50 * - Add FAR to lcode and dcode declarations in inflate_fast() 95 local void fixedtables OF((struct inflate_state FAR *state)); 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 106 struct inflate_state FAR *state; 109 state = (struct inflate_state FAR *)strm->state; 133 struct inflate_state FAR *state; 136 state = (struct inflate_state FAR *)strm->state; 150 struct inflate_state FAR *state; 162 state = (struct inflate_state FAR *) [all...] |
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; 49 state = (struct inflate_state FAR *)ZALLOC(strm, 1, 53 strm->state = (struct internal_state FAR *)state; 74 struct inflate_state FAR *state; 244 void FAR *in_desc; 246 void FAR *out_desc; 248 struct inflate_state FAR *state; 249 unsigned char FAR *nex [all...] |
H A D | zlib.h | 92 struct internal_state FAR *state; /* not visible by applications */ 103 typedef z_stream FAR *z_streamp; 126 typedef gz_header FAR *gz_headerp; 857 unsigned char FAR *window)); 877 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *)); 878 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 881 in_func in, void FAR *in_des [all...] |
H A D | deflate.h | 71 } FAR ct_data; 84 } FAR tree_desc; 87 typedef Pos FAR Posf; 263 } FAR deflate_state;
|
H A D | zutil.h | 48 typedef uch FAR uchf; 50 typedef ush FAR ushf;
|
H A D | deflate.c | 273 strm->state = (struct internal_state FAR *)s; 916 dest->state = (struct internal_state FAR *) ds;
|
H A D | crc32.h | 54 local const unsigned long FAR crc_table[TBLS][256] =
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 306 /* The following definitions for FAR are needed only for MSDOS mixed 310 * just define FAR to be empty. 317 # define FAR _far macro 319 # define FAR far macro 326 # define FAR _far macro 328 # define FAR far macro 351 # ifdef FAR 352 # undef FAR macro 361 # define ZEXPORTVA FAR CDECL 388 #ifndef FAR 389 # define FAR macro [all...] |
Completed in 60 milliseconds