| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod-order-string.mk | 23 NUMBERS= -100g -50m -7k -50 -13 0 000 13 50 5k1 7k 50m 100G 24 .if ${NUMBERS:O} != "-100g -13 -50 -50m -7k 0 000 100G 13 50 50m 5k1 7k"
|
| /freebsd/contrib/tcsh/ |
| H A D | termcap.vms | 15 :dc=\E[P;\E[:dl=\E[M:\ 16 :ei=\E[4l:im=\E[4h:mi:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:\ 17 :ue=\E[m:up=\E[A:us=\E[4m:\ 18 :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\ 20 :ce=\E[K:cd=50\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ 21 :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\ 35 :dc=\E[P:dl=\E[M:\ 36 :ei=\E[4l:im=\E[4h:mi:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:\ 37 :ue=\E[m:up=\E[A:us=\E[4m:\ 38 :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\ [all …]
|
| /freebsd/tools/regression/net80211/ccmp/ |
| H A D | test_ccmp.c | 73 16 A2 = 50-30-f1-84-44-08 SA 81 24 802.11 Header = 08 48 c3 2c 0f d2 e1 28 a5 7c 50 30 f1 84 44 08 83 26 Muted 802.11 Header = 08 40 0f d2 e1 28 a5 7c 50 30 f1 84 44 08 86 29 CCM Nonce = 00 50 30 f1 84 44 08 b5 03 97 76 e7 0c 88 1 7e 78 a0 50 91 4 08 48 c3 2c 0f d2 e1 28 a5 7c 50 30 f1 84 44 08 ab ae a5 b8 fc ba 131 17 A1 = ea-10-0c-84-68-50 DA 140 26 802.11 Header = 38 c0 6a 51 ea 10 0c 84 68 50 ee c1 76 2c 88 de 142 28 Muted 802.11 Header = 08 c0 ea 10 0c 84 68 50 ee c1 76 2c 88 de 150 36 38 c0 6a 51 ea 10 0c 84 68 50 ee c1 76 2c 88 de af 2e e9 f4 6a 07 [all …]
|
| /freebsd/lib/libutil/tests/ |
| H A D | expand_number_test.c | 40 "Failed to parse '%s': %m", str); in require_success() 75 require_success("1M", 1LL << 20); in ATF_TC_BODY() 78 require_success("1P", 1LL << 50); in ATF_TC_BODY() 84 require_success("2m", 2LL << 20); in ATF_TC_BODY() 87 require_success("2p", 2LL << 50); in ATF_TC_BODY() 95 require_success("3PB", 3LL << 50); in ATF_TC_BODY() 103 require_success("-1M", -(1LL << 20)); in ATF_TC_BODY() 106 require_success("-1P", -(1LL << 50)); in ATF_TC_BODY() 110 require_success("-2m", -(2LL << 20)); in ATF_TC_BODY() 113 require_success("-2p", -(2LL << 50)); in ATF_TC_BODY() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zinject/ |
| H A D | zinject_counts.ksh | 63 typeset rule=$(zinject | grep -m 1 -oE '^ *[0-9].*[0-9]$') 90 for freq in 100 50 ; do 93 log_must dd if=/dev/urandom of=/$TESTPOOL/file bs=1M count=1 106 log_must dd if=/dev/urandom of=/$TESTPOOL/file bs=1M count=1 109 for freq in 100 50 ; do 123 for freq in 100 50 ; do 124 log_must zinject -d $DISK1 -D 50:1 -f $freq $TESTPOOL 126 log_must dd if=/dev/urandom of=/$TESTPOOL/file bs=1M count=1
|
| /freebsd/contrib/ntp/libntp/lib/isc/win32/ |
| H A D | time.c | 259 char DateBuf[50]; in isc_time_formattimestamp() 260 char TimeBuf[50]; in isc_time_formattimestamp() 268 DateBuf, 50); in isc_time_formattimestamp() 270 TIME_FORCE24HOURFORMAT, &st, NULL, TimeBuf, 50); in isc_time_formattimestamp() 282 char DateBuf[50]; in isc_time_formathttptimestamp() 283 char TimeBuf[50]; in isc_time_formathttptimestamp() 285 /* strftime() format: "%a, %d %b %Y %H:%M:%S GMT" */ in isc_time_formathttptimestamp() 290 "ddd',', dd-MMM-yyyy", DateBuf, 50); in isc_time_formathttptimestamp() 293 &st, "hh':'mm':'ss", TimeBuf, 50); in isc_time_formathttptimestamp() 304 char DateBuf[50]; in isc_time_formatISO8601() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_property/ |
| H A D | zfs_written_property_001_pos.ksh | 59 typeset -l blocks=50 74 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.$i bs=1M \ 82 ((blocks = blocks + 50)) 99 ((blocks = blocks + 50)) 103 ((snap2_size = total-50)) 107 blocks=50 114 ((blocks = blocks + 50)) 140 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.3 bs=1M \ 165 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS1/snap1.clone/testfile bs=1M \ 204 log_must dd if=/dev/urandom of=/$ds/testfile bs=1M count=$blocks [all …]
|
| /freebsd/share/doc/papers/diskperf/ |
| H A D | results.ms | 46 Entries of ``n. m.'' indicate this value was not measured. 69 rewrite_8192 650 (99%) 620 (99%) 310 (50%) 450 (70%) 127 rewrite_8192 760 (100%) 560 (72%) 220 (50%)* 180 (52%)* 490 (60%) 520 (62%) 143 read_8192 490 (77%) 370 (66%) n.m. n.m. 200 (31%) 370 (56%) 144 write_4096 380 (98%) 370 (98%) n.m. n.m. 200 (46%) 370 (88%) 145 write_8192 380 (99%) 370 (97%) n.m. n.m. 200 (45%) 320 (76%) 146 rewrite_8192 490 (87%) 350 (66%) n.m. n.m. 200 (31%) 300 (46%) 180 rewrite_8192 310 (50%) 450 (80%) 220 (50%)* 180 (52%)* 196 read_8192 210 (42%) 342 (77%) n.m. n.m. 197 write_4096 215 (67%) 294 (99%) n.m. n.m. [all …]
|
| /freebsd/usr.bin/mkimg/tests/ |
| H A D | img-63x255-4096-gpt.raw.hex | 8 00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 13 00000250 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 26 00005000 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 40 00429e00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 45 00429e50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....|
|
| H A D | img-1x1-4096-gpt.raw.hex | 8 00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 13 00000250 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 26 00005000 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 40 00429e00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 45 00429e50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....|
|
| H A D | img-1x1-4096-gpt.vhd.hex | 24 00000c00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 29 00000c50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 42 00005a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 46 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 50 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 64 0042fc00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 69 0042fc50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....|
|
| H A D | img-63x255-4096-gpt.vhd.hex | 24 00000c00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 29 00000c50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 42 00005a00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 46 00200c00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 50 00400e00 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 68 007d9000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 73 007d9050 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....|
|
| H A D | img-1x1-4096-gpt.vhdf.hex | 8 00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 13 00000250 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 26 00005000 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 40 004ffe00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 45 004ffe50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 50 00500020 00 02 00 00 57 69 32 6b 00 00 00 00 00 50 00 00 |....Wi2k.....P..| 51 00500030 00 00 00 00 00 50 00 00 00 96 04 11 00 00 00 02 |.....P..........|
|
| H A D | img-63x255-4096-gpt.vhdf.hex | 8 00000200 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 13 00000250 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....| 26 00005000 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a 50 0a |P.P.P.P.P.P.P.P.| 40 007ffe00 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...| 45 007ffe50 80 00 00 00 80 00 00 00 8e 5f a6 4d 00 00 00 00 |........._.M....|
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.rc | 155 "M", ID_MAKE_DEFAULT, VIRTKEY, CONTROL, NOINVERT 215 LISTBOX IDC_LEASH_MODULE_LB,7,50,296,62,LBS_SORT | 237 PUSHBUTTON "&Cancel",IDCANCEL,281,179,50,14 249 DEFPUSHBUTTON "OK",IDOK,104,42,50,14 313 PUSHBUTTON "&Browse",IDC_BUTTON_KRB5INI_BROWSE,259,99,50,14, 354 PUSHBUTTON "&OK",IDOK,232,67,50,14 355 PUSHBUTTON "&Cancel",IDCANCEL,179,67,50,14 368 PUSHBUTTON "&OK",IDOK,231,67,50,14 369 PUSHBUTTON "&Cancel",IDCANCEL,179,67,50,14 381 DEFPUSHBUTTON "OK",IDOK,231,67,50,14 [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userspace_004_pos.ksh | 58 log_must zfs set defaultuserquota=100m $QFS 62 log_must user_run $QUSER1 mkfile 50m $QFILE 74 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 100M" 77 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 50\\.\*M"
|
| H A D | userspace_002_pos.ksh | 58 log_must zfs set userquota@$QUSER1=100m $QFS 62 log_must user_run $QUSER1 mkfile 50m $QFILE 74 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 100M" 77 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 50\\.\*M"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_clone_livelist_condense_and_disable.ksh | 70 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/testfile$i 78 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/testfile$i 90 # Threshold set to 50 percent 91 set_tunable32 LIVELIST_MIN_PERCENT_SHARED 50 94 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/$TESTFILE0 95 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/$TESTFILE1 105 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/$TESTFILE0 106 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/$TESTFILE1 107 log_must mkfile 5m /$TESTPOOL/$TESTCLONE/$TESTFILE2 127 log_must mkfile 5m /$TESTPOOL/$TESTFS1/atestfile
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectspace_005_pos.ksh | 61 log_must zfs set defaultprojectquota=100m $QFS 66 log_must user_run $PUSER mkfile 50m $PRJDIR/qf 78 log_must eval "zfs projectspace $fs | grep $PRJID1 | grep 100M" 81 log_must eval "zfs projectspace $fs | grep $PRJID1 | grep 50\\.\*M"
|
| H A D | projectspace_002_pos.ksh | 61 log_must zfs set projectquota@$PRJID1=100m $QFS 66 log_must user_run $PUSER mkfile 50m $PRJDIR/qf 78 log_must eval "zfs projectspace $fs | grep $PRJID1 | grep 100M" 81 log_must eval "zfs projectspace $fs | grep $PRJID1 | grep 50\\.\*M"
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 106 OS.PadToColumn(50); in printInfoComment() 114 OS.PadToColumn(50); in printInfoComment() 124 OS.PadToColumn(50); in printInfoComment() 131 OS.PadToColumn(50); in printInfoComment() 209 std::unique_ptr<Module> M; in main() local 212 M = ExitOnErr( in main() 215 ExitOnErr(M->materializeMetadata()); in main() 217 ExitOnErr(M->materializeAll()); in main() 260 if (M) { in main() 261 M->setIsNewDbgInfoFormat(WriteNewDbgInfoFormat); in main() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
| H A D | zpool_trim_rate.ksh | 60 # Start trimming at 200M/s for 5 seconds (approximately 10% of the pool) 61 log_must zpool trim -r 200M $TESTPOOL 68 # Resuming trimming at 200M/s for 5 seconds (approximately 20% of the pool) 76 # Increase trimming to 600M/s for 5 seconds (approximately 50% of the pool) 77 log_must zpool trim -r 600M $TESTPOOL 82 log_must within_tolerance 50 $progress 15
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | shm3.sh | 22 #define M(x) ((x) * 1024 * 1024) 23 #define SZ M(256) 60 ../testcases/swap/swap -t 3m -i 50 > /dev/null & 62 for i in `jot 50`; do
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_size_class_map.h | 50 // c03 => s: 48 diff: +16 50% l 5 cached: 256 12288; id 3 84 // c50 => s: 98304 diff: +16384 20% l 16 cached: 1 98304; id 50 94 // c03 => s: 96 diff: +32 50% l 6 cached: 64 6144; id 3 100 // c09 => s: 384 diff: +128 50% l 8 cached: 42 16128; id 9 102 // c11 => s: 768 diff: +256 50% l 9 cached: 21 16128; id 11 104 // c13 => s: 1536 diff: +512 50% l 10 cached: 10 15360; id 13 106 // c15 => s: 3072 diff: +1024 50% l 11 cached: 5 15360; id 15 108 // c17 => s: 6144 diff: +2048 50% l 12 cached: 2 12288; id 17 110 // c19 => s: 12288 diff: +4096 50% l 13 cached: 1 12288; id 19 112 // c21 => s: 24576 diff: +8192 50% l 14 cached: 1 24576; id 21 [all …]
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_80003es2lan.h | 80 * 0 = <50M 81 * 1 = 50-80M 82 * 2 = 80-100M 83 * 3 = 110-140M 84 * 4 = >140M
|