Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c16 #define MAX_OFFSET_DIFF_S1_S2 48 macro
76 unsigned long alloc_size = comp_size + MAX_OFFSET_DIFF_S1_S2; in testcase()
102 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
103 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
128 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
129 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()