Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.in.h185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
268 # define Bytef Byte FAR
[all …]
Dzconf.h185 # define FAR _far macro
187 # define FAR far macro
194 # define FAR _far macro
196 # define FAR far macro
219 # ifdef FAR
220 # undef FAR
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR macro
268 # define Bytef Byte FAR
[all …]
Dinftrees.h53 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));
Dcrc32.c59 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 *));
185 const unsigned long FAR *table;
205 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table()
211 return (const unsigned long FAR *)crc_table; in get_crc_table()
221 const unsigned char FAR *buf;
264 const unsigned char FAR *buf;
268 register const u4 FAR *buf4;
[all …]
Dinflate.h92 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[] */
Dinffast.c71 struct inflate_state FAR *state;
72 unsigned char FAR *in; /* local strm->next_in */
73 unsigned char FAR *last; /* while in < last, enough input available */
74 unsigned char FAR *out; /* local strm->next_out */
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
76 unsigned char FAR *end; /* while out < end, enough space available */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
86 code const FAR *lcode; /* local strm->lencode */
87 code const FAR *dcode; /* local strm->distcode */
95 unsigned char FAR *from; /* where to copy match from */
[all …]
Dinflate.c95 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 *)
166 strm->state = (struct internal_state FAR *)state;
206 struct inflate_state FAR *state; in fixedtables()
[all …]
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 */
Dinfback.c19 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; in fixedtables()
244 void FAR *in_desc;
246 void FAR *out_desc;
248 struct inflate_state FAR *state;
249 unsigned char FAR *next; /* next input */
[all …]
Dzlib.h92 struct internal_state FAR *state; /* not visible by applications */
103 typedef z_stream FAR *z_streamp;
126 typedef gz_header FAR *gz_headerp;
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_desc,
882 out_func out, void FAR *out_desc));
1328 unsigned char FAR *window,
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
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));
Dcrc32.c39 const unsigned char FAR *, z_size_t));
41 const unsigned char FAR *, z_size_t));
57 local z_crc_t FAR crc_table[TBLS][256];
60 local void write_table OF((FILE *, const z_crc_t FAR *));
167 const z_crc_t FAR *table;
188 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_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;
[all …]
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
359 # define ZEXPORTVA FAR CDECL
386 #ifndef FAR
387 # define FAR macro
398 # define Bytef Byte FAR
[all …]
Dinflate.c96 local void fixedtables OF((struct inflate_state FAR *state));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)strm->state;
162 struct inflate_state FAR *state;
[all …]
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 …]
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 */
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[] */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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));
Dcrc32.c41 const unsigned char FAR *, unsigned));
43 const unsigned char FAR *, unsigned));
59 local z_crc_t FAR crc_table[TBLS][256];
62 local void write_table OF((FILE *, const z_crc_t FAR *));
169 const z_crc_t FAR *table;
190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()
196 return (const z_crc_t FAR *)crc_table; in get_crc_table()
206 const unsigned char FAR *buf;
249 const unsigned char FAR *buf;
253 register const z_crc_t FAR *buf4;
[all …]
Dzconf.h292 # define FAR _far macro
294 # define FAR far macro
301 # define FAR _far macro
303 # define FAR far macro
326 # ifdef FAR
327 # undef FAR
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR macro
375 # define Bytef Byte FAR
[all …]
Dinflate.c95 local void fixedtables OF((struct inflate_state FAR *state));
96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
107 struct inflate_state FAR *state;
110 state = (struct inflate_state FAR *)strm->state;
132 struct inflate_state FAR *state;
135 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
187 struct inflate_state FAR *state;
[all …]
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 */
Dinflate.h96 unsigned char FAR *window; /* allocated sliding window, if needed */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
Dinffast.c71 struct inflate_state FAR *state;
72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
74 unsigned char FAR *out; /* local strm->next_out */
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
76 unsigned char FAR *end; /* while out < end, enough space available */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
86 code const FAR *lcode; /* local strm->lencode */
87 code const FAR *dcode; /* local strm->distcode */
95 unsigned char FAR *from; /* where to copy match from */
[all …]
Dinfback.c19 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;
258 z_const unsigned char FAR *next; /* next input */
[all …]

12