HomeSort by: relevance | last modified time | path
    Searched refs:Runs (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 140 std::vector<Run> Runs;
142 return Runs;
148 Runs.emplace_back(CurrentBlock);
150 Run *CurrentRun = &Runs.back();
153 Runs.emplace_back(NextBlock);
154 CurrentRun = &Runs.back();
162 return Runs;
165 static std::pair<Run, uint32_t> findRun(uint32_t Offset, ArrayRef<Run> Runs) {
166 for (const auto &R : Runs) {
217 auto Runs = computeBlockRuns(File.getBlockSize(), Stream)
    [all...]
  /src/tests/usr.bin/gcov/
t_gcov.sh 63 -: 0:Runs:1
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 44 Runs a test named NAME, running the program PROGRAM with no arguments,
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Simple.pm 44 Runs a test named NAME, running the program PROGRAM with no arguments,
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Simple.pm 44 Runs a test named NAME, running the program PROGRAM with no arguments,
  /src/external/bsd/byacc/dist/
vmsbuild.com 180 $! Runs BYACC from the current directory (used for testing)
  /src/external/gpl3/gcc/dist/contrib/
test_installed 62 Runs the testsuite for an installed version of gcc/g++/gfortran/objc
  /src/external/gpl3/gcc.old/dist/contrib/
test_installed 62 Runs the testsuite for an installed version of gcc/g++/gfortran/objc
  /src/tests/usr.bin/indent/
t_options.lua 39 -- Runs indent on the input, using the given options.
43 -- Runs indent on the input, expecting that the output is the
46 -- Runs indent on the input, expecting the same output as from
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
addmul_2.asm 33 C Runs at 4.0 cycles/limb.
addmul_3.asm 33 C Runs at 3.0 cycles/limb.
addmul_4.asm 33 C Runs at 2.5 cycles/limb.
aors_n.asm 32 dnl Runs at 2.5 cycles/limb. It would be possible to reach 2.0 cycles/limb
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 375 if (Flags.runs <= 0 && Flags.max_total_time == 0) {
376 Printf("INFO: you need to specify -runs=N or "
597 if (Flags.runs >= 0)
598 Options.MaxNumberOfRuns = Flags.runs;
706 int Runs = std::max(1, Flags.runs);
708 Inputs->size(), Runs);
712 for (int Iter = 0; Iter < Runs; Iter++)
767 Printf("Done %zd runs in %zd second(s)\n", F->getTotalNumberOfRuns(),
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
vpaes-armv8.S 806 ## Runs one main round of the key schedule on %xmm0, %xmm7
808 ## Specifically, runs subbytes on the high dword of %xmm0
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
vpaes-armv8.S 807 ## Runs one main round of the key schedule on %xmm0, %xmm7
809 ## Specifically, runs subbytes on the high dword of %xmm0
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
exception.d 1683 ML-style functional exception handling. Runs the supplied expression and
1684 returns its result. If the expression throws a `Throwable`, runs the
array.d 507 Any time this destructor runs, it should be running on "valid"
1903 Runs of whitespace are merged together (no empty words are produced).

Completed in 35 milliseconds