Searched refs:rand_s1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 101 char *rand_s1 = s1; in testcase() local 107 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 109 memcpy(rand_s2, rand_s1, comp_size); in testcase() 116 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase() 119 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase() 127 char *rand_s1 = s1; in testcase() local 133 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 135 memcpy(rand_s2, rand_s1, comp_size); in testcase() 144 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase() 147 test_one(rand_s1, rand_s in testcase() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 101 char *rand_s1 = s1; in testcase() local 107 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 109 memcpy(rand_s2, rand_s1, comp_size); in testcase() 116 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase() 119 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase() 127 char *rand_s1 = s1; in testcase() local 133 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 135 memcpy(rand_s2, rand_s1, comp_size); in testcase() 144 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase() 147 test_one(rand_s1, rand_s in testcase() [all...] |
Completed in 2 milliseconds