Searched refs:MEMCPY_RESULT (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/string/ |
D | test-memcpy-support.h | 24 #ifndef MEMCPY_RESULT 25 #define MEMCPY_RESULT(dst, len) dst macro 57 if (CALL (impl, dst, src, len) != MEMCPY_RESULT (dst, len)) in do_one_test() 60 CALL (impl, dst, src, len), MEMCPY_RESULT (dst, len)); in do_one_test()
|
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()
|
D | test-mempcpy.c | 19 #define MEMCPY_RESULT(dst, len) (dst) + (len) macro
|
/glibc-2.36/benchtests/ |
D | bench-memcpy-walk.c | 30 #ifndef MEMCPY_RESULT 31 # define MEMCPY_RESULT(dst, len) dst macro
|
D | bench-memcpy-large.c | 19 #ifndef MEMCPY_RESULT 20 # define MEMCPY_RESULT(dst, len) dst macro
|
D | bench-mempcpy.c | 19 #define MEMCPY_RESULT(dst, len) (dst) + (len) macro
|
D | bench-memcpy.c | 19 #ifndef MEMCPY_RESULT 20 # define MEMCPY_RESULT(dst, len) dst macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.24 | 6989 [! MEMCPY_RESULT](DO_EXTRA_TESTS): Remove. 6990 [! MEMCPY_RESULT](MEMCPY_RESULT): Remove. 6991 [! MEMCPY_RESULT](MIN_PAGE_SIZE): Remove. 6992 [! MEMCPY_RESULT](TEST_MAIN): Remove. 6993 [! MEMCPY_RESULT](TEST_NAME): Remove. 6994 [! MEMCPY_RESULT](TIMEOUT): Remove. 6995 [! MEMCPY_RESULT](test-string.h): Remove. 6996 [! MEMCPY_RESULT](simple_memcpy): Remove. 6997 [! MEMCPY_RESULT](builtin_memcpy): Remove. 6998 [! MEMCPY_RESULT](IMPL__simple_memcpy): Remove. [all …]
|
D | ChangeLog.25 | 6562 [! MEMCPY_RESULT](simple_memcpy): Remove. 6563 [! MEMCPY_RESULT](builtin_memcpy): Remove. 6564 [! MEMCPY_RESULT](IMPL__simple_memcpy): Remove function. 6565 [! MEMCPY_RESULT](IMPL__builtin_memcpy): Remove function. 6566 [! MEMCPY_RESULT](builtin_memcpy): Remove function.
|