Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 25 of 112) 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/
Dftzconf.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/u-boot/include/u-boot/
Dzlib.h236 # define FAR _far macro
238 # define FAR far
245 # define FAR _far macro
247 # define FAR far
270 # ifdef FAR
271 # undef FAR
280 # define ZEXPORTVA FAR CDECL
307 #ifndef FAR
308 # define FAR macro
319 # define Bytef Byte FAR
[all …]
/external/python/cpython2/Modules/zlib/
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 …]
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.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 */
/external/zlib/src/
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 …]
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.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 */
/external/zlib/
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 …]
/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,
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.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));
/external/u-boot/lib/zlib/
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));
Dinffast.c72 struct inflate_state FAR *state; in inflate_fast()
73 unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast()
75 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast()
76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast()
77 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
84 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast()
87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast()
88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast()
96 unsigned char FAR *from; /* where to copy match from */ in inflate_fast()
[all …]
/external/swiftshader/src/WSI/
DFrameBufferDD.hpp58 …typedef HRESULT (WINAPI *DIRECTDRAWCREATE)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown F…
59 …HRESULT (WINAPI *DirectDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnk…
/external/swiftshader/src/Main/
DFrameBufferDD.hpp58 …typedef HRESULT (WINAPI *DIRECTDRAWCREATE)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown F…
59 …HRESULT (WINAPI *DirectDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnk…

12345