/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/ssl-tests/ |
H A D | 13-fragmentation.cnf.in | 49 ApplicationData => 4 * 1024 + 1, 57 ApplicationData => 4 * 1024 + 1, 66 ApplicationData => 32 * 1024 + 7, 75 ApplicationData => 128 * 1024 - 3, 83 ApplicationData => 1024 * 1024, 91 ApplicationData => 1024 * 1024, 100 ApplicationData => 1024 * 1024, 101 MaxFragmentSize => 5 * 1024 - 5, 120 ApplicationData => 1024 * 1024, 121 MaxFragmentSize => 4 * 1024, [all …]
|
H A D | 13-fragmentation.cnf | 21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled 23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024 24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024 26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024 412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled] 413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl 415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl] 416 server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server 417 client = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-client 419 [16-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() [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/crypto/openssl/test/recipes/30-test_evp_data/ |
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 …]
|
/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 */ 230 #define SGROWSIZ (128UL*1024) /* amount to grow stack */ 244 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024) 257 #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 …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | perl | 8 0 search/1024 eval\ "exec\ perl Perl script text 10 0 search/1024 eval\ "exec\ /bin/perl Perl script text 12 0 search/1024 eval\ "exec\ /usr/bin/perl Perl script text 14 0 search/1024 eval\ "exec\ /usr/local/bin/perl Perl script text 16 0 search/1024 eval\ 'exec\ perl Perl script text 18 0 search/1024 eval\ 'exec\ /bin/perl Perl script text 20 0 search/1024 eval\ 'exec\ /usr/bin/perl Perl script text 22 0 search/1024 eval\ 'exec\ /usr/local/bin/perl Perl script text 24 0 search/1024 eval\ '(exit\ $?0)'\ &&\ eval\ 'exec Perl script text 47 0 search/1024/W \=pod\n Perl POD document text [all …]
|
/freebsd/tools/test/stress2/testcases/swap/ |
H A D | swap.c | 41 #define MINLEFT (1792LL * 1024 * 1024) 43 #define MINLEFT (1024LL * 1024 * 1024) 106 rlp.rlim_cur -= 1024 * 1024; in setup() 114 getpid(), pct, (int)(size / 1024 / 1024 * in setup() 143 size -= 1024 * 1024; in test() 148 (int)(oldsize / 1024 / 1024), (int)(size / 1024 / 102)); in test()
|
/freebsd/sys/dev/flash/ |
H A D | mx25l.c | 118 { "en25f32", 0x1c, 0x3116, 64 * 1024, 64, FL_NONE }, 119 { "en25p32", 0x1c, 0x2016, 64 * 1024, 64, FL_NONE }, 120 { "en25p64", 0x1c, 0x2017, 64 * 1024, 128, FL_NONE }, 121 { "en25q32", 0x1c, 0x3016, 64 * 1024, 64, FL_NONE }, 122 { "en25q64", 0x1c, 0x3017, 64 * 1024, 128, FL_ERASE_4K }, 123 { "m25p32", 0x20, 0x2016, 64 * 1024, 64, FL_NONE }, 124 { "m25p64", 0x20, 0x2017, 64 * 1024, 128, FL_NONE }, 125 { "mx25l1606e", 0xc2, 0x2015, 64 * 1024, 32, FL_ERASE_4K}, 126 { "mx25ll32", 0xc2, 0x2016, 64 * 1024, 64, FL_NONE }, 127 { "mx25ll64", 0xc2, 0x2017, 64 * 1024, 128, FL_NONE }, [all …]
|
/freebsd/tools/test/stress2/tools/ |
H A D | swap.c | 68 mem / 1024 / 1024); in usermem() 101 sz * getpagesize() / 1024 / 1024); in swap() 119 rlp.rlim_cur -= 1024 * 1024; in setup() 126 getpid(), size / 1024 / 1024 * INCARNATIONS); in setup() 145 size -= 1024 * 1024; in test() 150 original / 1024 / 1024, size / 1024 / 1024); in test() 213 pct, utime, size / 1024 / 1024); in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_large_offset.ksh | 32 # 2. Populate the source file with 1024 blocks at 1024 block offset. 33 # 3. Clone 1024 blocks at a 1024-block offset. 61 # 2. Populate the source file with 1024 blocks at 1024 block offset. 64 oflag=sync bs=128k count=1024 seek=1024 68 # 3. Clone 1024 blocks at a 1024-block offset.
|