/illumos-gate/usr/src/contrib/zlib/ |
H A D | crc32.h | 5 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] = { 631 local const z_word_t FAR crc_braid_big_table[][256] = { 1323 local const z_crc_t FAR crc_braid_table[][256] = { 1533 local const z_word_t FAR crc_braid_big_table[][256] = { 1751 local const z_crc_t FAR crc_braid_table[][256] = { 2169 local const z_word_t FAR crc_braid_big_table[][256] = { 2861 local const z_crc_t FAR crc_braid_table[][256] = { [all …]
|
H A D | zconf.h | 340 # 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 384 # define ZEXPORTVA FAR CDECL 411 #ifndef FAR 412 # define FAR macro 423 # define Bytef Byte FAR [all …]
|
H A D | inflate.c | 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, 107 struct inflate_state FAR *state; in inflateStateCheck() 111 state = (struct inflate_state FAR *)strm->state; in inflateStateCheck() 120 struct inflate_state FAR *state; in inflateResetKeep() 123 state = (struct inflate_state FAR *)strm->state; in inflateResetKeep() 145 struct inflate_state FAR *state; in inflateReset() 148 state = (struct inflate_state FAR *)strm->state; in inflateReset() 158 struct inflate_state FAR *state; in inflateReset2() [all …]
|
H A D | inftrees.h | 60 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 D | inffast.c | 52 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 D | inftrees.c | 32 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 D | infback.c | 19 local void fixedtables OF((struct inflate_state FAR *state)); 29 unsigned char FAR *window, const char *version, int stream_size) in inflateBackInit_() 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() 245 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() 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() [all …]
|
H A D | crc32.c | 142 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]; 148 local z_word_t FAR crc_braid_big_table[W][256]; 152 local void write_table OF((FILE *, const z_crc_t FAR *, int)); 153 local void write_table32hi OF((FILE *, const z_word_t FAR *, int)); 154 local void write_table64 OF((FILE *, const z_word_t FAR *, int)); 440 const z_crc_t FAR *table; 457 const z_word_t FAR *table; [all …]
|
H A D | inflate.h | 100 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 D | zlib.h | 96 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 D | deflate.h | 75 } FAR ct_data; 88 } FAR tree_desc; 91 typedef Pos FAR Posf; 269 } FAR deflate_state;
|
H A D | zutil.h | 38 typedef uch FAR uchf; 40 typedef ush FAR ushf;
|
H A D | gzguts.h | 203 typedef gz_state FAR *gz_statep;
|
H A D | deflate.c | 302 strm->state = (struct internal_state FAR *)s; 1164 dest->state = (struct internal_state FAR *) ds;
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 239 #define FAR __far macro 241 #define FAR far 247 #define FAR __far macro 255 #ifdef FAR 256 #undef FAR 263 #define ZEXPORTVA FAR _cdecl _export 298 #ifndef FAR 299 #define FAR macro 310 #define Bytef Byte FAR 312 typedef Byte FAR Bytef; [all …]
|
H A D | zlib.c | 98 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; 3548 typedef struct inflate_blocks_state FAR inflate_blocks_statef; 3685 if ((z->state = (struct internal_state FAR *) [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 81 #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 D | zlib.c | 44 #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; 2609 typedef struct inflate_blocks_state FAR inflate_blocks_statef; 2652 typedef struct inflate_huft_s FAR inflate_huft; [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | adm_defs.h | 95 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 D | ratz.c | 317 # define FAR _far macro 319 # define FAR far macro 326 # define FAR _far macro 328 # define FAR far macro 351 # ifdef FAR 352 # undef FAR 361 # define ZEXPORTVA FAR CDECL 388 #ifndef FAR 389 # define FAR macro 400 # define Bytef Byte FAR [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ecppreg.h | 49 #define FAR 0x1 /* Function Address Register */ macro
|
H A D | THIRDPARTYLICENSE.unicode | 51 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 D | srvsvc.ndl | 772 * 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 D | DebugSupport.h | 600 UINT64 FAR; // Fault Address Register member
|
/illumos-gate/usr/src/lib/libresolv2/ |
H A D | THIRDPARTYLICENSE | 122 software" protected under 48 CFR 12.212 of the FAR, or 48 CFR
|