FAR               231 third_party/iccjpeg/iccjpeg.c       JOCTET FAR *src_ptr;
FAR               183 third_party/libjpeg/jccoefct.c 	      jzero_far((void FAR *) coef->MCU_buffer[blkn + blockcnt],
FAR               191 third_party/libjpeg/jccoefct.c 	    jzero_far((void FAR *) coef->MCU_buffer[blkn],
FAR               289 third_party/libjpeg/jccoefct.c 	jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
FAR               308 third_party/libjpeg/jccoefct.c 	jzero_far((void FAR *) thisblockrow,
FAR               165 third_party/libjpeg/jdcoefct.c       jzero_far((void FAR *) coef->MCU_buffer[0],
FAR               590 third_party/libjpeg/jdmarker.c examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
FAR               666 third_party/libjpeg/jdmarker.c examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
FAR               722 third_party/libjpeg/jdmarker.c     examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
FAR               725 third_party/libjpeg/jdmarker.c     examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
FAR               751 third_party/libjpeg/jdmarker.c   JOCTET FAR * data;
FAR               777 third_party/libjpeg/jdmarker.c       data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1);
FAR               100 third_party/libjpeg/jmemmgr.c typedef union large_pool_struct FAR * large_pool_ptr;
FAR               341 third_party/libjpeg/jmemmgr.c METHODDEF(void FAR *)
FAR               377 third_party/libjpeg/jmemmgr.c   return (void FAR *) (hdr_ptr + 1); /* point to first data byte in pool */
FAR               711 third_party/libjpeg/jmemmgr.c 					    (void FAR *) ptr->mem_buffer[i],
FAR               715 third_party/libjpeg/jmemmgr.c 					   (void FAR *) ptr->mem_buffer[i],
FAR               744 third_party/libjpeg/jmemmgr.c 					    (void FAR *) ptr->mem_buffer[i],
FAR               748 third_party/libjpeg/jmemmgr.c 					   (void FAR *) ptr->mem_buffer[i],
FAR               824 third_party/libjpeg/jmemmgr.c 	jzero_far((void FAR *) ptr->mem_buffer[undef_row], bytesperrow);
FAR               909 third_party/libjpeg/jmemmgr.c 	jzero_far((void FAR *) ptr->mem_buffer[undef_row], bytesperrow);
FAR               975 third_party/libjpeg/jmemmgr.c     jpeg_free_large(cinfo, (void FAR *) lhdr_ptr, space_freed);
FAR                54 third_party/libjpeg/jmemnobs.c GLOBAL(void FAR *)
FAR                57 third_party/libjpeg/jmemnobs.c   return (void FAR *) malloc(sizeofobject);
FAR                61 third_party/libjpeg/jmemnobs.c jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
FAR                60 third_party/libjpeg/jmemsys.h EXTERN(void FAR *) jpeg_get_large JPP((j_common_ptr cinfo,
FAR                62 third_party/libjpeg/jmemsys.h EXTERN(void) jpeg_free_large JPP((j_common_ptr cinfo, void FAR * object,
FAR               143 third_party/libjpeg/jmemsys.h 				     void FAR * buffer_address,
FAR               147 third_party/libjpeg/jmemsys.h 				      void FAR * buffer_address,
FAR               231 third_party/libjpeg/jmorecfg.h #ifndef FAR
FAR               378 third_party/libjpeg/jpegint.h EXTERN(void) jzero_far JPP((void FAR * target, size_t bytestozero));
FAR                70 third_party/libjpeg/jpeglib.h typedef JSAMPLE FAR *JSAMPROW;	/* ptr to one image row of pixel samples. */
FAR                75 third_party/libjpeg/jpeglib.h typedef JBLOCK FAR *JBLOCKROW;	/* pointer to one row of coefficient blocks */
FAR                79 third_party/libjpeg/jpeglib.h typedef JCOEF FAR *JCOEFPTR;	/* useful in a couple of places */
FAR               197 third_party/libjpeg/jpeglib.h typedef struct jpeg_marker_struct FAR * jpeg_saved_marker_ptr;
FAR               204 third_party/libjpeg/jpeglib.h   JOCTET FAR * data;		/* the data contained in the marker */
FAR               764 third_party/libjpeg/jpeglib.h   JMETHOD(void FAR *, alloc_large, (j_common_ptr cinfo, int pool_id,
FAR               135 third_party/libjpeg/jquant1.c typedef FSERROR FAR *FSERRPTR;	/* pointer to error array (in FAR storage!) */
FAR               533 third_party/libjpeg/jquant1.c     jzero_far((void FAR *) output_buf[row],
FAR               638 third_party/libjpeg/jquant1.c     jzero_far((void FAR *) output_buf[row],
FAR               784 third_party/libjpeg/jquant1.c       jzero_far((void FAR *) cquantize->fserrors[i], arraysize);
FAR               149 third_party/libjpeg/jquant2.c typedef histcell FAR * histptr;	/* for pointers to histogram cells */
FAR               152 third_party/libjpeg/jquant2.c typedef hist1d FAR * hist2d;	/* type for the 2nd-level pointers */
FAR               188 third_party/libjpeg/jquant2.c typedef FSERROR FAR *FSERRPTR;	/* pointer to error array (in FAR storage!) */
FAR              1206 third_party/libjpeg/jquant2.c       jzero_far((void FAR *) cquantize->fserrors, arraysize);
FAR              1217 third_party/libjpeg/jquant2.c       jzero_far((void FAR *) histogram[i],
FAR               104 third_party/libjpeg/jutils.c #define FMEMCOPY(dest,src,size)	_fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size))
FAR               105 third_party/libjpeg/jutils.c #define FMEMZERO(target,size)	_fmemset((void FAR *)(target), 0, (size_t)(size))
FAR               165 third_party/libjpeg/jutils.c jzero_far (void FAR * target, size_t bytestozero)
FAR               172 third_party/libjpeg/jutils.c   register char FAR * ptr = (char FAR *) target;
FAR               635 third_party/libpng/png.h typedef png_color FAR * png_colorp;
FAR               636 third_party/libpng/png.h typedef png_color FAR * FAR * png_colorpp;
FAR               646 third_party/libpng/png.h typedef png_color_16 FAR * png_color_16p;
FAR               647 third_party/libpng/png.h typedef png_color_16 FAR * FAR * png_color_16pp;
FAR               657 third_party/libpng/png.h typedef png_color_8 FAR * png_color_8p;
FAR               658 third_party/libpng/png.h typedef png_color_8 FAR * FAR * png_color_8pp;
FAR               672 third_party/libpng/png.h typedef png_sPLT_entry FAR * png_sPLT_entryp;
FAR               673 third_party/libpng/png.h typedef png_sPLT_entry FAR * FAR * png_sPLT_entrypp;
FAR               687 third_party/libpng/png.h typedef png_sPLT_t FAR * png_sPLT_tp;
FAR               688 third_party/libpng/png.h typedef png_sPLT_t FAR * FAR * png_sPLT_tpp;
FAR               718 third_party/libpng/png.h typedef png_text FAR * png_textp;
FAR               719 third_party/libpng/png.h typedef png_text FAR * FAR * png_textpp;
FAR               748 third_party/libpng/png.h typedef png_time FAR * png_timep;
FAR               749 third_party/libpng/png.h typedef png_time FAR * FAR * png_timepp;
FAR               769 third_party/libpng/png.h typedef png_unknown_chunk FAR * png_unknown_chunkp;
FAR               770 third_party/libpng/png.h typedef png_unknown_chunk FAR * FAR * png_unknown_chunkpp;
FAR              1051 third_party/libpng/png.h typedef png_info FAR * png_infop;
FAR              1052 third_party/libpng/png.h typedef png_info FAR * FAR * png_infopp;
FAR              1165 third_party/libpng/png.h typedef png_row_info FAR * png_row_infop;
FAR              1166 third_party/libpng/png.h typedef png_row_info FAR * FAR * png_row_infopp;
FAR              1175 third_party/libpng/png.h typedef png_struct FAR * png_structp;
FAR              1557 third_party/libpng/png.h typedef png_struct FAR * FAR * png_structpp;
FAR              1673 third_party/libpng/png.h    struct tm FAR * ttime));
FAR              1272 third_party/libpng/pngconf.h #      ifndef FAR
FAR              1292 third_party/libpng/pngconf.h #ifdef FAR
FAR              1295 third_party/libpng/pngconf.h #    define FARDATA FAR
FAR              1301 third_party/libpng/pngconf.h #ifndef FAR
FAR              1315 third_party/libpng/pngconf.h typedef void            FAR * png_voidp;
FAR              1316 third_party/libpng/pngconf.h typedef png_byte        FAR * png_bytep;
FAR              1317 third_party/libpng/pngconf.h typedef png_uint_32     FAR * png_uint_32p;
FAR              1318 third_party/libpng/pngconf.h typedef png_int_32      FAR * png_int_32p;
FAR              1319 third_party/libpng/pngconf.h typedef png_uint_16     FAR * png_uint_16p;
FAR              1320 third_party/libpng/pngconf.h typedef png_int_16      FAR * png_int_16p;
FAR              1321 third_party/libpng/pngconf.h typedef PNG_CONST char  FAR * png_const_charp;
FAR              1322 third_party/libpng/pngconf.h typedef char            FAR * png_charp;
FAR              1323 third_party/libpng/pngconf.h typedef png_fixed_point FAR * png_fixed_point_p;
FAR              1334 third_party/libpng/pngconf.h typedef double          FAR * png_doublep;
FAR              1338 third_party/libpng/pngconf.h typedef png_byte        FAR * FAR * png_bytepp;
FAR              1339 third_party/libpng/pngconf.h typedef png_uint_32     FAR * FAR * png_uint_32pp;
FAR              1340 third_party/libpng/pngconf.h typedef png_int_32      FAR * FAR * png_int_32pp;
FAR              1341 third_party/libpng/pngconf.h typedef png_uint_16     FAR * FAR * png_uint_16pp;
FAR              1342 third_party/libpng/pngconf.h typedef png_int_16      FAR * FAR * png_int_16pp;
FAR              1343 third_party/libpng/pngconf.h typedef PNG_CONST char  FAR * FAR * png_const_charpp;
FAR              1344 third_party/libpng/pngconf.h typedef char            FAR * FAR * png_charpp;
FAR              1345 third_party/libpng/pngconf.h typedef png_fixed_point FAR * FAR * png_fixed_point_pp;
FAR              1347 third_party/libpng/pngconf.h typedef double          FAR * FAR * png_doublepp;
FAR              1351 third_party/libpng/pngconf.h typedef char            FAR * FAR * FAR * png_charppp;
FAR              1361 third_party/libpng/pngconf.h typedef charf * FAR *   png_zcharpp;
FAR              1362 third_party/libpng/pngconf.h typedef z_stream FAR *  png_zstreamp;
FAR               156 third_party/libpng/pngrtran.c    struct png_dsort_struct FAR * next;
FAR               160 third_party/libpng/pngrtran.c typedef png_dsort FAR *       png_dsortp;
FAR               161 third_party/libpng/pngrtran.c typedef png_dsort FAR * FAR * png_dsortpp;
FAR               234 third_party/libpng/pngwio.c    void FAR *far_ptr;
FAR               236 third_party/libpng/pngwio.c    far_ptr = (void FAR *)near_ptr;
FAR               248 third_party/libpng/pngwio.c    void FAR *far_ptr;
FAR               249 third_party/libpng/pngwio.c    near_ptr = (void FAR *)ptr;
FAR               250 third_party/libpng/pngwio.c    far_ptr = (void FAR *)near_ptr;
FAR               432 third_party/libpng/pngwrite.c png_convert_from_struct_tm(png_timep ptime, struct tm FAR * ttime)
FAR               175 third_party/npapi/npspy/extern/java/jni_md.h #ifndef FAR		/* for non-Win16 */
FAR               167 third_party/npapi/npspy/extern/java/jri_md.h #ifndef FAR		/* for non-Win16 */
FAR                59 third_party/zlib/crc32.c                         const unsigned char FAR *, unsigned));
FAR                61 third_party/zlib/crc32.c                         const unsigned char FAR *, unsigned));
FAR                77 third_party/zlib/crc32.c local unsigned long FAR crc_table[TBLS][256];
FAR                80 third_party/zlib/crc32.c    local void write_table OF((FILE *, const unsigned long FAR *));
FAR               187 third_party/zlib/crc32.c     const unsigned long FAR *table;
FAR               207 third_party/zlib/crc32.c const unsigned long FAR * ZEXPORT get_crc_table()
FAR               213 third_party/zlib/crc32.c     return (const unsigned long FAR *)crc_table;
FAR               223 third_party/zlib/crc32.c     const unsigned char FAR *buf;
FAR               266 third_party/zlib/crc32.c     const unsigned char FAR *buf;
FAR               270 third_party/zlib/crc32.c     register const u4 FAR *buf4;
FAR               279 third_party/zlib/crc32.c     buf4 = (const u4 FAR *)(const void FAR *)buf;
FAR               288 third_party/zlib/crc32.c     buf = (const unsigned char FAR *)buf4;
FAR               306 third_party/zlib/crc32.c     const unsigned char FAR *buf;
FAR               310 third_party/zlib/crc32.c     register const u4 FAR *buf4;
FAR               319 third_party/zlib/crc32.c     buf4 = (const u4 FAR *)(const void FAR *)buf;
FAR               330 third_party/zlib/crc32.c     buf = (const unsigned char FAR *)buf4;
FAR                 5 third_party/zlib/crc32.h local const unsigned long FAR crc_table[TBLS][256] =
FAR               268 third_party/zlib/deflate.c     strm->state = (struct internal_state FAR *)s;
FAR               976 third_party/zlib/deflate.c     dest->state = (struct internal_state FAR *) ds;
FAR                71 third_party/zlib/deflate.h } FAR ct_data;
FAR                84 third_party/zlib/deflate.h } FAR tree_desc;
FAR                87 third_party/zlib/deflate.h typedef Pos FAR Posf;
FAR               275 third_party/zlib/deflate.h } FAR deflate_state;
FAR               116 third_party/zlib/gzguts.h typedef gz_state FAR *gz_statep;
FAR                19 third_party/zlib/infback.c local void fixedtables OF((struct inflate_state FAR *state));
FAR                31 third_party/zlib/infback.c unsigned char FAR *window;
FAR                35 third_party/zlib/infback.c     struct inflate_state FAR *state;
FAR                49 third_party/zlib/infback.c     state = (struct inflate_state FAR *)ZALLOC(strm, 1,
FAR                53 third_party/zlib/infback.c     strm->state = (struct internal_state FAR *)state;
FAR                74 third_party/zlib/infback.c struct inflate_state FAR *state;
FAR               244 third_party/zlib/infback.c void FAR *in_desc;
FAR               246 third_party/zlib/infback.c void FAR *out_desc;
FAR               248 third_party/zlib/infback.c     struct inflate_state FAR *state;
FAR               249 third_party/zlib/infback.c     unsigned char FAR *next;    /* next input */
FAR               250 third_party/zlib/infback.c     unsigned char FAR *put;     /* next output */
FAR               255 third_party/zlib/infback.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               266 third_party/zlib/infback.c     state = (struct inflate_state FAR *)strm->state;
FAR               377 third_party/zlib/infback.c             state->lencode = (code const FAR *)(state->next);
FAR               452 third_party/zlib/infback.c             state->lencode = (code const FAR *)(state->next);
FAR               461 third_party/zlib/infback.c             state->distcode = (code const FAR *)(state->next);
FAR                71 third_party/zlib/inffast.c     struct inflate_state FAR *state;
FAR                72 third_party/zlib/inffast.c     unsigned char FAR *in;      /* local strm->next_in */
FAR                73 third_party/zlib/inffast.c     unsigned char FAR *last;    /* while in < last, enough input available */
FAR                74 third_party/zlib/inffast.c     unsigned char FAR *out;     /* local strm->next_out */
FAR                75 third_party/zlib/inffast.c     unsigned char FAR *beg;     /* inflate()'s initial strm->next_out */
FAR                76 third_party/zlib/inffast.c     unsigned char FAR *end;     /* while out < end, enough space available */
FAR                83 third_party/zlib/inffast.c     unsigned char FAR *window;  /* allocated sliding window, if wsize != 0 */
FAR                86 third_party/zlib/inffast.c     code const FAR *lcode;      /* local strm->lencode */
FAR                87 third_party/zlib/inffast.c     code const FAR *dcode;      /* local strm->distcode */
FAR                95 third_party/zlib/inffast.c     unsigned char FAR *from;    /* where to copy match from */
FAR                98 third_party/zlib/inffast.c     state = (struct inflate_state FAR *)strm->state;
FAR                95 third_party/zlib/inflate.c local void fixedtables OF((struct inflate_state FAR *state));
FAR               100 third_party/zlib/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
FAR               106 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR               109 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               135 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR               139 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               175 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR               187 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)
FAR               191 third_party/zlib/inflate.c     strm->state = (struct internal_state FAR *)state;
FAR               214 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR               217 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               241 third_party/zlib/inflate.c struct inflate_state FAR *state;
FAR               362 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR               365 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               369 third_party/zlib/inflate.c         state->window = (unsigned char FAR *)
FAR               593 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR               594 third_party/zlib/inflate.c     unsigned char FAR *next;    /* next input */
FAR               595 third_party/zlib/inflate.c     unsigned char FAR *put;     /* next output */
FAR               601 third_party/zlib/inflate.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               616 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               908 third_party/zlib/inflate.c             state->lencode = (code const FAR *)(state->next);
FAR               983 third_party/zlib/inflate.c             state->lencode = (code const FAR *)(state->next);
FAR               992 third_party/zlib/inflate.c             state->distcode = (code const FAR *)(state->next);
FAR              1241 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1244 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1257 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1262 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1298 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1302 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1323 third_party/zlib/inflate.c unsigned FAR *have;
FAR              1324 third_party/zlib/inflate.c unsigned char FAR *buf;
FAR              1351 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1355 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1399 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1402 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1410 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1411 third_party/zlib/inflate.c     struct inflate_state FAR *copy;
FAR              1412 third_party/zlib/inflate.c     unsigned char FAR *window;
FAR              1419 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)source->state;
FAR              1422 third_party/zlib/inflate.c     copy = (struct inflate_state FAR *)
FAR              1427 third_party/zlib/inflate.c         window = (unsigned char FAR *)
FAR              1449 third_party/zlib/inflate.c     dest->state = (struct internal_state FAR *)copy;
FAR              1457 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1460 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1473 third_party/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1476 third_party/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR                96 third_party/zlib/inflate.h     unsigned char FAR *window;  /* allocated sliding window, if needed */
FAR               106 third_party/zlib/inflate.h     code const FAR *lencode;    /* starting table for length/literal codes */
FAR               107 third_party/zlib/inflate.h     code const FAR *distcode;   /* starting table for distance codes */
FAR               115 third_party/zlib/inflate.h     code FAR *next;             /* next available space in codes[] */
FAR                34 third_party/zlib/inftrees.c unsigned short FAR *lens;
FAR                36 third_party/zlib/inftrees.c code FAR * FAR *table;
FAR                37 third_party/zlib/inftrees.c unsigned FAR *bits;
FAR                38 third_party/zlib/inftrees.c unsigned short FAR *work;
FAR                54 third_party/zlib/inftrees.c     code FAR *next;             /* next available space in table */
FAR                55 third_party/zlib/inftrees.c     const unsigned short FAR *base;     /* base value table to use */
FAR                56 third_party/zlib/inftrees.c     const unsigned short FAR *extra;    /* extra bits table to use */
FAR                60 third_party/zlib/inftrees.h int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
FAR                61 third_party/zlib/inftrees.h                              unsigned codes, code FAR * FAR *table,
FAR                62 third_party/zlib/inftrees.h                              unsigned FAR *bits, unsigned short FAR *work));
FAR               294 third_party/zlib/zconf.h #    ifdef FAR
FAR               304 third_party/zlib/zconf.h #      define ZEXPORTVA FAR CDECL
FAR               331 third_party/zlib/zconf.h #ifndef FAR
FAR               343 third_party/zlib/zconf.h #  define Bytef Byte FAR
FAR               345 third_party/zlib/zconf.h    typedef Byte  FAR Bytef;
FAR               347 third_party/zlib/zconf.h typedef char  FAR charf;
FAR               348 third_party/zlib/zconf.h typedef int   FAR intf;
FAR               349 third_party/zlib/zconf.h typedef uInt  FAR uIntf;
FAR               350 third_party/zlib/zconf.h typedef uLong FAR uLongf;
FAR               354 third_party/zlib/zconf.h    typedef void FAR   *voidpf;
FAR               358 third_party/zlib/zconf.h    typedef Byte FAR   *voidpf;
FAR                95 third_party/zlib/zlib.h     struct internal_state FAR *state; /* not visible by applications */
FAR               107 third_party/zlib/zlib.h typedef z_stream FAR *z_streamp;
FAR               130 third_party/zlib/zlib.h typedef gz_header FAR *gz_headerp;
FAR               975 third_party/zlib/zlib.h typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
FAR               976 third_party/zlib/zlib.h typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
FAR               979 third_party/zlib/zlib.h                                     in_func in, void FAR *in_desc,
FAR               980 third_party/zlib/zlib.h                                     out_func out, void FAR *out_desc));
FAR              1548 third_party/zlib/zlib.h                                          unsigned char FAR *window,
FAR                53 third_party/zlib/zutil.h typedef uch FAR uchf;
FAR                55 third_party/zlib/zutil.h typedef ush FAR ushf;