Searched refs:FAR (Results 1 - 25 of 96) sorted by relevance

1234

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H 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));
H A 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[] */
H A Dfx_zlib_crc32.c31 #include "zutil.h" /* for STDC and FAR definitions */
41 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 *));
149 fprintf(out, "local const z_crc_t FAR ");
169 const z_crc_t FAR *table)
190 const z_crc_t FAR * ZEXPORT get_crc_table()
196 return (const z_crc_t FAR *)crc_table;
206 const unsigned char FAR *bu
[all...]
H A Dzconf.h281 /* The following definitions for FAR are needed only for MSDOS mixed
285 * just define FAR to be empty.
292 # 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 macro
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR macro
[all...]
H A Dfx_zlib_inftrees.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/contrib/infback9/
H A 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));
H A 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,
H A Dinflate9.h37 unsigned char FAR *window; /* allocated sliding window, if needed */
43 code FAR *next; /* next available space in codes[] */
/external/zlib/src/
H 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));
H A 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[] */
H A Dcrc32.c31 #include "zutil.h" /* for STDC and FAR definitions */
41 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 *));
149 fprintf(out, "local const z_crc_t FAR ");
169 const z_crc_t FAR *table;
190 const z_crc_t FAR * ZEXPORT get_crc_table()
196 return (const z_crc_t FAR *)crc_table;
206 const unsigned char FAR *bu
[all...]
H A Dzconf.h281 /* The following definitions for FAR are needed only for MSDOS mixed
285 * just define FAR to be empty.
292 # 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 macro
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR macro
[all...]
/external/freetype/src/gzip/
H A 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 */
H A Dzconf.h150 /* The following definitions for FAR are needed only for MSDOS mixed
154 * just define FAR to be empty.
160 # define FAR _far macro
162 # define FAR far macro
168 # define FAR _far macro
175 # ifdef FAR
176 # undef FAR macro
183 # define ZEXPORTVA(x) x FAR _cdecl _export
214 #ifndef FAR
215 # define FAR macro
[all...]
H A Dinfblock.h15 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
H A Dinfcodes.h15 typedef struct inflate_codes_state FAR inflate_codes_statef;
/external/sonivox/arm-wt-22k/lib_src/
H A Ddls.h66 //#define FAR
143 }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 *LPWAVELIN
[all...]
/external/jpeg/
H A Djmemnobs.c49 * NB: although we include FAR keywords in the routine declarations,
54 GLOBAL(void FAR *)
57 return (void FAR *) malloc(sizeofobject);
61 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
H A Djutils.c98 * are FAR and we're assuming a small-pointer memory model. However, some
110 #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)
172 /* Zero out a chunk of FAR memory. */
178 register char FAR * ptr = (char FAR *) target;
H A Djmemansi.c50 * NB: although we include FAR keywords in the routine declarations,
55 GLOBAL(void FAR *)
58 return (void FAR *) malloc(sizeofobject);
62 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
98 void FAR * buffer_address,
111 void FAR * buffer_address,
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jutils.c93 * are FAR and we're assuming a small-pointer memory model. However, some
105 #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)
167 /* Zero out a chunk of FAR memory. */
173 register char FAR * ptr = (char FAR *) target;
H A Djmemsys.h57 EXTERN(void FAR *) jpeg_get_large JPP((j_common_ptr cinfo,
59 EXTERN(void) jpeg_free_large JPP((j_common_ptr cinfo, void FAR * object,
121 void FAR * buffer_address,
125 void FAR * buffer_address,
/external/zlib/src/contrib/masmx64/
H A 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 *)str
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h281 /* The following definitions for FAR are needed only for MSDOS mixed
285 * just define FAR to be empty.
292 # 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 macro
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR macro
[all...]
/external/zlib/
H A Dzconf.h281 /* The following definitions for FAR are needed only for MSDOS mixed
285 * just define FAR to be empty.
292 # 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 macro
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR macro
[all...]

Completed in 328 milliseconds

1234