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

12

/vbox/src/libs/zlib-1.2.6/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[] */
H A Dinfback9.c20 z_stream FAR *strm;
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;
220 void FAR *in_desc;
222 void FAR *out_desc;
224 struct inflate_state FAR *state;
225 unsigned char FAR *next; /* next input */
226 unsigned char FAR *pu
[all...]
H A 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 */
/vbox/src/libs/zlib-1.2.6/
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 */
62 const unsigned char FAR *, unsigned));
64 const unsigned char FAR *, unsigned));
81 local crc_table_t FAR crc_table[TBLS][256];
84 local void write_table OF((FILE *, const crc_table_t FAR *));
171 fprintf(out, "local const crc_table_t FAR ");
191 const crc_table_t FAR *table;
212 const unsigned long FAR * ZEXPORT get_crc_table()
218 return (const unsigned long FAR *)crc_table;
228 const unsigned char FAR *bu
[all...]
H A 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 */
H A 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 *fro
[all...]
H A Dzconf.h373 /* The following definitions for FAR are needed only for MSDOS mixed
377 * just define FAR to be empty.
384 # define FAR _far macro
386 # define FAR far macro
393 # define FAR _far macro
395 # define FAR far macro
418 # ifdef FAR
419 # undef FAR macro
428 # define ZEXPORTVA FAR CDECL
455 #ifndef FAR
456 # define FAR macro
[all...]
H A Dinflate.c50 * - Add FAR to lcode and dcode declarations in inflate_fast()
95 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;
131 struct inflate_state FAR *state;
134 state = (struct inflate_state FAR *)strm->state;
146 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)str
[all...]
H A Dzconf.h.cmakein280 /* The following definitions for FAR are needed only for MSDOS mixed
284 * just define FAR to be empty.
291 # define FAR _far
293 # define FAR far
300 # define FAR _far
302 # define FAR far
325 # ifdef FAR
326 # undef FAR
335 # define ZEXPORTVA FAR CDECL
362 #ifndef FAR
[all...]
H A Dzconf.h.in278 /* The following definitions for FAR are needed only for MSDOS mixed
282 * just define FAR to be empty.
289 # define FAR _far
291 # define FAR far
298 # define FAR _far
300 # define FAR far
323 # ifdef FAR
324 # undef FAR
333 # define ZEXPORTVA FAR CDECL
360 #ifndef FAR
[all...]
H A 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;
253 void FAR *in_desc;
255 void FAR *out_desc;
257 struct inflate_state FAR *state;
258 unsigned char FAR *nex
[all...]
H A Dzlib.h95 struct internal_state FAR *state; /* not visible by applications */
106 typedef z_stream FAR *z_streamp;
129 typedef gz_header FAR *gz_headerp;
987 unsigned char FAR *window));
1007 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
1008 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1011 in_func in, void FAR *in_des
[all...]
H A Ddeflate.h74 } FAR ct_data;
87 } FAR tree_desc;
90 typedef Pos FAR Posf;
273 } FAR deflate_state;
/vbox/src/libs/libpng-1.2.8/
H A Dpngconf.h1076 defines FAR. (SJT) */
1087 # ifndef FAR
1088 # define FAR __far macro
1095 # define FARDATA FAR
1102 * FAR. The Watcom compiler defines both __MEDIUM__ and M_I86MM,
1107 #if defined(FAR)
1110 # define FARDATA FAR
1116 #ifndef FAR
1117 # define FAR macro
1120 /* At this point FAR i
[all...]
H A Dpngwio.c206 void FAR *far_ptr;
208 far_ptr = (void FAR *)near_ptr;
218 void FAR *far_ptr;
219 near_ptr = (void FAR *)ptr;
220 far_ptr = (void FAR *)near_ptr;
H A Dpng.h478 typedef png_color FAR * png_colorp;
479 typedef png_color FAR * FAR * png_colorpp;
489 typedef png_color_16 FAR * png_color_16p;
490 typedef png_color_16 FAR * FAR * png_color_16pp;
500 typedef png_color_8 FAR * png_color_8p;
501 typedef png_color_8 FAR * FAR * png_color_8pp;
515 typedef png_sPLT_entry FAR * png_sPLT_entry
[all...]
/vbox/src/libs/zlib-1.2.6/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...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtwain.h63 #undef FAR macro
64 #define FAR macro
90 #define FAR macro
97 #define FAR macro
109 typedef char TW_STR32[34], FAR *pTW_STR32;
110 typedef char TW_STR64[66], FAR *pTW_STR64;
111 typedef char TW_STR128[130], FAR *pTW_STR128;
112 typedef char TW_STR255[256], FAR *pTW_STR255;
115 typedef char TW_INT8, FAR *pTW_INT8;
116 typedef short TW_INT16, FAR *pTW_INT1
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtwain.h72 #undef FAR macro
73 #define FAR macro
99 #define FAR macro
106 #define FAR macro
118 typedef char TW_STR32[34], FAR *pTW_STR32;
119 typedef char TW_STR64[66], FAR *pTW_STR64;
120 typedef char TW_STR128[130], FAR *pTW_STR128;
121 typedef char TW_STR255[256], FAR *pTW_STR255;
124 typedef char TW_INT8, FAR *pTW_INT8;
125 typedef short TW_INT16, FAR *pTW_INT1
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredentialProvider.cpp113 HRESULT STDMETHODCALLTYPE GetTypeInfoCount(unsigned int FAR* pctinfo)
118 HRESULT STDMETHODCALLTYPE GetTypeInfo(unsigned int iTInfo, LCID lcid, ITypeInfo FAR* FAR* ppTInfo)
124 OLECHAR FAR* FAR* rgszNames, unsigned int cNames,
125 LCID lcid, DISPID FAR* rgDispId)
131 DISPPARAMS FAR* pDispParams, VARIANT FAR* parResult, EXCEPINFO FAR* pExcepInfo,
132 unsigned int FAR* puArgEr
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c75 struct inflate_state FAR *state;
81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
82 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
85 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
86 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
109 state = (struct inflate_state FAR *)str
[all...]

Completed in 104 milliseconds

12