| /freebsd/lib/libutil/tests/ |
| H A D | humanize_number_test.c | 68 /* tests 14-27 test 1024 suffixes */ 71 { 3, "1 M", (int64_t)512*1024L, 0, HN_AUTOSCALE, 4 }, 72 { 3, "1 G", (int64_t)512*1024*1024L, 0, HN_AUTOSCALE, 4 }, 73 { 3, "1 T", (int64_t)512*1024*1024*1024L, 0, HN_AUTOSCALE, 4 }, 74 { 3, "1 P", (int64_t)512*1024*1024*1024*1024L, 0, HN_AUTOSCALE, 4 }, 75 { 3, "1 E", (int64_t)512*1024*1024*1024*1024*1024L, 0, HN_AUTOSCALE, 4 }, 78 { 3, "2 M", (int64_t)1536*1024L, 0, HN_AUTOSCALE, 4 }, 79 { 3, "2 G", (int64_t)1536*1024*1024L, 0, HN_AUTOSCALE, 4 }, 80 { 3, "2 T", (int64_t)1536*1024*1024*1024L, 0, HN_AUTOSCALE, 4 }, 81 { 3, "2 P", (int64_t)1536*1024*1024*1024*1024L, 0, HN_AUTOSCALE, 4 }, [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sizes.h | 32 #define SZ_1K (1024 * 1) 33 #define SZ_2K (1024 * 2) 34 #define SZ_4K (1024 * 4) 35 #define SZ_8K (1024 * 8) 36 #define SZ_16K (1024 * 16) 37 #define SZ_32K (1024 * 32) 38 #define SZ_64K (1024 * 64) 39 #define SZ_128K (1024 * 128) 40 #define SZ_256K (1024 * 256) 41 #define SZ_512K (1024 * 512) [all …]
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ml_kem_1024_decap.txt | 8 # Decapsulation KATs for ML-KEM-1024 from BoringSSL 11 Title = BoringSSL ML-KEM-1024 Decapsulation KATs 15 Kem = ML-KEM-1024 22 Kem = ML-KEM-1024 29 Kem = ML-KEM-1024 36 Kem = ML-KEM-1024 43 Kem = ML-KEM-1024 50 Kem = ML-KEM-1024 57 Kem = ML-KEM-1024 64 Kem = ML-KEM-1024 [all …]
|
| H A D | evppkey_ml_kem_1024_encap.txt | 8 # Encapsulation KATs for ML-KEM-1024 from BoringSSL 11 Title = BoringSSL ML-KEM-1024 Encapsulation KATs 15 Kem = ML-KEM-1024 23 Kem = ML-KEM-1024 31 Kem = ML-KEM-1024 39 Kem = ML-KEM-1024 47 Kem = ML-KEM-1024 55 Kem = ML-KEM-1024 63 Kem = ML-KEM-1024 71 Kem = ML-KEM-1024 [all …]
|
| H A D | evppkey_ml_kem_1024_keygen.txt | 8 # Key generation KATs for ML-KEM-1024 from BoringSSL 11 Title = BoringSSL ML-KEM-1024 Key Generation KATs 15 KeyGen = ML-KEM-1024 22 KeyGen = ML-KEM-1024 29 KeyGen = ML-KEM-1024 36 KeyGen = ML-KEM-1024 43 KeyGen = ML-KEM-1024 50 KeyGen = ML-KEM-1024 57 KeyGen = ML-KEM-1024 64 KeyGen = ML-KEM-1024 [all …]
|
| H A D | evppkey_dsa.txt | 18 PrivateKey=DSA-1024 29 PublicKey=DSA-1024-PUBLIC 43 PrivPubKeyPair = DSA-1024:DSA-1024-PUBLIC 47 Verify = DSA-1024 52 Verify = DSA-1024-PUBLIC 58 Verify = DSA-1024-PUBLIC 65 Verify = DSA-1024-PUBLIC 72 Verify = DSA-1024-PUBLIC 79 Verify = DSA-1024-PUBLIC 85 Verify = DSA-1024-PUBLIC [all …]
|
| H A D | evppkey_dsa_sigalg.txt | 18 PrivateKey=DSA-1024 29 PublicKey=DSA-1024-PUBLIC 43 PrivPubKeyPair = DSA-1024:DSA-1024-PUBLIC 48 Verify = DSA-SHA1:DSA-1024 53 Verify = DSA-SHA1:DSA-1024-PUBLIC 59 Verify = DSA-SHA1:DSA-1024-PUBLIC 66 Verify = DSA-SHA1:DSA-1024-PUBLIC 73 Verify = DSA-SHA1:DSA-1024-PUBLIC 80 Verify = DSA-1024-PUBLIC 87 Verify = DSA-SHA1:DSA-1024-PUBLIC [all …]
|
| H A D | evppkey_ml_kem_encap_decap.txt | 416 Kem = ML-KEM-1024 424 Kem = ML-KEM-1024 432 Kem = ML-KEM-1024 440 Kem = ML-KEM-1024 448 Kem = ML-KEM-1024 456 Kem = ML-KEM-1024 464 Kem = ML-KEM-1024 472 Kem = ML-KEM-1024 480 Kem = ML-KEM-1024 488 Kem = ML-KEM-1024 [all …]
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 13-fragmentation.cnf.in | 50 ApplicationData => 4 * 1024 + 1, 58 ApplicationData => 4 * 1024 + 1, 67 ApplicationData => 32 * 1024 + 7, 76 ApplicationData => 128 * 1024 - 3, 84 ApplicationData => 1024 * 1024, 92 ApplicationData => 1024 * 1024, 101 ApplicationData => 1024 * 1024, 102 MaxFragmentSize => 5 * 1024 - 5, 109 name => "Maximum Fragment Len extension set to 1024 w. FragmentSize disabled", 113 MaxFragmentLenExt => 1024, [all …]
|
| H A D | 13-fragmentation.cnf | 15 test-10 = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled 17 test-12 = 12-Maximum Fragment Len extension 512 lower than FragmentSize 1024 18 test-13 = 13-Maximum Fragment Len extension 1024 lower than FragmentSize 1024 20 test-15 = 15-Maximum Fragment Len extension 2048 greater than FragmentSize 1024 262 [10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled] 263 ssl_conf = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl 265 [10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl] 266 server = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server 267 client = 10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-client 269 [10-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server] [all …]
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | parse_bytes.c | 40 { "gigabyte", 1024 * 1024 * 1024 }, 41 { "gbyte", 1024 * 1024 * 1024 }, 42 { "GB", 1024 * 1024 * 1024 }, 43 { "megabyte", 1024 * 1024 }, 44 { "mbyte", 1024 * 1024 }, 45 { "MB", 1024 * 1024 }, 46 { "kilobyte", 1024 }, 47 { "KB", 1024 }, 53 { "GB", 1024 * 1024 * 1024 }, 54 { "MB", 1024 * 1024 }, [all …]
|
| /freebsd/contrib/unbound/compat/ |
| H A D | snprintf.c | 867 DOTEST(1024, "hello", 5, "hello"); in main() 868 DOTEST(1024, "h", 1, "h"); in main() 870 * DOTEST(1024, "", 0, ""); */ in main() 876 DOTEST(1024, "0", 1, "%d", 0); in main() 877 DOTEST(1024, "1", 1, "%d", 1); in main() 878 DOTEST(1024, "9", 1, "%d", 9); in main() 879 DOTEST(1024, "15", 2, "%d", 15); in main() 880 DOTEST(1024, "ab15cd", 6, "ab%dcd", 15); in main() 881 DOTEST(1024, "167", 3, "%d", 167); in main() 882 DOTEST(1024, "7823089", 7, "%d", 7823089); in main() [all …]
|
| /freebsd/contrib/ldns/compat/ |
| H A D | snprintf.c | 863 DOTEST(1024, "hello", 5, "hello"); in main() 864 DOTEST(1024, "h", 1, "h"); in main() 866 * DOTEST(1024, "", 0, ""); */ in main() 872 DOTEST(1024, "0", 1, "%d", 0); in main() 873 DOTEST(1024, "1", 1, "%d", 1); in main() 874 DOTEST(1024, "9", 1, "%d", 9); in main() 875 DOTEST(1024, "15", 2, "%d", 15); in main() 876 DOTEST(1024, "ab15cd", 6, "ab%dcd", 15); in main() 877 DOTEST(1024, "167", 3, "%d", 167); in main() 878 DOTEST(1024, "7823089", 7, "%d", 7823089); in main() [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.quantmany.d.out | 151 1024 | 0 155 -1024 | 0 177 1024 |@@@@@@@ 1024 183 -1024 @@@| -1024 205 1024 |@@@ 1024 213 -1024 @@| -1024 235 1024 |@@ 1024 245 -1024 @| -1024 267 1024 |@ 1024 279 -1024 | -1024 [all …]
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_tar_sparse.c | 40 char buff3[1024]; in test_1() 133 for (i = 0; i < 0x10000; i += 1024) { in test_1() 134 assertEqualInt(1024, archive_read_data(a, buff2, 1024)); in test_1() 136 i, i + 1024); in test_1() 137 assertEqualMem(buff2, buff3, 1024); in test_1() 140 for (i = 0x10000; i < 0x11000; i += 1024) { in test_1() 141 assertEqualInt(1024, archive_read_data(a, buff2, 1024)); in test_1() 143 i, i + 1024); in test_1() 144 assertEqualMem(buff2, buff3, 1024); in test_1() 147 for (i = 0x11000; i < 0x80000; i += 1024) { in test_1() [all …]
|
| H A D | test_write_format_iso9660_zisofs.c | 96 unsigned char buff2[1024]; in test_write_format_iso9660_zisofs_1() 97 unsigned char nullb[1024]; in test_write_format_iso9660_zisofs_1() 136 archive_entry_set_size(ae, 256*1024); in test_write_format_iso9660_zisofs_1() 139 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in test_write_format_iso9660_zisofs_1() 154 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in test_write_format_iso9660_zisofs_1() 169 assertEqualIntA(a, 1024, archive_write_data(a, nullb, 1024)); in test_write_format_iso9660_zisofs_1() 270 assertEqualInt(256*1024, archive_entry_size(ae)); in test_write_format_iso9660_zisofs_1() 271 assertEqualIntA(a, 1024, archive_read_data(a, buff2, 1024)); in test_write_format_iso9660_zisofs_1() 272 assertEqualMem(buff2, nullb, 1024); in test_write_format_iso9660_zisofs_1() 285 assertEqualIntA(a, 1024, archive_read_data(a, buff2, 1024)); in test_write_format_iso9660_zisofs_1() [all …]
|
| /freebsd/usr.bin/limits/ |
| H A D | limits.c | 80 { " filesize%-4s %8s", " kB\n", 1024 }, 81 { " datasize%-4s %8s", " kB\n", 1024 }, 82 { " stacksize%-4s %8s", " kB\n", 1024 }, 83 { " coredumpsize%-4s %8s", " kB\n", 1024 }, 84 { " memoryuse%-4s %8s", " kB\n", 1024 }, 85 { " memorylocked%-4s %8s", " kB\n", 1024 }, 89 { " vmemoryuse%-4s %8s", " kB\n", 1024 }, 91 { " swapuse%-4s %8s", " kB\n", 1024 }, 94 { " pipebuf%-4s %8s", " kB\n", 1024 }, 101 { "ulimit%s -d %s", ";\n", 1024 }, [all …]
|
| /freebsd/sys/i386/include/ |
| H A D | vmparam.h | 47 #define MAXTSIZ (128UL*1024*1024) /* max text size */ 49 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ 52 #define MAXDSIZ (512UL*1024*1024) /* max data size */ 55 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ 58 #define MAXSSIZ (64UL*1024*1024) /* max stack size */ 61 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ 130 * used, and 1024 pages otherwise. 145 #define KERNLOAD (8 * 1024 * 1024) 155 #define VM_MAX_KERNEL_ADDRESS (0xffffffffU - 16 * 1024 * 1024 + 1) 164 #define VM_MAXUSER_ADDRESS (0xffffffff - 4 * 1024 * 1024 + 1) [all …]
|
| /freebsd/sys/dev/videomode/ |
| H A D | modelines | 46 ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync 60 # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz 61 ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace 63 # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz 64 ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync 66 # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz 67 ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync 69 # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz 70 ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync 72 # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz [all …]
|
| /freebsd/sys/powerpc/include/ |
| H A D | vmparam.h | 46 #define MAXTSIZ (1*1024*1024*1024) /* max text size */ 50 #define DFLDSIZ (128*1024*1024) /* default data size */ 55 #define MAXDSIZ (32UL*1024*1024*1024) /* max data size */ 57 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ 62 #define DFLSSIZ (8*1024*1024) /* default stack size */ 67 #define MAXSSIZ (512*1024*1024) /* max stack size */ 69 #define MAXSSIZ (64*1024*1024) /* max stack size */ 224 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ 238 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) 251 #define ZERO_REGION_SIZE (2 * 1024 * 1024) /* 2MB */ [all …]
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | fmt_scaled.c | 61 1024LL, 62 1024LL*1024, 63 1024LL*1024*1024, 64 1024LL*1024*1024*1024, 65 1024LL*1024*1024*1024*1024, 66 1024LL*1024*1024*1024*1024*1024, 236 if (abval / 1024 >= scale_factors[SCALE_LENGTH-1]) { in fmt_scaled() 243 if (abval/1024 < scale_factors[i]) { in fmt_scaled() 253 fract = (10 * fract + 512) / 1024; in fmt_scaled()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | amxintrin.h | 81 /// A destination tile. Max size is 1024 Bytes. 101 /// A destination tile. Max size is 1024 Bytes. 119 /// A destination tile. Max size is 1024 Bytes. 134 /// The destination tile to be zero. Max size is 1024 Bytes. 148 /// The destination tile. Max size is 1024 Bytes. 150 /// The 1st source tile. Max size is 1024 Bytes. 152 /// The 2nd source tile. Max size is 1024 Bytes. 167 /// The destination tile. Max size is 1024 Bytes. 169 /// The 1st source tile. Max size is 1024 Bytes. 171 /// The 2nd source tile. Max size is 1024 Bytes. [all …]
|
| /freebsd/sys/dev/agp/ |
| H A D | agp_nvidia.c | 205 size = AGP_GET_APERTURE(dev) / 1024 / 1024; in agp_nvidia_attach() 207 sc->num_active_entries = (size == 32) ? 16384 : ((size * 1024) / 4); in agp_nvidia_attach() 212 sc->pg_offset = rounddown2(apbase & (64 * 1024 * 1024 - 1), in agp_nvidia_attach() 220 (i % sc->num_dirs) * 64 * 1024) | 1, 4); in agp_nvidia_attach() 270 case 0: return (512 * 1024 * 1024); in agp_nvidia_get_aperture() 271 case 8: return (256 * 1024 * 1024); in agp_nvidia_get_aperture() 272 case 12: return (128 * 1024 * 1024); in agp_nvidia_get_aperture() 273 case 14: return (64 * 1024 * 1024); in agp_nvidia_get_aperture() 274 case 15: return (32 * 1024 * 1024); in agp_nvidia_get_aperture() 289 case (512 * 1024 * 1024): key = 0; break; in agp_nvidia_set_aperture() [all …]
|
| /freebsd/contrib/netbsd-tests/ipf/regress/ |
| H A D | f5 | 7 block in proto tcp from any port >= 1024 to any 8 block in proto udp from any port >= 1024 to any 9 block in proto tcp/udp from any port >= 1024 to any 10 pass in proto tcp from any port >= 1024 to any 11 pass in proto udp from any port >= 1024 to any 12 pass in proto tcp/udp from any port >= 1024 to any 34 block in proto tcp from any port < 1024 to any 35 block in proto udp from any port < 1024 to any 36 block in proto tcp/udp from any port < 1024 to any 37 pass in proto tcp from any port < 1024 to any [all …]
|
| H A D | f6 | 7 block in proto tcp from any to any port >= 1024 8 block in proto udp from any to any port >= 1024 9 block in proto tcp/udp from any to any port >= 1024 10 pass in proto tcp from any to any port >= 1024 11 pass in proto udp from any to any port >= 1024 12 pass in proto tcp/udp from any to any port >= 1024 34 block in proto tcp from any to any port < 1024 35 block in proto udp from any to any port < 1024 36 block in proto tcp/udp from any to any port < 1024 37 pass in proto tcp from any to any port < 1024 [all …]
|