Lines Matching refs:p
154 UCHAR *p, *res; in do_random_tests() local
166 p = (UCHAR *) (buf1 + page_size) - size; in do_random_tests()
188 p[i] = o; in do_random_tests()
190 p[i] = o; in do_random_tests()
196 p[i + align] = p2[i]; in do_random_tests()
197 if (p[i + align] == c) in do_random_tests()
198 p[i + align] = o; in do_random_tests()
200 res = (UCHAR *) CALL (impl, (CHAR *) p + align, c, len); in do_random_tests()
201 if (res != p + align) in do_random_tests()
204 n, impl->name, align, c, len, res, p + align); in do_random_tests()
208 if (p[i] != o) in do_random_tests()
216 if (p[i] != c) in do_random_tests()
224 if (p[i] != o) in do_random_tests()