| /freebsd/contrib/libdivsufsort/lib/ |
| H A D | trsort.c | 6 * obtaining a copy of this software and associated documentation 19 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 38 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 39 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 40 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7 80 saidx_t *a, *b; in tr_insertionsort() local 83 for(a = first + 1; a < last; ++a) { in tr_insertionsort() 84 for(t = *a, b = a - 1; 0 > (r = ISAd[t] - ISAd[*b]);) { in tr_insertionsort() 225 saidx_t *a, *b, *c, *d, *e, *f; in tr_partition() local [all …]
|
| H A D | sssort.c | 6 * obtaining a copy of this software and associated documentation 19 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 38 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 39 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, 40 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7 121 y = sqq_table[x >> ((e - 6) - (e & 1))] << ((e >> 1) - 7); in ss_isqrt() 125 y = (sqq_table[x >> ((e - 6) - (e & 1))] >> (7 - (e >> 1))) + 1; in ss_isqrt() 293 saidx_t *a, *b; in ss_partition() local 295 for(a = first - 1, b = last;;) { in ss_partition() [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_lha.c | 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 77 /* Window buffer, which is a loop buffer. */ 110 * Use a index table. It's faster than searching a huffman 111 * coding tree, which is a binary tree. But a use of a large 260 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_format_lha() local 269 archive_set_error(&a->archive, ENOMEM, in archive_read_support_format_lha() 275 r = __archive_read_register_format(a, in archive_read_support_format_lha() 305 case '4': case '5': case '6': case '7': in lha_check_header_format() 347 archive_read_format_lha_bid(struct archive_read *a, int best_bid) in archive_read_format_lha_bid() argument 354 /* If there's already a better bid than we can ever in archive_read_format_lha_bid() [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | NEWS | 8 * mdoc(7): automatic tagging improved in many respects 9 * mdoc(7): new .Tg (tag) macro to explicitly mark a place as defining a term 10 * man(7): implement some automatic tagging support 22 * if messages are shown and output is printed without a pager, display 23 a heads-up on stderr at the end because otherwise, users may easily 25 * man.cgi(8): add a Content-Security-Policy HTTP header 29 * -T html -O tag: let this pass a file:// URI to the pager 30 * tbl(7): implement the "nospaces" option 31 * tbl(7) -T html: implement the "a" (em indent) layout specification 32 * tbl(7) -T html: implement the "b" (bold) and "i" (italic) layout modifiers [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | tables.h | 32 …'0', '0', '0', '1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '1', '0', '1', '1'… 33 …'1', '3', '1', '4', '1', '5', '1', '6', '1', '7', '2', '0', '2', '1', '2', '2', '2', '3', '2', '4'… 34 …'2', '6', '2', '7', '3', '0', '3', '1', '3', '2', '3', '3', '3', '4', '3', '5', '3', '6', '3', '7'… 35 …'4', '1', '4', '2', '4', '3', '4', '4', '4', '5', '4', '6', '4', '7', '5', '0', '5', '1', '5', '2'… 36 …'5', '4', '5', '5', '5', '6', '5', '7', '6', '0', '6', '1', '6', '2', '6', '3', '6', '4', '6', '5'… 37 '6', '7', '7', '0', '7', '1', '7', '2', '7', '3', '7', '4', '7', '5', '7', '6', '7', '7'}; 40 …'1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '0', '8', '0', '9', '0', 'a', '0', 42 …'1', '7', '1', '8', '1', '9', '1', 'a', '1', 'b', '1', 'c', '1', 'd', '1', 'e', '1', 'f', '2', '0'… 43 …'2', '2', '3', '2', '4', '2', '5', '2', '6', '2', '7', '2', '8', '2', '9', '2', 'a', '2', 'b', '2'… 44 …'f', '3', '0', '3', '1', '3', '2', '3', '3', '3', '4', '3', '5', '3', '6', '3', '7', '3', '8', '3', [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | kresults.expected | 3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 7 69 C4 E0 D8 6A 7B 04 30 D8 CD B7 80 70 B4 C5 5A 15 C4 A8 5A EB 0B 20 41 49 4F 8B F1 F8 CD 30 F1 13 18 1B 39 DA 37 40 D3 DF FE AC 89 D6 BB 4C 29 F1 0A 19 E1 43 64 CB 16 D3 FF CF E8 FA 6A 2C EC A2 69 34 24 6B 4E 5B 8C 8F A4 DB 1B 95 D3 E8 C5 C5 FB 5A 00 27 83 FE B6 7B 73 4F CE DB 8E 97 D4 06 96 11 B7 23 32 94 8F E9 20 1F 8D FB 3A 22 CF 22 E8 94 1D 42 7B 35 A3 D1 6F E1 EF 7B 6D 2F 4F 93 48 90 02 0D F1 8A 39 54 94 0B B4 7C 1B 5E BA B2 76 98 F1 9F D9 7F 33 [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | dsa-onecolumn.pem | 13 a 36 a 71 7 101 a 108 A 188 a 199 A 253 A 258 7 274 A [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | OSSL_PROVIDER-FIPS.7 | 57 .IX Title "OSSL_PROVIDER-FIPS 7ossl" 58 .TH OSSL_PROVIDER-FIPS 7ossl 2025-09-30 3.5.4 OpenSSL 67 The OpenSSL FIPS provider is a special provider that conforms to the Federal 82 It may be used in a property query string with fetching functions such as 84 functions that take a property query string, such as 92 "Asymmetric Key Management" in \fBOSSL_PROVIDER\-default\fR\|(7). 101 conditions are not met. See "FIPS indicators" in \fBfips_module\fR\|(7) for additional 105 See "Provider parameters" in \fBprovider\-base\fR\|(7) for a list of base parameters. 113 .IP "SHA1, see \fBEVP_MD\-SHA1\fR\|(7)" 4 116 .IP "SHA2, see \fBEVP_MD\-SHA2\fR\|(7)" 4 [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | OSSL_PROVIDER-FIPS.pod | 9 The OpenSSL FIPS provider is a special provider that conforms to the Federal 27 It may be used in a property query string with fetching functions such as 29 functions that take a property query string, such as 37 L<OSSL_PROVIDER-default(7)/Asymmetric Key Management>. 47 conditions are not met. See L<fips_module(7)/FIPS indicators> for additional 52 See L<provider-base(7)/Provider parameters> for a list of base parameters. 64 =item SHA1, see L<EVP_MD-SHA1(7)> 66 =item SHA2, see L<EVP_MD-SHA2(7)> 68 =item SHA3, see L<EVP_MD-SHA3(7)> 70 =item KECCAK-KMAC, see L<EVP_MD-KECCAK-KMAC(7)> [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/ |
| H A D | prv-1024-seed.txt | 3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 5 1e:1f:20:21:22:23:24:25:26:27:28:29:2a:2b:2c: 6 2d:2e:2f:30:31:32:33:34:35:36:37:38:39:3a:3b: 9 f7:7b:7f:6b:15:c7:3f:e2:cc:54:6b:67:fb:77:4c: 10 a1:9b:42:cd:46:3e:a9:fb:b9:84:ca:47:7a:77:b6: 11 c7:10:87:cb:f0:51:ab:e4:73:6a:90:72:c6:e8:70: 12 c8:31:1c:55:96:3f:50:0a:3c:7b:1b:8f:2a:58:55: 14 27:3a:57:43:51:7d:15:12:08:bd:4a:a6:1e:75:ba: 15 67:b0:bd:59:4a:99:49:19:62:7a:c0:a8:04:d4:89: [all …]
|
| H A D | prv-1024-priv.txt | 3 f7:7b:7f:6b:15:c7:3f:e2:cc:54:6b:67:fb:77:4c: 4 a1:9b:42:cd:46:3e:a9:fb:b9:84:ca:47:7a:77:b6: 5 c7:10:87:cb:f0:51:ab:e4:73:6a:90:72:c6:e8:70: 6 c8:31:1c:55:96:3f:50:0a:3c:7b:1b:8f:2a:58:55: 8 27:3a:57:43:51:7d:15:12:08:bd:4a:a6:1e:75:ba: 9 67:b0:bd:59:4a:99:49:19:62:7a:c0:a8:04:d4:89: 11 66:82:3d:50:31:8c:8b:f2:61:ab:12:0a:28:a0:4f: 12 ec:01:cc:15:f2:b7:19:12:ce:e5:4a:a8:ee:d8:54: 13 69:4b:6b:a8:86:b5:eb:76:61:e6:d5:6a:ac:21:3c: 15 11:63:12:9b:f8:64:52:72:50:60:6c:c2:1a:53:74: [all …]
|
| H A D | prv-512-seed.txt | 3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 5 1e:1f:20:21:22:23:24:25:26:27:28:29:2a:2b:2c: 6 2d:2e:2f:30:31:32:33:34:35:36:37:38:39:3a:3b: 10 b6:67:90:03:33:6c:26:f1:5a:7d:e8:78:c4:82:5c: 11 6b:e0:3f:3c:4a:48:0f:75:b7:48:6a:ad:31:d3:a0: 13 ae:00:62:c3:67:b7:4a:71:ba:f1:0a:ad:0e:8a:29: 15 af:f2:26:75:6b:bc:60:1b:65:68:ab:78:4a:cb:ae: 16 b3:47:02:f0:f8:6a:26:20:21:18:b2:2b:23:f8:35: 18 16:0a:11:75:70:30:e6:9c:69:19:79:8d:81:eb:69: [all …]
|
| H A D | prv-512-priv.txt | 4 b6:67:90:03:33:6c:26:f1:5a:7d:e8:78:c4:82:5c: 5 6b:e0:3f:3c:4a:48:0f:75:b7:48:6a:ad:31:d3:a0: 7 ae:00:62:c3:67:b7:4a:71:ba:f1:0a:ad:0e:8a:29: 9 af:f2:26:75:6b:bc:60:1b:65:68:ab:78:4a:cb:ae: 10 b3:47:02:f0:f8:6a:26:20:21:18:b2:2b:23:f8:35: 12 16:0a:11:75:70:30:e6:9c:69:19:79:8d:81:eb:69: 13 8a:9a:44:83:a9:9e:5a:5c:b2:c3:1c:9a:66:17:99: 14 f3:cc:89:c7:90:70:6e:a0:41:62:90:45:d4:2a:83: 16 ec:39:35:92:d6:7d:d0:0a:a4:3f:e8:b4:ea:e4:41: 17 40:02:86:6b:5c:71:3c:6a:8d:7d:16:cf:78:b8:19: [all …]
|
| /freebsd/secure/caroot/trusted/ |
| H A D | Telia_Root_CA_v2.pem | 4 ## This is a single X.509 certificate for a public Certificate 8 ## It contains a certificate trusted for server authentication. 18 01:67:5f:27:d6:fe:7a:e3:e4:ac:be:09:5b:05:9e 29 00:b2:d0:3f:07:bc:e2:7b:d0:6b:99:f8:e2:77:69: 31 ac:8e:00:ba:16:7b:eb:30:6a:00:c0:b3:74:68:7e: 32 b2:af:c7:d5:62:b3:7a:3f:50:ca:8c:36:44:24:63: 34 28:33:a5:cb:31:b8:3a:22:23:34:b8:7d:bd:56:22: 35 40:9d:ea:f4:7b:03:ad:68:fc:b2:81:4f:98:d0:74: 36 ea:8d:e5:7d:cd:63:c3:a3:f6:de:92:c2:58:19:e0: 39 a4:d6:aa:20:92:cd:c1:a0:b3:96:b2:3a:84:42:8d: [all …]
|
| H A D | Izenpe_com.pem | 4 ## This is a single X.509 certificate for a public Certificate 8 ## It contains a certificate trusted for server authentication. 18 b0:b7:5a:16:48:5f:bf:e1:cb:f5:8b:d7:19:e6:7d 20 Issuer: C = ES, O = IZENPE S.A., CN = Izenpe.com 24 Subject: C = ES, O = IZENPE S.A., CN = Izenpe.com 29 00:c9:d3:7a:ca:0f:1e:ac:a7:86:e8:16:65:6a:b1: 32 a4:2c:44:d8:9e:92:9b:14:3a:a1:e7:24:90:0a:0a: 33 56:8e:c5:d8:26:94:e1:d9:48:e1:2d:3e:da:0a:72: 34 dd:a3:99:15:da:81:a2:87:f4:7b:6e:26:77:89:58: 35 ad:d6:eb:0c:b2:41:7a:73:6e:6d:db:7a:78:41:e9: [all …]
|
| H A D | QuoVadis_Root_CA_3_G3.pem | 4 ## This is a single X.509 certificate for a public Certificate 8 ## It contains a certificate trusted for server authentication. 18 2e:f5:9b:02:28:a7:db:7a:ff:d5:a3:a9:ee:bd:03:a0:cf:12:6a:1d 29 00:b3:cb:0e:10:67:8e:ea:14:97:a7:32:2a:0a:56: 30 36:7f:68:4c:c7:b3:6f:3a:23:14:91:ff:19:7f:a5: 31 ca:ac:ee:b3:76:9d:7a:e9:8b:1b:ab:6b:31:db:fa: 32 0b:53:4c:af:c5:a5:1a:79:3c:8a:4c:ff:ac:df:25: 34 83:3b:a6:64:4b:32:89:fb:16:16:38:7e:eb:43:e2: 35 d3:74:4a:c2:62:0a:73:0a:dd:49:b3:57:d2:b0:0a: 38 a1:de:ea:89:09:ed:43:b8:05:46:8a:86:f5:59:47: [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
| H A D | pipeline.json | 5 "Counter": "0,1,2,3,4,5,6,7", 9 "PEBScounters": "0,1,2,3,4,5,6,7", 15 … "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.", 17 "Counter": "0,1,2,3,4,5,6,7", 20 "PEBScounters": "0,1,2,3,4,5,6,7", 21 …"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hard… 28 "Counter": "0,1,2,3,4,5,6,7", 32 "PEBScounters": "0,1,2,3,4,5,6,7", 39 "Counter": "0,1,2,3,4,5,6,7", 43 "PEBScounters": "0,1,2,3,4,5,6,7", [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
| H A D | pipeline.json | 5 "Counter": "0,1,2,3,4,5,6,7", 9 "PEBScounters": "0,1,2,3,4,5,6,7", 16 … "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.", 18 "Counter": "0,1,2,3,4,5,6,7", 21 "PEBScounters": "0,1,2,3,4,5,6,7", 22 …"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hard… 30 "Counter": "0,1,2,3,4,5,6,7", 34 "PEBScounters": "0,1,2,3,4,5,6,7", 41 "Counter": "0,1,2,3,4,5,6,7", 45 "PEBScounters": "0,1,2,3,4,5,6,7", [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
| H A D | pipeline.json | 19 "Counter": "0,1,2,3,4,5,6,7", 23 "PEBScounters": "0,1,2,3,4,5,6,7", 30 "Counter": "0,1,2,3,4,5,6,7", 34 "PEBScounters": "0,1,2,3,4,5,6,7", 42 "Counter": "0,1,2,3,4,5,6,7", 46 "PEBScounters": "0,1,2,3,4,5,6,7", 53 "Counter": "0,1,2,3,4,5,6,7", 56 "PEBScounters": "0,1,2,3,4,5,6,7", 64 "Counter": "0,1,2,3,4,5,6,7", 68 "PEBScounters": "0,1,2,3,4,5,6,7", [all …]
|
| /freebsd/crypto/openssl/test/recipes/10-test_bn_data/ |
| H A D | bnsum.txt | 4 # this file except in compliance with the License. You can obtain a copy 10 # These test vectors satisfy A + B = Sum. 13 A = 0 17 A = c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce12… 21 A = -c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce1… 25 A = c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce12… 29 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875… 33 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875… 37 A = -c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c787… 41 A = -c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c787… [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/string/ |
| H A D | t_strrchr.c | 25 unsigned int a, t; in ATF_TC_BODY() local 38 { "a", 0, 0, 0 }, in ATF_TC_BODY() 49 { "/a", 1, 0, 0 }, in ATF_TC_BODY() 50 { "/a/", 1, 0, 2 }, in ATF_TC_BODY() 60 { "/abcdef/", 1, 0, 7 }, in ATF_TC_BODY() 66 { "a/", 1, 1, 1 }, in ATF_TC_BODY() 67 { "a//", 1, 1, 2 }, in ATF_TC_BODY() 68 { "a/a", 1, 1, 1 }, in ATF_TC_BODY() 69 { "a/a/", 1, 1, 3 }, in ATF_TC_BODY() 70 { "a/ab", 1, 1, 1 }, in ATF_TC_BODY() [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
| H A D | pipeline.json | 5 "Counter": "0,1,2,3,4,5,6,7", 9 "PEBScounters": "0,1,2,3,4,5,6,7", 16 … "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.", 18 "Counter": "0,1,2,3,4,5,6,7", 21 "PEBScounters": "0,1,2,3,4,5,6,7", 22 …"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hard… 30 "Counter": "0,1,2,3,4,5,6,7", 34 "PEBScounters": "0,1,2,3,4,5,6,7", 41 "Counter": "0,1,2,3,4,5,6,7", 45 "PEBScounters": "0,1,2,3,4,5,6,7", [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp.conf.5man | 54 Comments begin with a 59 followed by a list of arguments, 97 Following these is a section describing 99 While there is a rich set of options available, 109 Following is a description of the configuration commands in 114 classes of commands, configuration commands that configure a 115 persistent association with a remote server or peer or reference 122 (s) a remote server or peer (IPv4 class A, B and C), (b) the 123 broadcast address of a loca [all...] |
| H A D | ntp.conf.man.in | 54 Comments begin with a 59 followed by a list of arguments, 97 Following these is a section describing 99 While there is a rich set of options available, 109 Following is a description of the configuration commands in 114 classes of commands, configuration commands that configure a 115 persistent association with a remote server or peer or reference 122 (s) a remote server or peer (IPv4 class A, B and C), (b) the 123 broadcast address of a loca [all...] |
| /freebsd/secure/caroot/untrusted/ |
| H A D | Chambers_of_Commerce_Root_-_2008.pem | 4 ## This is a single X.509 certificate for a public Certificate 16 a3:da:42:7e:a4:b1:ae:da 18 … www.camerfirma.com/address), serialNumber = A82743287, O = AC Camerfirma S.A., CN = Chambers of C… 22 … www.camerfirma.com/address), serialNumber = A82743287, O = AC Camerfirma S.A., CN = Chambers of C… 27 00:af:00:cb:70:37:2b:80:5a:4a:3a:6c:78:94:7d: 28 a3:7f:1a:1f:f6:35:d5:bd:db:cb:0d:44:72:3e:26: 31 b6:29:e1:81:6c:f2:bf:e5:7d:32:6a:54:a0:32:19: 34 53:d6:0e:b0:90:8a:8a:e3:87:8d:06:d3:bd:90:0e: 35 e2:99:a1:1b:86:0e:da:9a:0a:bb:0b:61:50:06:52: 36 f1:9e:7f:76:ec:cb:0f:d0:1e:0d:cf:99:30:3d:1c: [all …]
|