Searched refs:Runs (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp140 std::vector<Run> Runs; local
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) { argument
166 for (const auto &R : Runs) {
217 auto Runs local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
H A DSimple.pm44 Runs a test named NAME, running the program PROGRAM with no arguments,
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
H A DSimple.pm44 Runs a test named NAME, running the program PROGRAM with no arguments,
/netbsd-current/external/bsd/byacc/dist/
H A Dvmsbuild.com180 $! Runs BYACC from the current directory (used for testing)
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dtest_installed62 Runs the testsuite for an installed version of gcc/g++/gfortran/objc
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtest_installed62 Runs the testsuite for an installed version of gcc/g++/gfortran/objc
/netbsd-current/tests/usr.bin/indent/
H A Dt_options.lua40 -- Runs indent on the input, using the given options.
44 -- Runs indent on the input, expecting unmodified output.
46 -- Runs indent on the input, expecting the same output as from
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
H A Daddmul_3.asm33 C Runs at 3.0 cycles/limb.
H A Daddmul_2.asm33 C Runs at 4.0 cycles/limb.
H A Daddmul_4.asm33 C Runs at 2.5 cycles/limb.
H A Daors_n.asm32 dnl Runs at 2.5 cycles/limb. It would be possible to reach 2.0 cycles/limb
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDriver.cpp706 int Runs = std::max(1, Flags.runs); local
708 Inputs->size(), Runs);
712 for (int Iter = 0; Iter < Runs; Iter++)
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dvpaes-armv8.S807 ## Runs one main round of the key schedule on %xmm0, %xmm7
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
H A Dvpaes-armv8.S806 ## Runs one main round of the key schedule on %xmm0, %xmm7
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d1550 ML-style functional exception handling. Runs the supplied expression and
H A Darray.d1400 delimiter. Runs of whitespace are merged together (no empty words are produced).
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d1683 ML-style functional exception handling. Runs the supplied expression and
H A Darray.d1903 Runs of whitespace are merged together (no empty words are produced).
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Dvpaes-armv8.pl879 // Runs one main round of the key schedule on %xmm0, %xmm7

Completed in 166 milliseconds