Lines Matching refs:p
165 UCHAR *p = (UCHAR *) (buf1 + page_size - 512 * sizeof (CHAR)); in do_random_tests() local
193 p[i] = seek_char; in do_random_tests()
195 p[i] = 0; in do_random_tests()
198 p[i] = random () & 255; in do_random_tests()
199 if (i < pos + align && p[i] == seek_char) in do_random_tests()
200 p[i] = seek_char + 13; in do_random_tests()
201 if (i < len + align && !p[i]) in do_random_tests()
203 p[i] = seek_char - 13; in do_random_tests()
204 if (!p[i]) in do_random_tests()
205 p[i] = 140; in do_random_tests()
211 result = (CHAR *) (p + pos + align); in do_random_tests()
213 result = (CHAR *) (p + len + align); in do_random_tests()
215 result = NULLRET ((CHAR *) (p + len + align)); in do_random_tests()
218 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
223 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()