| /third_party/musl/src/string/i386/ |
| D | memcpy.s | 1 .global memcpy symbol 5 memcpy: label
|
| /third_party/musl/src/string/x86_64/ |
| D | memcpy.s | 1 .global memcpy symbol 5 memcpy: label
|
| /third_party/musl/src/string/arm/ |
| D | memcpy.S | 48 .global memcpy symbol 50 memcpy: label
|
| /third_party/musl/src/string/aarch64/ |
| D | memcpy.S | 53 .global memcpy symbol 55 memcpy: label
|
| /third_party/musl/porting/liteos_m/user/src/string/ |
| D | memcpy.c | 6 _LIBC_TEXT_SECTION void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
|
| /third_party/musl/src/string/ |
| D | memcpy.c | 5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| D | memcpy.c | 5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| D | memcpy.c | 6 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
|
| /third_party/rust/rust/src/tools/miri/tests/pass/ |
| D | provenance.rs | 88 unsafe fn memcpy<T>(to: *mut T, from: *const T) { in bytewise_custom_memcpy() function 109 unsafe fn memcpy<T>(to: *mut T, from: *const T) { in bytewise_custom_memcpy_chunked() function
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | string.h | 114 #define memcpy(dst, src, len) __memcpy(dst, src, len) macro 125 #define memcpy(dst, src, len) __memcpy(dst, src, len) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | string.h | 116 #define memcpy(dst, src, len) __memcpy(dst, src, len) macro 127 #define memcpy(dst, src, len) __memcpy(dst, src, len) macro
|
| /third_party/musl/porting/liteos_m/user/include/ |
| D | usr_lib_define.h | 67 #define memcpy b_memcpy macro
|
| /third_party/rust/crates/linux-raw-sys/gen/include/ |
| D | support.h | 22 #define memcpy __builtin_memcpy macro
|
| /third_party/lame/mpglib/ |
| D | decode_i386.c | 46 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| /third_party/lame/libmp3lame/ |
| D | machine.h | 40 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| /third_party/musl/include/fortify/linux/ |
| D | string.h | 131 void *memcpy(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE0, const void *src, size_t copy_amount) in memcpy() function
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | string.h | 131 void *memcpy(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE0, const void *src, size_t copy_amount) in memcpy() function
|
| /third_party/lz4/tests/ |
| D | freestanding.c | 199 EXTERN_C void *memcpy(void * __restrict__ dst, const void * __restrict__ src, size_t n) { in memcpy() function
|
| /third_party/ltp/testcases/kernel/kvm/ |
| D | lib_guest.c | 37 void *memcpy(void *dest, const void *src, size_t size) in memcpy() function
|
| /third_party/lame/frontend/ |
| D | console.c | 15 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| D | gpkplotting.c | 39 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| D | rtp.c | 62 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| D | lame_main.c | 43 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| D | main.c | 43 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
| /third_party/mesa3d/src/compiler/libcl/ |
| D | libcl.h | 119 #define memcpy __builtin_memcpy macro
|