Lines Matching full:far
225 /* The following definitions for FAR are needed only for MSDOS mixed
226 * model programming (small or medium model with some far allocations).
229 * just define FAR to be empty.
236 # 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
318 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
319 # define Bytef Byte FAR
321 typedef Byte FAR Bytef;
323 typedef char FAR charf;
324 typedef int FAR intf;
325 typedef uInt FAR uIntf;
326 typedef uLong FAR uLongf;
330 typedef void FAR *voidpf;
334 typedef Byte FAR *voidpf;
357 # ifdef FAR
358 # undef FAR
423 uLong total_in; /* total nb of input bytes read so far */
426 uLong total_out; /* total nb of bytes output so far */
428 struct internal_state FAR *state; /* not visible by applications */
439 typedef z_stream FAR *z_streamp;
462 typedef gz_header FAR *gz_headerp;
621 strm->adler to the adler32 checksum of all output produced so far (that is,