Lines Matching refs:comp_size
76 unsigned long i, comp_size, alloc_size; in testcase() local
80 comp_size = (islarge ? LARGE_SIZE : SIZE); in testcase()
81 alloc_size = comp_size + MAX_OFFSET_DIFF_S1_S2; in testcase()
109 memcpy(rand_s2, rand_s1, comp_size); in testcase()
112 change = random() % comp_size; in testcase()
117 LARGE_SIZE_START, comp_size); in testcase()
119 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
135 memcpy(rand_s2, rand_s1, comp_size); in testcase()
138 for (j = 0; j < comp_size / 8; j++) { in testcase()
139 change = random() % comp_size; in testcase()
145 LARGE_SIZE_START, comp_size); in testcase()
147 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()