Home
last modified time | relevance | path

Searched refs:rand_s1 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c101 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_s2, SIZE, 0, comp_size); in testcase()