Home
last modified time | relevance | path

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

12345

/external/sonivox/arm-wt-22k/lib_src/
Ddls.h143 }DLSVERSION, FAR *LPDLSVERSION;
152 }CONNECTION, FAR *LPCONNECTION;
160 } CONNECTIONLIST, FAR *LPCONNECTIONLIST;
171 }RGNRANGE, FAR * LPRGNRANGE;
178 }MIDILOCALE, FAR *LPMIDILOCALE;
194 }RGNHEADER, FAR *LPRGNHEADER;
199 }INSTHEADER, FAR *LPINSTHEADER;
203 }DLSHEADER, FAR *LPDLSHEADER;
223 }WAVELINK, FAR *LPWAVELINK;
230 }POOLCUE, FAR *LPPOOLCUE;
[all …]
/external/freetype/src/gzip/
Dzconf.h160 # define FAR _far macro
162 # define FAR far macro
168 # define FAR _far macro
175 # ifdef FAR
176 # undef FAR
183 # define ZEXPORTVA(x) x FAR _cdecl _export
214 #ifndef FAR
215 # define FAR macro
226 # define Bytef Byte FAR
228 typedef Byte FAR Bytef;
[all …]
Dinftrees.h17 typedef struct inflate_huft_s FAR inflate_huft;
41 inflate_huft * FAR *, /* bits tree result */
51 inflate_huft * FAR *, /* literal/length tree result */
52 inflate_huft * FAR *, /* distance tree result */
59 const inflate_huft * FAR *, /* literal/length tree result */
60 const inflate_huft * FAR *, /* distance tree result */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_crc32.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) in write_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, in crc32()
249 const unsigned char FAR *buf, in crc32_little()
253 register const z_crc_t FAR *buf4; in crc32_little()
[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 …]
Dfx_zlib_inflate.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; in inflateResetKeep()
110 state = (struct inflate_state FAR *)strm->state; in inflateResetKeep()
132 struct inflate_state FAR *state; in inflateReset()
135 state = (struct inflate_state FAR *)strm->state; in inflateReset()
147 struct inflate_state FAR *state; in inflateReset2()
151 state = (struct inflate_state FAR *)strm->state; in inflateReset2()
187 struct inflate_state FAR *state; in inflateInit2_()
[all …]
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));
Dfx_zlib_inffast.c71 struct inflate_state FAR *state; in inflate_fast()
72 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
73 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast()
74 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast()
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast()
76 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast()
86 code const FAR *lcode; /* local strm->lencode */ in inflate_fast()
87 code const FAR *dcode; /* local strm->distcode */ in inflate_fast()
95 unsigned char FAR *from; /* where to copy match from */ in inflate_fast()
[all …]
Dfx_zlib_inftrees.c34 unsigned short FAR *lens, in inflate_table()
36 code FAR * FAR *table, in inflate_table()
37 unsigned FAR *bits, in inflate_table()
38 unsigned short FAR *work) in inflate_table()
54 code FAR *next; /* next available space in table */ in inflate_table()
55 const unsigned short FAR *base; /* base value table to use */ in inflate_table()
56 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
Dfx_zlib_infback.c19 local void fixedtables OF((struct inflate_state FAR *state));
31 unsigned char FAR *window, in inflateBackInit_()
35 struct inflate_state FAR *state; in inflateBackInit_()
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
62 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
83 struct inflate_state FAR *state) in fixedtables()
253 void FAR *in_desc, in inflateBack()
255 void FAR *out_desc) in inflateBack()
257 struct inflate_state FAR *state; in inflateBack()
258 z_const unsigned char FAR *next; /* next input */ in inflateBack()
[all …]
/external/zlib/src/
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.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));
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 …]
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 */
/external/pdfium/core/include/thirdparties/zlib/
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 …]
/external/zlib/
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 …]
/external/zlib/src/contrib/masmx64/
Dinffas8664.c86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
88 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
90 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
110 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
/external/zlib/src/contrib/infback9/
Dinfback9.h23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
24 in_func in, void FAR *in_desc,
25 out_func out, void FAR *out_desc));
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
28 unsigned char FAR *window,
Dinftree9.h59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
60 unsigned codes, code FAR * FAR *table,
61 unsigned FAR *bits, unsigned short FAR *work));
Dinfback9.c20 z_stream FAR *strm; in inflateBack9Init_()
21 unsigned char FAR *window;
25 struct inflate_state FAR *state;
38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
218 z_stream FAR *strm; in inflateBack9()
220 void FAR *in_desc;
222 void FAR *out_desc;
224 struct inflate_state FAR *state;
225 z_const unsigned char FAR *next; /* next input */
226 unsigned char FAR *put; /* next output */
[all …]
Dinftree9.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 */
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jutils.c105 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size…
106 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
166 jzero_far (void FAR * target, size_t bytestozero) in jzero_far()
173 register char FAR * ptr = (char FAR *) target; in jzero_far()
/external/jpeg/
Djutils.c110 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size…
111 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
171 jzero_far (void FAR * target, size_t bytestozero) in jzero_far()
178 register char FAR * ptr = (char FAR *) target; in jzero_far()

12345