Searched defs:FAR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h220 * by just saying "FAR *" where such a pointer is needed. In a few places
225 #ifndef FAR
227 #define FAR far macro
229 #define FAR macro
H A Djpegdecoder.c44 /* undo "system_boolean" hack and undef FAR since we don't use it anyway */
46 #undef FAR macro
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzconf.h201 /* The following definitions for FAR are needed only for MSDOS mixed
205 * just define FAR to be empty.
212 # define FAR _far macro
214 # define FAR far macro
221 # define FAR _far macro
223 # define FAR far macro
246 # ifdef FAR
247 # undef FAR macro
256 # define ZEXPORTVA FAR CDECL
283 #ifndef FAR
284 # define FAR macro
342 # undef FAR macro
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h519 * defines FAR. (SJT)
531 # ifndef FAR
532 # define FAR __far macro
539 # define FARDATA FAR
546 * FAR. The Watcom compiler defines both __MEDIUM__ and M_I86MM,
551 #ifdef FAR
554 # define FARDATA FAR
560 #ifndef FAR
561 # define FAR macro
564 /* At this point FAR i
[all...]

Completed in 509 milliseconds