Searched refs:j (Results 1 – 2 of 2) sorted by relevance
39 int j; in fixed_test() local46 for (j = 0; j < size; ++j) in fixed_test()48 if (ptrs[i][j] != '\0') in fixed_test()51 size, i, j); in fixed_test()52 ptrs[i][j] = '\xff'; in fixed_test()69 int j; in random_test() local79 for (j = 0; j < size; ++j) in random_test()81 if (ptrs[i][j] != '\0') in random_test()84 size, i, j); in random_test()85 ptrs[i][j] = '\xff'; in random_test()
238 int j = i + (rand_next (&global_seed) in shuffle_allocation_tasks() local240 TEST_VERIFY_EXIT (j >= 0 && j < allocation_task_count); in shuffle_allocation_tasks()243 allocation_tasks[i] = allocation_tasks[j]; in shuffle_allocation_tasks()244 allocation_tasks[j] = tmp; in shuffle_allocation_tasks()
Completed in 7 milliseconds