Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 10 of 10) sorted by relevance

/tf-a-ffa_el3_spmc/lib/zlib/
A Dinftrees.h60 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));
A Dcrc32.c57 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 …]
A Dzconf.h315 # 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 …]
A Dinflate.h99 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[] */
A Dinffast.c54 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 …]
A Dinftrees.c34 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 */
A Dinflate.c102 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 …]
A Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] =
A Dzlib.h96 struct internal_state FAR *state; /* not visible by applications */
108 typedef z_stream FAR *z_streamp;
131 typedef gz_header FAR *gz_headerp;
1092 typedef unsigned (*in_func) OF((void FAR *,
1093 z_const unsigned char FAR * FAR *));
1094 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1097 in_func in, void FAR *in_desc,
1098 out_func out, void FAR *out_desc));
1775 unsigned char FAR *window,
1890 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
A Dzutil.h44 typedef uch FAR uchf;
46 typedef ush FAR ushf;

Completed in 20 milliseconds