Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
A Dzconf.h320 # define FAR _far macro
322 # define FAR far macro
329 # define FAR _far macro
331 # define FAR far macro
354 # ifdef FAR
355 # undef FAR
391 #ifndef FAR
392 # define FAR macro
403 # define Bytef Byte FAR
407 typedef char FAR charf;
[all …]
A Dinftrees.h61 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
62 unsigned codes, code FAR * FAR *table,
63 unsigned FAR *bits, unsigned short FAR *work));
A Dinflate.c103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
109 struct inflate_state FAR *state;
123 struct inflate_state FAR *state;
148 struct inflate_state FAR *state;
163 struct inflate_state FAR *state;
203 struct inflate_state FAR *state;
253 struct inflate_state FAR *state;
280 struct inflate_state FAR *state; in fixedtables()
1391 unsigned FAR *have; in syncsearch()
1392 const unsigned char FAR *buf;
[all …]
A Dinffast.c55 struct inflate_state FAR *state;
56 z_const unsigned char FAR *in; /* local strm->next_in */
57 z_const unsigned char FAR *last; /* have enough input while in < last */
58 unsigned char FAR *out; /* local strm->next_out */
59 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
60 unsigned char FAR *end; /* while out < end, enough space available */
67 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
70 code const FAR *lcode; /* local strm->lencode */
71 code const FAR *dcode; /* local strm->distcode */
79 unsigned char FAR *from; /* where to copy match from */
[all …]
A Dinftrees.c35 unsigned short FAR *lens;
37 code FAR * FAR *table;
38 unsigned FAR *bits;
39 unsigned short FAR *work;
55 code FAR *next; /* next available space in table */
56 const unsigned short FAR *base; /* base value table to use */
57 const unsigned short FAR *extra; /* extra bits table to use */
A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
119 code FAR *next; /* next available space in codes[] */
A Dzlib.h97 struct internal_state FAR *state; /* not visible by applications */
109 typedef z_stream FAR *z_streamp;
132 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));
1776 unsigned char FAR *window,
1891 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
A Dzutil.h45 typedef uch FAR uchf;
47 typedef ush FAR ushf;
A Dgzguts.h203 typedef gz_state FAR *gz_statep;

Completed in 16 milliseconds