Home
last modified time | relevance | path

Searched +defs:run +defs:a (Results 1 – 25 of 52) sorted by relevance

123

/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp158 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 Dbindconnect.c35 #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 Dcvt7.C14 A(A& a) { i = a.i; } in A() function
33 B::run() in run() function
/openbsd-src/regress/sys/net/pf_fragment/
H A Dping6_mtu_1300.py15 def run(self): member in Sniff1
36 a = sniffer.packet variable
H A Dfrag6.py13 def run(self): member in Sniff1
39 a = sniffer.packet variable
H A Dfrag.py13 def run(self): member in Sniff1
39 a = sniffer.packet variable
H A Dfrag6_ext.py13 def run(self): member in Sniff1
39 a = sniffer.packet variable
H A Dfrag6_cutold.py18 def run(self): member in Sniff1
45 a = sniffer.packet variable
H A Dfrag_cutold.py22 def run(self): member in Sniff1
49 a = sniffer.packet variable
H A Dfrag_cutnew.py21 def run(self): member in Sniff1
48 a = sniffer.packet variable
H A Dfrag6_cutnew.py18 def run(self): member in Sniff1
45 a = sniffer.packet variable
H A Dfrag6_dropnew.py19 def run(self): member in Sniff1
49 a = sniffer.packet variable
H A Dfrag6_dropold.py19 def run(self): member in Sniff1
49 a = sniffer.packet variable
H A Dfrag_dropnew.py23 def run(self): member in Sniff1
53 a = sniffer.packet variable
H A Dfrag_dropold.py23 def run(self): member in Sniff1
53 a = sniffer.packet variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp167 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 Dping6_mtu.py17 def run(self): member in Sniff1
42 a = sniffer.packet variable
/openbsd-src/regress/sys/crypto/gmac/
H A Dgmac_test.c29 #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 Dpass5.c49 #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 Dchachapoly_test.c28 #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 DCallGraphSort.cpp151 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 DCallGraphSort.cpp124 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 DICF.cpp130 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 DPassManagerInternal.h87 PreservedAnalysesT run(IRUnitT &IR, AnalysisManagerT &AM, in run() function
151 char a, b; member
/openbsd-src/usr.sbin/snmpd/
H A Dsmi.c68 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()

123