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

12

/freebsd-13-stable/sys/contrib/zlib/
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.h99 unsigned char FAR *window; /* allocated sliding window, if needed */
109 code const FAR *lencode; /* starting table for length/literal codes */
110 code const FAR *distcode; /* starting table for distance codes */
118 code FAR *next; /* next available space in codes[] */
H A Dcrc32.c31 #include "zutil.h" /* for STDC and FAR definitions */
39 const unsigned char FAR *, z_size_t));
41 const unsigned char FAR *, z_size_t));
57 local z_crc_t FAR crc_table[TBLS][256];
60 local void write_table OF((FILE *, const z_crc_t FAR *));
147 fprintf(out, "local const z_crc_t FAR ");
167 const z_crc_t FAR *table;
188 const z_crc_t FAR * ZEXPORT get_crc_table()
194 return (const z_crc_t FAR *)crc_table;
204 const unsigned char FAR *bu
[all...]
H A Dzconf.h310 /* The following definitions for FAR are needed only for MSDOS mixed
314 * just define FAR to be empty.
321 # define FAR _far macro
323 # define FAR far macro
330 # define FAR _far macro
332 # define FAR far macro
355 # ifdef FAR
356 # undef FAR macro
365 # define ZEXPORTVA FAR CDECL
392 #ifndef FAR
393 # define FAR macro
[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.c54 struct inflate_state FAR *state;
55 z_const unsigned char FAR *in; /* local strm->next_in */
56 z_const unsigned char FAR *last; /* have enough input while in < last */
57 unsigned char FAR *out; /* local strm->next_out */
58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
59 unsigned char FAR *end; /* while out < end, enough space available */
66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
69 code const FAR *lcode; /* local strm->lencode */
70 code const FAR *dcode; /* local strm->distcode */
78 unsigned char FAR *fro
[all...]
H A Dinflate.c50 * - Add FAR to lcode and dcode declarations in inflate_fast()
96 local void fixedtables OF((struct inflate_state FAR *state));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *stat
[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 z_const unsigned char FAR *nex
[all...]
H A Dzlib.h96 struct internal_state FAR *state; /* not visible by applications */
108 typedef z_stream FAR *z_streamp;
131 typedef gz_header FAR *gz_headerp;
1073 unsigned char FAR *window));
1093 typedef unsigned (*in_func) OF((void FAR *,
1094 z_const unsigned char FAR * FAR *));
1095 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1098 in_func in, void FAR *in_des
[all...]
H A Ddeflate.h77 } FAR ct_data;
90 } FAR tree_desc;
93 typedef Pos FAR Posf;
276 } FAR deflate_state;
H A Dgzguts.h202 typedef gz_state FAR *gz_statep;
H A Dzutil.h47 typedef uch FAR uchf;
49 typedef ush FAR ushf;
H A Ddeflate.c309 strm->state = (struct internal_state FAR *)s;
1127 dest->state = (struct internal_state FAR *) ds;
/freebsd-13-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h159 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
160 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
161 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
162 ((fd_set FAR *)(set))->fd_array[__i] = \
163 ((fd_set FAR *)(set))->fd_array[__i+1]; \
166 ((fd_set FAR *)(set))->fd_count--; \
175 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
176 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET)(fd)) { \
180 if (__i == ((fd_set FAR *)(set))->fd_count) { \
181 if (((fd_set FAR *)(se
[all...]
/freebsd-13-stable/sys/dev/hptmv/
H A DmvOs.h43 #define FAR macro
H A DmvStorageDev.h186 MV_U16 FAR *bufPtr, MV_U32 count,
H A Dglobal.h109 } SCAT_GATH, FAR *FPSCAT_GATH;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h211 gz_state FAR *state;
H A Dzstd_zlibwrapper.c1049 unsigned char FAR *window,
1060 in_func in, void FAR *in_desc,
1061 out_func out, void FAR *out_desc))
1172 ZEXTERN const z_crc_t FAR * ZEXPORT z_get_crc_table OF((void))
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dosm.h97 #define FAR macro
H A Dhim.h293 HPT_U8 FAR * _logical;
/freebsd-13-stable/sys/dev/hptnr/
H A Dosm.h95 #define FAR macro
H A Dhim.h293 HPT_U8 FAR * _logical;
/freebsd-13-stable/sys/dev/hptrr/
H A Dosm.h65 #define FAR macro
H A Dhim.h261 HPT_U8 FAR * _logical;

Completed in 315 milliseconds

12