| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_add_filter.c | 39 /* A table that maps filter codes to functions. */ 41 struct { int code; int (*setter)(struct archive *); } codes[] = variable in typeref:struct:__anon7090 64 for (i = 0; codes[i].code != -1; i++) { 65 if (code == codes[i].code) 66 return ((codes[i].setter)(a));
|
| archive_write_set_format.c | 40 /* A table that maps format codes to functions. */ 42 struct { int code; int (*setter)(struct archive *); } codes[] = variable in typeref:struct:__anon7094 73 for (i = 0; codes[i].code != 0; i++) { 74 if (code == codes[i].code) 75 return ((codes[i].setter)(a));
|
| /src/common/dist/zlib/contrib/infback9/ |
| inflate9.h | 30 Read deflate codes: 43 code FAR *next; /* next available space in codes[] */ 46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
| 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/cddl/osnet/dist/uts/common/zmod/ |
| inftrees.h | 50 CODES, 56 unsigned codes, code FAR * FAR *table,
|
| /src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| inflate9.h | 30 Read deflate codes: 43 code FAR *next; /* next available space in codes[] */ 46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
| 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/ |
| inflate9.h | 30 Read deflate codes: 43 code FAR *next; /* next available space in codes[] */ 46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
| 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/ |
| inflate9.h | 30 Read deflate codes: 43 code FAR *next; /* next available space in codes[] */ 46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
| 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/gdb.old/dist/zlib/contrib/infback9/ |
| inflate9.h | 30 Read deflate codes: 43 code FAR *next; /* next available space in codes[] */ 46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
|
| 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/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 852, and "enough 30 6 15" for distance codes returns 592. The 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
| /src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| gen-punycode-examples.py | 70 codes = [] variable 74 codes.extend(m.group(1).split(' ')) 78 cases.append([codes, m.group(1), desc])
|
| /src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| adds.s | 27 test_cc_clear ; adds should not affect any condition codes 44 test_cc_clear ; adds should not affect any condition codes 61 test_cc_clear ; adds should not affect any condition codes
|
| subs.s | 27 test_cc_clear ; subs should not affect any condition codes 44 test_cc_clear ; subs should not affect any condition codes 61 test_cc_clear ; subs should not affect any condition codes
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/ |
| adds.s | 27 test_cc_clear ; adds should not affect any condition codes 44 test_cc_clear ; adds should not affect any condition codes 61 test_cc_clear ; adds should not affect any condition codes
|
| subs.s | 27 test_cc_clear ; subs should not affect any condition codes 44 test_cc_clear ; subs should not affect any condition codes 61 test_cc_clear ; subs should not affect any condition codes
|
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| compile_et.h | 66 extern struct error_code *codes;
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| dh.c | 250 * @param codes return that the failures of the pub_key are. 252 * @return 1 on success, 0 on failure and *codes is set the the 259 DH_check_pubkey(const DH *dh, const BIGNUM *pub_key, int *codes) 264 *codes = 0; 287 *codes |= DH_CHECK_PUBKEY_TOO_SMALL; 296 *codes |= DH_CHECK_PUBKEY_TOO_LARGE; 315 *codes |= DH_CHECK_PUBKEY_TOO_SMALL; 364 int codes; local 371 if (!DH_check_pubkey(dh, peer_pub_key, &codes) || codes != 0 [all...] |