Searched refs:MEMCPY_RESULT (Results 1 – 3 of 3) sorted by relevance
/string/ |
A D | test-memcpy-support.h | 24 #ifndef MEMCPY_RESULT 25 #define MEMCPY_RESULT(dst, len) dst macro 65 if (CALL (impl, dst, src, len) != MEMCPY_RESULT (dst, len)) in do_one_test() 68 CALL (impl, dst, src, len), MEMCPY_RESULT (dst, len)); in do_one_test()
|
A D | test-mempcpy.c | 19 #define MEMCPY_RESULT(dst, len) (dst) + (len) macro
|
A D | test-memcpy.c | 96 if (res != MEMCPY_RESULT (p2 + align2, len)) in do_random_tests() 102 MEMCPY_RESULT (p2 + align2, len)); in do_random_tests()
|
Completed in 7 milliseconds