Home
last modified time | relevance | path

Searched defs:memcpy (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/src/string/i386/
Dmemcpy.s1 .global memcpy symbol
5 memcpy: label
/third_party/musl/src/string/x86_64/
Dmemcpy.s1 .global memcpy symbol
5 memcpy: label
/third_party/musl/src/string/arm/
Dmemcpy.S48 .global memcpy symbol
50 memcpy: label
/third_party/musl/src/string/aarch64/
Dmemcpy.S53 .global memcpy symbol
55 memcpy: label
/third_party/musl/porting/liteos_m/user/src/string/
Dmemcpy.c6 _LIBC_TEXT_SECTION void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/src/string/
Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dmemcpy.c6 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/rust/rust/src/tools/miri/tests/pass/
Dprovenance.rs88 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/
Dstring.h114 #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/
Dstring.h116 #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/
Dusr_lib_define.h67 #define memcpy b_memcpy macro
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h22 #define memcpy __builtin_memcpy macro
/third_party/lame/mpglib/
Ddecode_i386.c46 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/third_party/lame/libmp3lame/
Dmachine.h40 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/third_party/musl/include/fortify/linux/
Dstring.h131 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/
Dstring.h131 void *memcpy(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE0, const void *src, size_t copy_amount) in memcpy() function
/third_party/lz4/tests/
Dfreestanding.c199 EXTERN_C void *memcpy(void * __restrict__ dst, const void * __restrict__ src, size_t n) { in memcpy() function
/third_party/ltp/testcases/kernel/kvm/
Dlib_guest.c37 void *memcpy(void *dest, const void *src, size_t size) in memcpy() function
/third_party/lame/frontend/
Dconsole.c15 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
Dgpkplotting.c39 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
Drtp.c62 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
Dlame_main.c43 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
Dmain.c43 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/third_party/mesa3d/src/compiler/libcl/
Dlibcl.h119 #define memcpy __builtin_memcpy macro

12