Home
last modified time | relevance | path

Searched defs:n_iter (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_benchmarks_test.cc19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
53 static void BorderAccessFunc(char *x, size_t n_iter) { in BorderAccessFunc()
/external/compiler-rt/test/asan/TestCases/
Dheavy_uar_test.cc42 int n_iter = argc >= 2 ? atoi(argv[1]) : 1000; in main() local
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc535 void Lock1_Loop(size_t i, size_t n_iter) { in Lock1_Loop()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc109 uptr n_iter = std::max((uptr)6, 4000000 / size); in TestSizeClassAllocator() local
681 uptr n_iter = std::max((uptr)6, 80000 / size); in TestSizeClassAllocatorIteration() local