Searched refs:test_arr (Results 1 – 1 of 1) sorted by relevance
99 static copy_t test_arr[NUM_TESTS]; variable157 test_arr[i].dst = (rand () & (max_size - 1)); in do_test()158 test_arr[i].dst &= ~dst_align_arr[rand () & ALIGN_MASK]; in do_test()159 test_arr[i].src = (rand () & (max_size - 1)); in do_test()160 test_arr[i].src &= ~src_align_arr[rand () & ALIGN_MASK]; in do_test()161 test_arr[i].len = size_arr[rand () & SIZE_MASK]; in do_test()169 do_one_test (json_ctx, impl, (char *) buf2, (char *) buf1, test_arr, i); in do_test()
Completed in 2 milliseconds