Lines Matching refs:SIZE
6 #define SIZE 256 macro
16 for (offset = 0; offset < SIZE; offset++) { in test_one()
17 for (size = 0; size < (SIZE-offset); size++) { in test_one()
47 s1 = memalign(128, SIZE); in testcase()
53 s2 = memalign(128, SIZE); in testcase()
65 for (j = 0; j < SIZE; j++) in testcase()
68 memcpy(s2, s1, SIZE); in testcase()
71 change = random() % SIZE; in testcase()
83 for (j = 0; j < SIZE; j++) in testcase()
86 memcpy(s2, s1, SIZE); in testcase()
89 for (j = 0; j < SIZE / 8; j++) { in testcase()
90 change = random() % SIZE; in testcase()