Lines Matching refs:p
121 UCHAR *p = (UCHAR *) (buf1 + page_size) - 512; in do_random_tests() local
156 p[i] = seek_char; in do_random_tests()
158 p[i] = 0; in do_random_tests()
161 p[i] = random () & 255; in do_random_tests()
163 && p[i] == seek_char) in do_random_tests()
164 p[i] = seek_char + 13; in do_random_tests()
165 if (i < len + align && !p[i]) in do_random_tests()
167 p[i] = seek_char - 13; in do_random_tests()
168 if (!p[i]) in do_random_tests()
169 p[i] = 140; in do_random_tests()
175 result = (CHAR *) (p + pos + align); in do_random_tests()
177 result = (CHAR *) (p + len + align); in do_random_tests()
182 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
186 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()