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

/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dwrite.c1809 unsigned long max_iterations; local
1827 max_iterations = frag_count * frag_count;
1829 if (max_iterations < frag_count)
1830 max_iterations = frag_count;
2082 while (stretched && -- max_iterations);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp2034 const unsigned max_iterations = 256; local
2035 for (unsigned i = 0; i < max_iterations; ++i) {

Completed in 134 milliseconds