Searched refs:xmemmove (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/ |
D | memmove1.c | 72 xmemmove (unsigned char *dest, unsigned char *src, size_t n) 76 xmemmove (unsigned char *dest, unsigned char *src, size_t n) in xmemmove() function 122 xmemmove (to_test + MAX, 1 + from_test + MAX, i); in main() 142 xmemmove (to_test + MAX * 2 - i, to_test + MAX * 2 - i - j, i); in main() 164 xmemmove (to_test + MAX, to_test + MAX + j, i); in main()
|