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

12

/freebsd-10.0-release/lib/libz/
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.h96 unsigned char FAR *window; /* allocated sliding window, if needed */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
H A Dcrc32.c31 #include "zutil.h" /* for STDC and FAR definitions */
41 const unsigned char FAR *, unsigned));
43 const unsigned char FAR *, unsigned));
59 local z_crc_t FAR crc_table[TBLS][256];
62 local void write_table OF((FILE *, const z_crc_t FAR *));
149 fprintf(out, "local const z_crc_t FAR ");
169 const z_crc_t FAR *table;
190 const z_crc_t FAR * ZEXPORT get_crc_table()
196 return (const z_crc_t FAR *)crc_table;
206 const unsigned char FAR *bu
[all...]
H A Dzconf.h281 /* The following definitions for FAR are needed only for MSDOS mixed
285 * just define FAR to be empty.
292 # define FAR _far macro
294 # define FAR far macro
301 # define FAR _far macro
303 # define FAR far macro
326 # ifdef FAR
327 # undef FAR macro
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # 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.c71 struct inflate_state FAR *state;
72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
74 unsigned char FAR *out; /* local strm->next_out */
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
76 unsigned char FAR *end; /* while out < end, enough space available */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
86 code const FAR *lcode; /* local strm->lencode */
87 code const FAR *dcode; /* local strm->distcode */
95 unsigned char FAR *fro
[all...]
H A Dinflate.c50 * - Add FAR to lcode and dcode declarations in inflate_fast()
95 local void fixedtables OF((struct inflate_state FAR *state));
96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
107 struct inflate_state FAR *state;
110 state = (struct inflate_state FAR *)strm->state;
132 struct inflate_state FAR *state;
135 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *stat
[all...]
H A Dzlib.h95 struct internal_state FAR *state; /* not visible by applications */
106 typedef z_stream FAR *z_streamp;
129 typedef gz_header FAR *gz_headerp;
1005 unsigned char FAR *window));
1025 typedef unsigned (*in_func) OF((void FAR *,
1026 z_const unsigned char FAR * FAR *));
1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1030 in_func in, void FAR *in_des
[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 Ddeflate.h74 } FAR ct_data;
87 } FAR tree_desc;
90 typedef Pos FAR Posf;
273 } FAR deflate_state;
H A Dgzguts.h193 typedef gz_state FAR *gz_statep;
H A Dzutil.h42 typedef uch FAR uchf;
44 typedef ush FAR ushf;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.h55 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
56 unsigned codes, code FAR * FAR *table,
57 unsigned FAR *bits, unsigned short FAR *work));
H A Dinflate.h94 unsigned char FAR *window; /* allocated sliding window, if needed */
104 code const FAR *lencode; /* starting table for length/literal codes */
105 code const FAR *distcode; /* starting table for distance codes */
113 code FAR *next; /* next available space in codes[] */
H A Dopensolaris_crc32.c34 #include "zutil.h" /* for STDC and FAR definitions */
64 const unsigned char FAR *, unsigned));
66 const unsigned char FAR *, unsigned));
80 local unsigned long FAR crc_table[TBLS][256];
83 local void write_table OF((FILE *, const unsigned long FAR *));
170 fprintf(out, "local const unsigned long FAR ");
190 const unsigned long FAR *table;
210 const unsigned long FAR * ZEXPORT get_crc_table()
216 return (const unsigned long FAR *)crc_table;
226 const unsigned char FAR *bu
[all...]
H A Dinffast.c73 struct inflate_state FAR *state;
74 unsigned char FAR *in; /* local strm->next_in */
75 unsigned char FAR *last; /* while in < last, enough input available */
76 unsigned char FAR *out; /* local strm->next_out */
77 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
78 unsigned char FAR *end; /* while out < end, enough space available */
85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
88 code const FAR *lcode; /* local strm->lencode */
89 code const FAR *dcode; /* local strm->distcode */
97 unsigned char FAR *fro
[all...]
H A Dzlib.h94 struct internal_state FAR *state; /* not visible by applications */
105 typedef z_stream FAR *z_streamp;
128 typedef gz_header FAR *gz_headerp;
859 unsigned char FAR *window));
879 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
880 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
883 in_func in, void FAR *in_des
[all...]
H A Dinftrees.c36 unsigned short FAR *lens;
38 code FAR * FAR *table;
39 unsigned FAR *bits;
40 unsigned short FAR *work;
56 code FAR *next; /* next available space in table */
57 const unsigned short FAR *base; /* base value table to use */
58 const unsigned short FAR *extra; /* extra bits table to use */
H A Dinflate.c57 * - Add FAR to lcode and dcode declarations in inflate_fast()
102 local void fixedtables OF((struct inflate_state FAR *state));
107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
113 struct inflate_state FAR *state;
116 state = (struct inflate_state FAR *)strm->state;
140 struct inflate_state FAR *state;
143 state = (struct inflate_state FAR *)strm->state;
157 struct inflate_state FAR *state;
169 state = (struct inflate_state FAR *)
[all...]
H A Ddeflate.h71 } FAR ct_data;
84 } FAR tree_desc;
87 typedef Pos FAR Posf;
263 } FAR deflate_state;
H A Dzconf.h67 #define FAR macro
H A Dzutil.h53 typedef uch FAR uchf;
55 typedef ush FAR ushf;
/freebsd-10.0-release/sys/net/
H A Dzlib.h187 /* The following definitions for FAR are needed only for MSDOS mixed
191 * just define FAR to be empty.
197 # define FAR __far macro
199 # define FAR far macro
205 # define FAR __far macro
208 #ifndef FAR
209 # define FAR macro
217 /* Borland C/C++ ignores FAR inside typedef */
218 # define Bytef Byte FAR
220 typedef Byte FAR Byte
[all...]
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.h93 #define FAR macro
96 #ifndef FAR
97 #define FAR macro
149 krb5_octet FAR *key;
/freebsd-10.0-release/sys/dev/hptmv/
H A DmvOs.h41 #define FAR macro

Completed in 112 milliseconds

12