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

12

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinftrees.h77 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
78 unsigned codes, code FAR * FAR *table,
79 unsigned FAR *bits, unsigned short FAR *work));
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...]
H A Dinflate.h116 unsigned char FAR *window; /* allocated sliding window, if needed */
126 code const FAR *lencode; /* starting table for length/literal codes */
127 code const FAR *distcode; /* starting table for distance codes */
135 code FAR *next; /* next available space in codes[] */
H A Dzcrc32.c53 #include "zutil.h" /* for STDC and FAR definitions */
83 const unsigned char FAR *, unsigned));
85 const unsigned char FAR *, unsigned));
99 local unsigned long FAR crc_table[TBLS][256];
102 local void write_table OF((FILE *, const unsigned long FAR *));
189 fprintf(out, "local const unsigned long FAR ");
209 const unsigned long FAR *table;
229 const unsigned long FAR * ZEXPORT get_crc_table()
235 return (const unsigned long FAR *)crc_table;
245 const unsigned char FAR *bu
[all...]
H A Dinffast.c95 struct inflate_state FAR *state;
96 unsigned char FAR *in; /* local strm->next_in */
97 unsigned char FAR *last; /* while in < last, enough input available */
98 unsigned char FAR *out; /* local strm->next_out */
99 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
100 unsigned char FAR *end; /* while out < end, enough space available */
107 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
110 code const FAR *lcode; /* local strm->lencode */
111 code const FAR *dcode; /* local strm->distcode */
119 unsigned char FAR *fro
[all...]
H A Dzlib.h116 struct internal_state FAR *state; /* not visible by applications */
127 typedef z_stream FAR *z_streamp;
150 typedef gz_header FAR *gz_headerp;
881 unsigned char FAR *window));
901 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
902 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
905 in_func in, void FAR *in_des
[all...]
H A Dinftrees.c58 unsigned short FAR *lens;
60 code FAR * FAR *table;
61 unsigned FAR *bits;
62 unsigned short FAR *work;
78 code FAR *next; /* next available space in table */
79 const unsigned short FAR *base; /* base value table to use */
80 const unsigned short FAR *extra; /* extra bits table to use */
H A Dinflate.c74 * - Add FAR to lcode and dcode declarations in inflate_fast()
119 local void fixedtables OF((struct inflate_state FAR *state));
124 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
130 struct inflate_state FAR *state;
133 state = (struct inflate_state FAR *)strm->state;
157 struct inflate_state FAR *state;
160 state = (struct inflate_state FAR *)strm->state;
174 struct inflate_state FAR *state;
186 state = (struct inflate_state FAR *)
[all...]
H A Dinfback.c43 local void fixedtables OF((struct inflate_state FAR *state));
55 unsigned char FAR *window;
59 struct inflate_state FAR *state;
73 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
77 strm->state = (struct internal_state FAR *)state;
98 struct inflate_state FAR *state;
268 void FAR *in_desc;
270 void FAR *out_desc;
272 struct inflate_state FAR *state;
273 unsigned char FAR *nex
[all...]
H A Ddeflate.h95 } FAR ct_data;
108 } FAR tree_desc;
111 typedef Pos FAR Posf;
287 } FAR deflate_state;
H A Dzutil.h72 typedef uch FAR uchf;
74 typedef ush FAR ushf;
/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...]
H A Dpng.h566 typedef png_color FAR * png_colorp;
567 typedef PNG_CONST png_color FAR * png_const_colorp;
568 typedef png_color FAR * FAR * png_colorpp;
578 typedef png_color_16 FAR * png_color_16p;
579 typedef PNG_CONST png_color_16 FAR * png_const_color_16p;
580 typedef png_color_16 FAR * FAR * png_color_16pp;
590 typedef png_color_8 FAR * png_color_8p;
591 typedef PNG_CONST png_color_8 FAR * png_const_color_8
[all...]
H A Dpngwio.c256 void FAR *far_ptr;
258 far_ptr = (void FAR *)near_ptr;
270 void FAR *far_ptr;
271 near_ptr = (void FAR *)ptr;
272 far_ptr = (void FAR *)near_ptr;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemnobs.c53 * NB: although we include FAR keywords in the routine declarations,
58 GLOBAL(void FAR *)
61 return (void FAR *) malloc(sizeofobject);
65 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
H A Djutils.c96 * are FAR and we're assuming a small-pointer memory model. However, some
108 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size))
109 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
169 jzero_far (void FAR * target, size_t bytestozero)
170 /* Zero out a chunk of FAR memory. */
176 register char FAR * ptr = (char FAR *) target;
H A Djmemsys.h64 EXTERN(void FAR *) jpeg_get_large JPP((j_common_ptr cinfo,
66 EXTERN(void) jpeg_free_large JPP((j_common_ptr cinfo, void FAR * object,
147 void FAR * buffer_address,
151 void FAR * buffer_address,
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 Djmemmgr.c87 * link pointer must be FAR on 80x86 machines.
104 typedef union large_pool_struct FAR * large_pool_ptr;
335 * except that FAR pointers are used on 80x86. However the pool
345 METHODDEF(void FAR *)
381 return (void FAR *) (hdr_ptr + 1); /* point to first data byte in pool */
387 * The pointers are in near heap, the samples themselves in FAR heap.
715 (void FAR *) ptr->mem_buffer[i],
719 (void FAR *) ptr->mem_buffer[i],
748 (void FAR *) ptr->mem_buffer[i],
752 (void FAR *) pt
[all...]
H A Djpeglib.h70 typedef JSAMPLE FAR *JSAMPROW; /* ptr to one image row of pixel samples. */
75 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
79 typedef JCOEF FAR *JCOEFPTR; /* useful in a couple of places */
197 typedef struct jpeg_marker_struct FAR * jpeg_saved_marker_ptr;
204 JOCTET FAR * data; /* the data contained in the marker */
764 JMETHOD(void FAR *, alloc_large, (j_common_ptr cinfo, int pool_id,
H A Djccoefct.c49 * MCU constructed and sent. (On 80x86, the workspace is FAR even though
187 jzero_far((void FAR *) coef->MCU_buffer[blkn + blockcnt],
195 jzero_far((void FAR *) coef->MCU_buffer[blkn],
293 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
312 jzero_far((void FAR *) thisblockrow,
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.h122 } ADDRINFO, FAR * LPADDRINFO;
187 IN const char FAR * nodename,
188 IN const char FAR * servname,
189 IN const struct addrinfo FAR * hints,
190 OUT struct addrinfo FAR * FAR * res
196 IN struct addrinfo FAR * ai
202 IN const struct sockaddr FAR * sa,
204 OUT char FAR * host,
206 OUT char FAR * ser
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.h134 STDMETHODIMP GetNewStorage(LPSTORAGE FAR * ppstg);
135 STDMETHODIMP GetInPlaceContext(LPOLEINPLACEFRAME FAR * ppipframe,
136 LPOLEINPLACEUIWINDOW FAR* ppipuiDoc,
149 CHARRANGE FAR * pchrg, HMENU FAR * phmenu);
H A Dawt_InputMethod.cpp336 HKL FAR * hKLList = (HKL FAR *)SAFE_SIZE_ARRAY_ALLOC(safe_Malloc, sizeof(HKL), layoutCount);
447 HKL FAR * hKLList = (HKL FAR *)SAFE_SIZE_ARRAY_ALLOC(safe_Malloc, sizeof(HKL), layoutCount);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp154 static int (PASCAL FAR* _WSAStartup)(WORD, LPWSADATA);
155 static struct hostent *(PASCAL FAR *_gethostbyname)(...);

Completed in 71 milliseconds

12