/illumos-gate/usr/src/uts/common/zmod/ |
H A D | inftrees.h | 56 unsigned codes, code FAR * FAR *table,
|
H A D | inflate.h | 70 Read deflate codes: 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[] */ 116 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
H A D | inftrees.c | 24 The code lengths are lens[0..codes-1]. The result starts at *table, 34 int inflate_table(type, lens, codes, table, bits, work) 37 unsigned codes; 48 int left; /* number of prefix codes available */ 60 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 62 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 65 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 68 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 72 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ 79 code lengths are lens[0..codes [all...] |
H A D | inflate.c | 130 state->lencode = state->distcode = state->next = state->codes; 282 puts(" /* inffixed.h -- table for decoding fixed codes"); 515 if there is no input available. The decoding of variable length codes uses 809 Tracev((stderr, "inflate: fixed codes block%s\n", 811 state->mode = LEN; /* decode codes */ 814 Tracev((stderr, "inflate: dynamic codes block%s\n", 882 state->next = state->codes; 949 state->next = state->codes; 968 Tracev((stderr, "inflate: codes ok\n")); 1382 if (state->lencode >= state->codes [all...] |
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | inftrees.h | 39 1444, which is the sum of 852 for literal/length codes and 592 for distance 40 codes. These values were found by exhaustive searches using the program 43 maximum bit length of a code. "enough 286 9 15" for literal/length codes 44 returns returns 852, and "enough 30 6 15" for distance codes returns 592. 61 unsigned codes, code FAR * FAR *table,
|
H A D | inflate.h | 72 Read deflate codes in fixed or dynamic block: 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[] */ 118 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
H A D | inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) 35 unsigned codes; 46 int left; /* number of prefix codes available */ 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ 77 code lengths are lens[0..codes [all...] |
H A D | inflate.c | 122 state->lencode = state->distcode = state->next = state->codes; 331 puts(" /* inffixed.h -- table for decoding fixed codes"); 559 if there is no input available. The decoding of variable length codes uses 845 Tracev((stderr, "inflate: fixed codes block%s\n", 847 state->mode = LEN_; /* decode codes */ 854 Tracev((stderr, "inflate: dynamic codes block%s\n", 923 state->next = state->codes; 997 state->next = state->codes; 1016 Tracev((stderr, "inflate: codes ok\n")); 1470 if (state->lencode >= state->codes [all...] |
H A D | infback.c | 310 Tracev((stderr, "inflate: fixed codes block%s\n", 312 state->mode = LEN; /* decode codes */ 315 Tracev((stderr, "inflate: dynamic codes block%s\n", 385 state->next = state->codes; 459 state->next = state->codes; 478 Tracev((stderr, "inflate: codes ok\n"));
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | g723.c | 109 state_ptr->leftover_cnt = 0; /* no left over codes */ 462 * is adjusted by one level of A-law or Mu-law codes. 538 /* ADPCM codes : 8, 9, ... F, 0, 1, ... , 6, 7 */ 542 /* u-law codes : 0, 1, ... 7E, 7F, FF, FE, ... 81, 80 */ 630 * In the event that the number packed codes is shorter than a sample unit, 658 unsigned int codes; local 697 codes = (bits > 0) ? leftover[offset] : 0; 714 codes += i << bits; 717 leftover[offset] = codes & 0xff; 719 codes >> 765 unsigned int codes; local [all...] |
/illumos-gate/usr/src/cmd/truss/ |
H A D | Makefile.com | 31 OBJS= main.o listopts.o ipc.o actions.o expound.o codes.o print.o \
|
/illumos-gate/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 62 static const Code_t codes[] = variable 168 for (i = 0; i < elementsof(codes); i++) 169 if (streq(codes[i].name, name)) 171 c = codes[i].code; 174 if (i >= elementsof(codes))
|
/illumos-gate/usr/src/cmd/captoinfo/ |
H A D | captoinfo.c | 159 capsearch(char *codes[], char *ocodes[], char *cap) argument 161 for (; *codes; codes++) 162 if (((*codes)[0] == cap[0]) && ((*codes)[1] == cap[1]))
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot.s | 137 addcc %i0, %g0, %o0 ! set condition codes
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 76 * product specific codes up to 0xEFFF. 79 * Added message function codes for Diagnostic Buffer Post 106 * function codes, 0xF0 to 0xFF. 391 * Added two new reason codes for SAS Device Status Change
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | sparcv9_subr.s | 1777 wr %g0, %ccr ! clear condition codes 1780 rd %ccr, %o0 ! return condition codes
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 128 code_operation_t *codes; member in struct:platform 137 /* This is the genesis list of codes and functions. */ 590 * Searches the platform lists for target codes. If a match is found then 603 if (code == platforms.plist[i].codes[x].code) { 604 status = platforms.plist[i].codes[x].
|
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 1989 static const char * const codes[] = local 2010 http, codes[request], uri)); 2059 if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1)
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 94 static const _ast_iconv_list_t codes[] = variable 471 cp = codes; 1494 return (cp = ccmaplist(cp)) ? cp : (_ast_iconv_list_t*)codes;
|
/illumos-gate/usr/src/cmd/tabs/ |
H A D | tabs.c | 136 static int chk_codes(char *codes);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 156 /* number of length codes, not counting the special END_BLOCK code */ 162 /* number of Literal or Length codes, including the END_BLOCK code */ 165 /* number of distance codes */ 168 /* number of codes used to transfer the bit lengths */ 174 /* All codes must not exceed MAX_BITS bits */ 322 /* number of codes at each bit length for an optimal tree */ 650 * output size for (length,distance) codes is <= 32 bits (worst case 1482 /* Bit length codes must not exceed MAX_BL_BITS bits */ 1507 /* The lengths of the bit length codes are sent in order of decreasing 1508 * probability, to avoid transmitting the lengths for unused bit length codes 3078 *codes; member in struct:inflate_blocks_state::__anon136::__anon138 [all...] |
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 302 /* number of length codes, not counting the special END_BLOCK code */ 308 /* number of Literal or Length codes, including the END_BLOCK code */ 311 /* number of distance codes */ 314 /* number of codes used to transfer the bit lengths */ 320 /* All codes must not exceed MAX_BITS bits */ 484 /* number of codes at each bit length for an optimal tree */ 868 * the average output size for (length, distance) codes is <= 2256 /* Bit length codes must not exceed MAX_BL_BITS bits */ 2288 * The lengths of the bit length codes are sent in order of decreasing 2290 * length codes 4179 inflate_codes_statef *codes; member in struct:inflate_blocks_state::__anon6454::__anon6456 [all...] |
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 210 // See the subclasses of AuditEvent for mapping message codes
|