Searched refs:to_test (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/testsuite/newlib.string/ |
D | memmove1.c | 111 unsigned char to_test[MAX*3]; in main() local 121 fill (to_test); in main() 122 xmemmove (to_test + MAX, 1 + from_test + MAX, i); in main() 128 if (memcmp (to_known, to_test, sizeof (to_known)) != 0) in main() 141 fill (to_test); in main() 142 xmemmove (to_test + MAX * 2 - i, to_test + MAX * 2 - i - j, i); in main() 147 if (memcmp (to_known, to_test, sizeof (to_known)) != 0) in main() 163 fill (to_test); in main() 164 xmemmove (to_test + MAX, to_test + MAX + j, i); in main() 169 if (memcmp (to_known, to_test, sizeof (to_known)) != 0) in main()
|