Home
last modified time | relevance | path

Searched defs:j (Results 1 – 11 of 11) sorted by relevance

/benchtests/
A Dbench-pthread-locks.c94 for (long j = iters; j >= 0; --j) in test_mutex() local
115 for (long j = iters; j >= 0; --j) in test_mutex_trylock() local
135 for (long j = iters; j >= 0; --j) in test_rwlock_read() local
156 for (long j = iters; j >= 0; --j) in test_rwlock_tryread() local
176 for (long j = iters; j >= 0; --j) in test_rwlock_write() local
197 for (long j = iters; j >= 0; --j) in test_rwlock_trywrite() local
217 for (long j = iters; j >= 0; --j) in test_spin_lock() local
238 for (long j = iters; j >= 0; --j) in test_spin_trylock() local
258 for (long j = iters; j >= 0; --j) in test_sem_wait() local
350 long j; in test_producer_thread() local
[all …]
A Dbench-strtod.c100 for (size_t j = 0; j < iters; ++j) in do_bench() local
A Dbench-memcpy-random.c106 int i, j, freq, size, n; in init_copy_distribution() local
132 for (int j = 0; j < n; j++) in do_one_test() local
137 for (int j = 0; j < n; j++) in do_one_test() local
A Dbench-memmem.c55 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) argument
198 for (size_t j = 0; j < 120; j += 7) in test_main() local
A Dbench-memmove-large.c54 size_t i, j; in do_test() local
A Dbench-memmove.c56 size_t i, j; in do_test() local
A Dbench-memcpy-large.c58 size_t i, j; in do_test() local
A Dbench-memcpy.c63 size_t i, j; in do_test() local
A Dbench-strsep.c28 size_t j = 0; in simple_strsep() local
A Dbench-malloc-simple.c55 for (int j = 0; j < iters; j++) in do_benchmark() local
A Dbench-strstr.c74 #define AVAILABLE(h, h_l, j, n_l) \ argument

Completed in 36 milliseconds