/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | string.bench.cpp | 158 static void run(benchmark::State& state) { in run() function 197 static void run(benchmark::State& state) { in run() function 206 static void run(benchmark::State& state) { in run() function 215 static void run(benchmark::State& state) { in run() function 239 static void run(benchmark::State& state) { in run() function 264 static void run(benchmark::State& state) { in run() function 289 static void run(benchmark::State& state) { in run() function 313 static void run(benchmark::State& state) { in run() function 339 static void run(benchmark::State& state) { in run() function 365 static void run(benchmark::State& state) { in run() function [all …]
|
/openbsd-src/regress/sys/netinet/bindconnect/ |
H A D | bindconnect.c | 35 #define MAXIMUM(a, b) ((a) > (b) ? (a) : (b)) argument 162 volatile int *run = arg; in thread_socket() local 182 volatile int *run = arg; in thread_close() local 197 volatile int *run = arg; in thread_bind() local 215 volatile int *run = arg; in thread_connect() local 238 volatile int *run = arg; in thread_delroute() local 249 #define ROUNDUP(a) \ in thread_delroute() argument 295 int ch, run; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | cvt7.C | 14 A(A& a) { i = a.i; } in A() function 33 B::run() in run() function
|
/openbsd-src/regress/sys/net/pf_fragment/ |
H A D | ping6_mtu_1300.py | 15 def run(self): member in Sniff1 36 a = sniffer.packet variable
|
H A D | frag6.py | 13 def run(self): member in Sniff1 39 a = sniffer.packet variable
|
H A D | frag.py | 13 def run(self): member in Sniff1 39 a = sniffer.packet variable
|
H A D | frag6_ext.py | 13 def run(self): member in Sniff1 39 a = sniffer.packet variable
|
H A D | frag6_cutold.py | 18 def run(self): member in Sniff1 45 a = sniffer.packet variable
|
H A D | frag_cutold.py | 22 def run(self): member in Sniff1 49 a = sniffer.packet variable
|
H A D | frag_cutnew.py | 21 def run(self): member in Sniff1 48 a = sniffer.packet variable
|
H A D | frag6_cutnew.py | 18 def run(self): member in Sniff1 45 a = sniffer.packet variable
|
H A D | frag6_dropnew.py | 19 def run(self): member in Sniff1 49 a = sniffer.packet variable
|
H A D | frag6_dropold.py | 19 def run(self): member in Sniff1 49 a = sniffer.packet variable
|
H A D | frag_dropnew.py | 23 def run(self): member in Sniff1 53 a = sniffer.packet variable
|
H A D | frag_dropold.py | 23 def run(self): member in Sniff1 53 a = sniffer.packet variable
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 167 auto getPairIndex = [](size_t a, size_t b) { in getFunctionFeatures() 237 InlineSizeEstimatorAnalysis::run(const Function &F, in run() function in InlineSizeEstimatorAnalysis 268 InlineSizeEstimatorAnalysis::run(const Function &F, in run() function in InlineSizeEstimatorAnalysis 276 InlineSizeEstimatorAnalysisPrinterPass::run(Function &F, in run() function in InlineSizeEstimatorAnalysisPrinterPass
|
/openbsd-src/regress/sys/net/pf_forward/ |
H A D | ping6_mtu.py | 17 def run(self): member in Sniff1 42 a = sniffer.packet variable
|
/openbsd-src/regress/sys/crypto/gmac/ |
H A D | gmac_test.c | 29 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) argument 675 match(unsigned char *a, unsigned char *b, size_t len) in match() 695 run(int num) in run() function
|
/openbsd-src/sbin/fsck_ffs/ |
H A D | pass5.c | 49 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) argument 292 int run = 0; in pass5() local [all...] |
/openbsd-src/regress/sys/crypto/chachapoly/ |
H A D | chachapoly_test.c | 28 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) argument 353 match(unsigned char *a, unsigned char *b, size_t len) in match() 373 run(int num) in run() function
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | CallGraphSort.cpp | 151 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad() 182 DenseMap<const InputSectionBase *, int> CallGraphSort::run() { in run() function in CallGraphSort 188 llvm::stable_sort(sorted, [&](int a, int b) { in run() 221 llvm::stable_sort(sorted, [&](int a, int b) { in run()
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | CallGraphSort.cpp | 124 static bool isNewDensityBad(Cluster &a, Cluster &b) { in isNewDensityBad() 155 DenseMap<const SectionChunk *, int> CallGraphSort::run() { in run() function in CallGraphSort 161 llvm::stable_sort(sorted, [&](int a, int b) { in run() 194 llvm::stable_sort(sorted, [&](int a, int b) { in run()
|
H A D | ICF.cpp | 130 bool ICF::assocEquals(const SectionChunk *a, const SectionChunk *b) { in assocEquals() 148 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { in equalsConstant() 181 bool ICF::equalsVariable(const SectionChunk *a, const SectionChunk *b) { in equalsVariable() 248 void ICF::run() { in run() function in lld::coff::ICF 289 llvm::stable_sort(chunks, [](const SectionChunk *a, const SectionChunk *b) { in run()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | PassManagerInternal.h | 87 PreservedAnalysesT run(IRUnitT &IR, AnalysisManagerT &AM, in run() function 151 char a, b; member
|
/openbsd-src/usr.sbin/snmpd/ |
H A D | smi.c | 68 struct timeval now, run; in smi_getticks() local 609 smi_oid_cmp(struct oid *a, struct oid *b) in smi_oid_cmp() 617 smi_key_cmp(struct oid *a, struct oid *b) in smi_key_cmp()
|