Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/stringloops/
A Dmemcmp.c21 #define MAX_OFFSET_DIFF_S1_S2 48 macro
81 alloc_size = comp_size + MAX_OFFSET_DIFF_S1_S2; in testcase()
107 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
108 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
133 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
134 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()

Completed in 3 milliseconds