HomeSort by: relevance | last modified time | path
    Searched refs:_000 (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/cddl/dtracetoolkit/dist/Code/Perl/
func_malloc.pl 9 my $b = "B" x 100_000;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.gc/
forkgc.d 9 foreach (n; 0 .. 1_000)
10 new uint[10_000];
21 foreach (n; 0 .. 1_000)
22 new uint[10_000];
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait.in 5 use 5.006_000;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
utils.d 283 assert(us.parseDigits("42000") && us == 42_000);
285 assert(i.parseDigits("420000") && i == 420_000);
286 assert(ui.parseDigits("420000") && ui == 420_000);
identifier.d 360 stringtable._init(28_000);
  /src/external/bsd/ntp/dist/scripts/ntptrace/
ntptrace.in 6 use 5.006_000;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
config.d 40 t.tv_nsec = cast(typeof(t.tv_nsec)) tv.tv_usec * 1_000;
  /src/external/bsd/ntp/dist/scripts/ntpsweep/
ntpsweep.in 23 use 5.006_000;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/
package.d 943 arrushort[1] = 20_000;
1245 tmp = format("%012,3d", 1_000);
1249 tmp = format("%012,3d", 100_000);
1265 auto tmp = format("%06,d", 100_000);
1269 tmp = format("%07,d", 100_000);
1273 tmp = format("%08,d", 100_000);
write.d 959 arrushort[1] = 20_000;
  /src/external/bsd/ntp/dist/scripts/
plot_summary.in 24 use 5.006_000;
summary.in 23 use 5.006_000;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
gc_allocator.d 147 auto b = GCAllocator.instance.allocate(10_000);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
checkedint.d 645 assert(muls(-200, 300, overflow) == -60_000);
686 assert(muls(-200L, 300L, overflow) == -60_000);
728 assert(muls(cast(cent)-200L, 300L, overflow) == -60_000);
time.d 1208 assert(t.to!(units, long)() >= 900_000, units);
1655 assert((cast(D)Duration(10_000)).toString() == "1 ms");
1656 assert((cast(D)Duration(20_000)).toString() == "2 ms");
1676 assert((cast(D)Duration(-10_000)).toString() == "-1 ms");
1677 assert((cast(D)Duration(-20_000)).toString() == "-2 ms");
1746 auto myTime = 100.msecs + 20_000.usecs + 30_000.hnsecs;
2643 assert(convClockFreq(9029, 1_000_000, 1_000) == 9);
2688 foreach (_; 0 .. 10_000)
2966 900_000, 1_100_000, units)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 720 enum CURLOPTTYPE_OBJECTPOINT = 10_000;
722 enum CURLOPTTYPE_FUNCTIONPOINT = 20_000;
725 enum CURLOPTTYPE_OFF_T = 30_000;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
generator.d 184 //@@@BUG@@@ somehow gen.take(1_000) doesn't work
185 foreach (v; take(gen, 1_000))
kickstart.d 37 enum uint charsetThreshold = 32_000;
parser.d 1177 if (!set.empty && set.length < 10_000)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 2628 timespec(0, -1_000));
5268 testST(beforeAD, 10_000, SysTime(DateTime(1999, 7, 6, 4, 30, 33), d));
5296 testST(beforeAD, -10_000, SysTime(DateTime(1999, 7, 6, 20, 30, 33), d));
5347 testST(beforeBC, 10_000, SysTime(DateTime(-1999, 7, 6, 4, 30, 33), d));
5375 testST(beforeBC, -10_000, SysTime(DateTime(-1999, 7, 6, 20, 30, 33), d));
6024 testST(beforeAD, 26_726, SysTime(DateTime(1999, 7, 6, 12, 30, 33), usecs(27_000)));
6027 testST(beforeAD, 1_766_726, SysTime(DateTime(1999, 7, 6, 12, 30, 33), usecs(767_000)));
6041 testST(beforeAD, -33_274, SysTime(DateTime(1999, 7, 6, 12, 30, 33), usecs(967_000)));
6043 testST(beforeAD, -1_833_274, SysTime(DateTime(1999, 7, 6, 12, 30, 33), usecs(167_000)));
6062 testST(beforeBC, 26_726, SysTime(DateTime(-1999, 7, 6, 12, 30, 33), usecs(27_000)));
    [all...]
stopwatch.d 437 auto r = benchmark!(f0, f1, f2)(10_000);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
kernighan_ritchie.d 693 auto length = i * 10_000 + 1;
727 auto length = i * 10_000 + 1;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/
write.d 754 assert(format("^%13,3.2f$", 1_000.00) == "^ 1,000.00$");
755 assert(format("^%13,3.2f$", 10_000.00) == "^ 10,000.00$");
756 assert(format("^%13,3.2f$", 100_000.00) == "^ 100,000.00$");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
parallelism.d 3025 foreach (num; parallel(iota(1_000)))
4440 poolInstance.map!"a * a"(iota(3_000_001), 10_000),
4449 ), 10_000, 1000),
4455 poolInstance.map!"a * a"(iota(300_001), 10_000)
4628 uint[] numbers = new uint[1_000];
bigint.d 138 auto r2 = new ReferenceBidirectionalRange!dchar("1_000");
570 int i = 500_000;
571 short s = 30_000;

Completed in 85 milliseconds

1 2