Searched refs:rand_s1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 96 char *rand_s1 = s1; in testcase() local 102 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 104 memcpy(rand_s2, rand_s1, comp_size); in testcase() 111 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase() 114 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase() 122 char *rand_s1 = s1; in testcase() local 128 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase() 130 memcpy(rand_s2, rand_s1, comp_size); in testcase() 139 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase() 142 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
|