Searched refs:p3 (Results 1 – 2 of 2) sorted by relevance
130 UCHAR *p3 = (UCHAR *) buf1; in do_random_tests() local175 p3[i] = random () & BIG_CHAR; in do_random_tests()176 if (!p3[i]) in do_random_tests()177 p3[i] = (random () & SMALL_CHAR) + 3; in do_random_tests()179 p3[len2] = 0; in do_random_tests()185 MEMCPY (p2 + align2, p3, len2 + 1); in do_random_tests()205 if (MEMCMP (p2 + align2, p3, len2)) in do_random_tests()
202 UCHAR *p3 = (UCHAR *) buf1; in do_random_tests() local249 p3[i] = random () & BIG_CHAR; in do_random_tests()250 if (!p3[i]) in do_random_tests()251 p3[i] = (random () & SMALL_CHAR) + 3; in do_random_tests()253 p3[len2] = 0; in do_random_tests()259 MEMCPY (p2 + align2, p3, len2 + 1); in do_random_tests()281 if (MEMCMP (p2 + align2, p3, len2)) in do_random_tests()
Completed in 5 milliseconds