Home
last modified time | relevance | path

Searched refs:MEMCPY_RESULT (Results 1 – 3 of 3) sorted by relevance

/string/
A Dtest-memcpy-support.h24 #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 Dtest-mempcpy.c19 #define MEMCPY_RESULT(dst, len) (dst) + (len) macro
A Dtest-memcpy.c96 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