Lines Matching refs:j
434 int i, j; in shuffle_array() local
438 j = get_random_u32_below(i); in shuffle_array()
441 swap(arr[i], arr[j]); in shuffle_array()
449 int index, i, j, ret; in test_func() local
474 for (j = 0; j < test_repeat_count; j++) { in test_func()
574 int j; in do_concurrent_test() local
579 for (j = 0; j < ARRAY_SIZE(test_case_array); j++) { in do_concurrent_test()
580 if (!((run_test_mask & (1 << j)) >> j)) in do_concurrent_test()
585 test_case_array[j].test_name, in do_concurrent_test()
586 t->data[j].test_passed, in do_concurrent_test()
587 t->data[j].test_failed, in do_concurrent_test()
588 t->data[j].test_xfailed, in do_concurrent_test()
590 t->data[j].time); in do_concurrent_test()