| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inftrees.h | 50 CODES, 56 unsigned codes, code FAR * FAR *table,
|
| /src/common/dist/zlib/contrib/infback9/ |
| inftree9.h | 39 1446, which is the sum of 852 for literal/length codes and 594 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 852, and "enough 32 6 15" for distance codes returns 594. The 54 CODES, 60 unsigned codes, code FAR * FAR *table,
|
| /src/common/dist/zlib/ |
| 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 852, and "enough 30 6 15" for distance codes returns 592. The 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| inftree9.h | 39 1446, which is the sum of 852 for literal/length codes and 594 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 852, and "enough 32 6 15" for distance codes returns 594. The 54 CODES, 60 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/binutils/dist/zlib/ |
| 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 852, and "enough 30 6 15" for distance codes returns 592. The 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| inftree9.h | 39 1446, which is the sum of 852 for literal/length codes and 594 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 32 6 15" for distance codes returns 594. 54 CODES, 60 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| 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. 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| inftree9.h | 39 1446, which is the sum of 852 for literal/length codes and 594 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 32 6 15" for distance codes returns 594. 54 CODES, 60 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/gdb/dist/zlib/ |
| 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. 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/ |
| inftree9.h | 39 1446, which is the sum of 852 for literal/length codes and 594 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 32 6 15" for distance codes returns 594. 54 CODES, 60 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| 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. 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.c | 165 CODES, 191 Read deflate codes: 225 code const FAR *lencode; /* starting table for length/literal codes */ 226 code const FAR *distcode; /* starting table for distance codes */ 234 code FAR *next; /* next available space in codes[] */ 237 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state 242 int netpgpv_inflate_table(codetype /*type*/, unsigned short FAR */*lens*/, unsigned /*codes*/, 289 state->lencode = state->distcode = state->next = state->codes; 366 /* inffixed.h -- table for decoding fixed codes 754 The code lengths are lens[0..codes-1]. The result starts at *table [all...] |
| /src/sys/net/ |
| zlib.c | 309 /* number of length codes, not counting the special END_BLOCK code */ 315 /* number of Literal or Length codes, including the END_BLOCK code */ 318 /* number of distance codes */ 321 /* number of codes used to transfer the bit lengths */ 327 /* All codes must not exceed MAX_BITS bits */ 474 /* number of codes at each bit length for an optimal tree */ 822 * output size for (length,distance) codes is <= 24 bits. 2017 /* Bit length codes must not exceed MAX_BL_BITS bits */ 2042 /* The lengths of the bit length codes are sent in order of decreasing 2043 * probability, to avoid transmitting the lengths for unused bit length codes 3908 *codes; member in struct:inflate_blocks_state::__anon7107::__anon7109 [all...] |