Searched refs:MEMMOVE (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/sysdeps/aarch64/multiarch/ |
D | memcpy_thunderx.S | 68 #ifndef MEMMOVE 69 # define MEMMOVE memmove macro 79 # undef MEMMOVE 80 # define MEMMOVE __memmove_thunderx macro 82 ENTRY_ALIGN (MEMMOVE, 6) 94 END (MEMMOVE) 95 libc_hidden_builtin_def (MEMMOVE)
|
D | memcpy_thunderx2.S | 78 #ifndef MEMMOVE 79 # define MEMMOVE memmove macro 89 #undef MEMMOVE 90 #define MEMMOVE __memmove_thunderx2 macro 98 ENTRY_ALIGN (MEMMOVE, 6) 112 END (MEMMOVE) 113 libc_hidden_builtin_def (MEMMOVE)
|
D | memcpy_a64fx.S | 44 # define MEMMOVE __memmove_a64fx macro 241 ENTRY_ALIGN (MEMMOVE, 4) 310 END (MEMMOVE) 311 libc_hidden_builtin_def (MEMMOVE)
|
D | memcpy_generic.S | 29 # define MEMMOVE __memmove_generic macro
|
/glibc-2.36/string/ |
D | memmove.c | 37 #ifndef MEMMOVE 38 #define MEMMOVE memmove macro 43 MEMMOVE (a1const void *a1, a2const void *a2, size_t len) in MEMMOVE() function
|
/glibc-2.36/sysdeps/aarch64/ |
D | memcpy.S | 54 #ifndef MEMMOVE 55 # define MEMMOVE memmove macro 211 ENTRY_ALIGN (MEMMOVE, 4) 283 END (MEMMOVE) 284 libc_hidden_builtin_def (MEMMOVE)
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | memmove-ssse3.S | 26 # ifndef MEMMOVE 27 # define MEMMOVE __memmove_ssse3 macro 56 ENTRY_P2ALIGN(MEMMOVE, 6) 408 END(MEMMOVE) 410 strong_alias (MEMMOVE, MEMCPY)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/ |
D | memmove.S | 28 #ifndef MEMMOVE 29 # define MEMMOVE memmove macro 32 ENTRY_TOCLESS (MEMMOVE, 5) 306 END_GEN_TB (MEMMOVE,TB_TOCLESS)
|
/glibc-2.36/benchtests/ |
D | bench-memmove.c | 172 #undef MEMMOVE 173 #define MEMMOVE generic_memmove macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | memmove-power10.S | 19 #define MEMMOVE __memmove_power10 macro
|
D | memmove-power7.S | 19 #define MEMMOVE __memmove_power7 macro
|
D | memmove-ppc64.c | 32 #define MEMMOVE __memmove_ppc macro
|
/glibc-2.36/sysdeps/s390/ |
D | memmove-c.c | 27 # define MEMMOVE MEMMOVE_C macro
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/ |
D | memmove-power7.c | 36 #define MEMMOVE __memmove_power7 macro
|
D | memmove-ppc.c | 36 #define MEMMOVE __memmove_ppc macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/ |
D | memmove.S | 30 #ifndef MEMMOVE 31 # define MEMMOVE memmove macro 34 ENTRY_TOCLESS (MEMMOVE, 5) 822 END_GEN_TB (MEMMOVE, TB_TOCLESS)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 4500 * sysdeps/aarch64/memcpy.S (MEMMOVE, MEMCPY): New macros. 4501 (memmove): Use MEMMOVE for name. 29235 * string/memmove.c (MEMMOVE): Likewise. 65062 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid 82821 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if 96572 (MEMMOVE): ...this. Default to memmove.
|