Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/contrib/zlib/
H A Dcrc32.h5 local const z_crc_t FAR crc_table[] = {
63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
3289 local const z_crc_t FAR crc_braid_table[][256] = {
4399 local const z_crc_t FAR crc_braid_table[][256] = {
4827 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
H A Dzconf.h340 # define FAR _far macro
342 # define FAR far macro
349 # define FAR _far macro
351 # define FAR far macro
374 # ifdef FAR
375 # undef FAR
411 #ifndef FAR
412 # define FAR macro
423 # define Bytef Byte FAR
427 typedef char FAR charf;
[all …]
H A Dinflate.c102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
107 struct inflate_state FAR *state; in inflateStateCheck()
120 struct inflate_state FAR *state; in inflateResetKeep()
145 struct inflate_state FAR *state; in inflateReset()
158 struct inflate_state FAR *state; in inflateReset2()
195 struct inflate_state FAR *state; in inflateInit2_()
239 struct inflate_state FAR *state; in inflatePrime()
384 struct inflate_state FAR *state; in updatewindow()
607 struct inflate_state FAR *state; in inflate()
1375 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
[all …]
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 Dinffast.c52 struct inflate_state FAR *state; in inflate_fast()
53 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
54 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast()
55 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast()
56 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast()
57 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
64 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast()
67 code const FAR *lcode; /* local strm->lencode */ in inflate_fast()
68 code const FAR *dcode; /* local strm->distcode */ in inflate_fast()
76 unsigned char FAR *from; /* where to copy match from */ in inflate_fast()
[all …]
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
33 unsigned codes, code FAR * FAR *table, unsigned FAR *bits, in inflate_table()
34 unsigned short FAR *work) in inflate_table()
50 code FAR *next; /* next available space in table */ in inflate_table()
51 const unsigned short FAR *base; /* base value table to use */ in inflate_table()
52 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
H A Dinfback.c19 local void fixedtables OF((struct inflate_state FAR *state));
31 struct inflate_state FAR *state; in inflateBackInit_()
54 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
58 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
78 local void fixedtables(struct inflate_state FAR *state) in fixedtables()
246 out_func out, void FAR *out_desc) in inflateBack()
248 struct inflate_state FAR *state; in inflateBack()
249 z_const unsigned char FAR *next; /* next input */ in inflateBack()
250 unsigned char FAR *put; /* next output */ in inflateBack()
266 state = (struct inflate_state FAR *)strm->state; in inflateBack()
[all …]
H A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
119 code FAR *next; /* next available space in codes[] */
H A Dcrc32.c142 local z_crc_t FAR crc_table[256];
143 local z_crc_t FAR x2n_table[32];
146 local z_word_t FAR crc_big_table[256];
147 local z_crc_t FAR crc_braid_table[W][256];
440 const z_crc_t FAR *table;
457 const z_word_t FAR *table;
477 const z_word_t FAR *table;
579 const z_crc_t FAR * ZEXPORT get_crc_table(void) in get_crc_table()
584 return (const z_crc_t FAR *)crc_table; in get_crc_table()
608 const unsigned char FAR *buf;
[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;
1094 typedef unsigned (*in_func) OF((void FAR *,
1095 z_const unsigned char FAR * FAR *));
1096 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
1099 in_func in, void FAR *in_desc,
1100 out_func out, void FAR *out_desc));
1792 unsigned char FAR *window,
1913 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
H A Ddeflate.h75 } FAR ct_data;
88 } FAR tree_desc;
91 typedef Pos FAR Posf;
269 } FAR deflate_state;
H A Dzutil.h38 typedef uch FAR uchf;
40 typedef ush FAR ushf;
H A Dgzguts.h203 typedef gz_state FAR *gz_statep;
H A Ddeflate.c302 strm->state = (struct internal_state FAR *)s;
1164 dest->state = (struct internal_state FAR *) ds;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h81 #ifndef FAR
82 # define FAR macro
117 typedef Byte FAR Bytef;
118 typedef char FAR charf;
119 typedef int FAR intf;
120 typedef uInt FAR uIntf;
121 typedef uLong FAR uLongf;
124 typedef void FAR *voidpf;
127 typedef Byte FAR *voidpf;
169 struct internal_state FAR *state; /* not visible by applications */
H A Dzlib.c44 #define FAR macro
47 typedef uch FAR uchf;
49 typedef ush FAR ushf;
193 } FAR ct_data;
206 } FAR tree_desc;
209 typedef Pos FAR Posf;
389 } FAR deflate_state;
620 strm->state = (struct internal_state FAR *)s;
2652 typedef struct inflate_huft_s FAR inflate_huft;
2811 if ((z->state = (struct internal_state FAR *)
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h239 #define FAR __far macro
241 #define FAR far
247 #define FAR __far macro
255 #ifdef FAR
256 #undef FAR
298 #ifndef FAR
299 #define FAR macro
310 #define Bytef Byte FAR
314 typedef char FAR charf;
315 typedef int FAR intf;
[all …]
H A Dzlib.c98 typedef uch FAR uchf;
100 typedef ush FAR ushf;
336 } FAR ct_data;
349 } FAR tree_desc;
352 typedef Pos FAR Posf;
560 } FAR deflate_state;
903 strm->state = (struct internal_state FAR *)s;
1324 dest->state = (struct internal_state FAR *) ds;
3685 if ((z->state = (struct internal_state FAR *)
4048 typedef struct inflate_huft_s FAR inflate_huft;
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dadm_defs.h95 char FAR *message;
99 static char FAR *oper_type[] = {
114 static char FAR *ksrvutil_message[] = {
124 static char FAR *kadmind_general_response[] = {
135 static char FAR *kadmind_kpasswd_response[] = {
146 static char FAR *kadmind_ksrvutil_response[] = {
157 static char FAR *kadmind_kadmin_response[] = {
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c317 # define FAR _far macro
319 # define FAR far macro
328 # define FAR far macro
351 # ifdef FAR
352 # undef FAR
388 #ifndef FAR
389 # define FAR macro
1281 } FAR ct_data;
1294 } FAR tree_desc;
1709 code FAR * FAR *table;
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h49 #define FAR 0x1 /* Function Address Register */ macro
H A DTHIRDPARTYLICENSE.unicode51 software developed exclusively at private expense as defined in FAR 2.101, or
55 this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202,
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl772 * API_FUNCTION NetSessionEnum(const char FAR *pszServer,
774 * char FAR *pbBuffer,
776 * unsigned short FAR *pcEntriesRead,
777 * unsigned short FAR *pcTotalAvail);
988 * API_FUNCTION NetSessionDel(const char FAR *pszServer,
989 * const char FAR *pszClientName,
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDebugSupport.h600 UINT64 FAR; // Fault Address Register member
/illumos-gate/usr/src/lib/libresolv2/
H A DTHIRDPARTYLICENSE122 software" protected under 48 CFR 12.212 of the FAR, or 48 CFR

12