Searched refs:max_iterations (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doptions_test.cc55 assert(state.max_iterations == 42);
59 assert(state.iterations() == state.max_iterations);
H A Dbasic_test.cc111 // Choose a prime batch size to avoid evenly dividing max_iterations.
126 assert(iter_count == state.max_iterations);
H A Dskip_with_error_test.cc116 assert(state.max_iterations > 3 && "test requires at least a few iterations");
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doptions_test.cc55 assert(state.max_iterations == 42);
59 assert(state.iterations() == state.max_iterations);
H A Dbasic_test.cc111 // Choose a prime batch size to avoid evenly dividing max_iterations.
126 assert(iter_count == state.max_iterations);
H A Dskip_with_error_test.cc115 assert(state.max_iterations > 3 && "test requires at least a few iterations");
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dread1.c115 int max_iterations = -1; local
157 if (iteration == max_iterations)
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dnsec3_test.c117 ISC_RUN_TEST_IMPL(max_iterations) {
153 ISC_TEST_ENTRY(max_iterations)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.h64 rx_relax_frag ((SEG), (FRAGP), (STRETCH), max_iterations)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.h64 rx_relax_frag ((SEG), (FRAGP), (STRETCH), max_iterations)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rx.h64 rx_relax_frag ((SEG), (FRAGP), (STRETCH), max_iterations)
/netbsd-current/usr.bin/nbperf/
H A Dnbperf.c130 uint32_t max_iterations = 0xffffffU; local
170 max_iterations = (uint32_t)tmp;
262 if (max_iterations == 0xffffffffU)
264 if (--max_iterations == 0) {
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc129 max_iterations(max_iters),
140 CHECK(max_iterations != 0) << "At least one iteration must be run";
205 total_iterations_ = error_occurred_ ? 0 : max_iterations;
H A Dbenchmark_runner.cc112 CHECK(st.iterations() >= st.max_iterations)
/netbsd-current/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Ddetach-step-over.exp260 set max_iterations 10
273 if { $iterations == $max_iterations } {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc167 CHECK(st.iterations() >= st.max_iterations)
298 max_iterations(max_iters),
311 CHECK(max_iterations != 0) << "At least one iteration must be run";
370 total_iterations_ = error_occurred_ ? 0 : max_iterations;
/netbsd-current/sys/external/bsd/drm2/dist/drm/selftests/
H A Dtest-drm_mm.c27 static unsigned int max_iterations = 8192; variable
506 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations);
709 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations);
736 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations);
998 const unsigned int count = min_t(unsigned int, BIT(13), max_iterations);
1933 const unsigned int count = min(4096u, max_iterations);
2160 const unsigned int total_size = min(8192u, max_iterations);
2367 pr_info("Testing DRM range manger (struct drm_mm), with random_seed=0x%x max_iterations=%u max_prime=%u\n",
2368 random_seed, max_iterations, max_prime);
2382 module_param(max_iterations, uin
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h634 return max_iterations - total_iterations_ + batch_leftover_;
640 // May be larger than max_iterations.
649 const size_t max_iterations; member in class:benchmark::internal::State
736 : cached_(st->error_occurred_ ? 0 : st->max_iterations), parent_(st) {}
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h593 return max_iterations - total_iterations_ + batch_leftover_;
599 // May be larger than max_iterations.
608 const size_t max_iterations; member in class:benchmark::State
701 : cached_(st->error_occurred_ ? 0 : st->max_iterations), parent_(st) {}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-tail-merge.c1733 int max_iterations = param_max_tail_merge_iterations; local
1736 || max_iterations == 0)
1786 if (iteration_nr == max_iterations)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-tail-merge.cc1733 int max_iterations = param_max_tail_merge_iterations; local
1736 || max_iterations == 0)
1780 if (iteration_nr == max_iterations)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dicf.cc1038 unsigned int max_iterations = (parameters->options().icf_iterations() > 0) local
1044 while (!converged && (num_iterations < max_iterations))
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dicf.cc1040 unsigned int max_iterations = (parameters->options().icf_iterations() > 0) local
1046 while (!converged && (num_iterations < max_iterations))
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dicf.cc1038 unsigned int max_iterations = (parameters->options().icf_iterations() > 0) local
1044 while (!converged && (num_iterations < max_iterations))

Completed in 359 milliseconds

12