Searched defs:j (Results 1 – 11 of 11) sorted by relevance
/benchtests/ |
A D | bench-pthread-locks.c | 94 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 D | bench-strtod.c | 100 for (size_t j = 0; j < iters; ++j) in do_bench() local
|
A D | bench-memcpy-random.c | 106 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 D | bench-memmem.c | 55 #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 D | bench-memmove-large.c | 54 size_t i, j; in do_test() local
|
A D | bench-memmove.c | 56 size_t i, j; in do_test() local
|
A D | bench-memcpy-large.c | 58 size_t i, j; in do_test() local
|
A D | bench-memcpy.c | 63 size_t i, j; in do_test() local
|
A D | bench-strsep.c | 28 size_t j = 0; in simple_strsep() local
|
A D | bench-malloc-simple.c | 55 for (int j = 0; j < iters; j++) in do_benchmark() local
|
A D | bench-strstr.c | 74 #define AVAILABLE(h, h_l, j, n_l) \ argument
|
Completed in 36 milliseconds