Home
last modified time | relevance | path

Searched defs:memcpy (Results 1 - 25 of 47) sorted by relevance

12

/third_party/musl/src/string/i386/
H A Dmemcpy.s5 memcpy: label
/third_party/musl/src/string/x86_64/
H A Dmemcpy.s5 memcpy: label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dbit.h52 std::memcpy(&to, &from, sizeof(To)); member in llvm::std
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbuiltin-prototype.c2 void memcpy(void *dst, const void *src, unsigned int size) in memcpy() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/porting/liteos_m/user/src/string/
H A Dmemcpy.c6 _LIBC_TEXT_SECTION void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemcpy.c6 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/src/string/
H A Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/musl/porting/liteos_m/kernel/include/
H A 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/
H A 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/src/string/arm/
H A Dmemcpy.S50 memcpy: label
/third_party/lame/mpglib/
H A Ddecode_i386.c46 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi_common.h40 # define memcpy(d, s, n) bcopy((s), (d), (n)) macro
/third_party/lame/libmp3lame/
H A Dmachine.h40 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/third_party/musl/src/string/aarch64/
H A Dmemcpy.S55 memcpy: label
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_define.h67 #define memcpy b_memcpy macro
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h22 #define memcpy __builtin_memcpy macro
/third_party/lame/frontend/
H A Dconsole.c15 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
H A Dmain.c43 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
H A Drtp.c62 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
H A Dlame_main.c43 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
H A Dgpkplotting.c39 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
/third_party/json/tests/src/
H A Dunit-udt.cpp590 std::memcpy(&value, bytes, sizeof(value)); member in pod_serializer::std
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c37 void *memcpy(void *dest, const void *src, size_t size) in memcpy() function
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h77 IDENT(memset); IDENT(memcpy); variable

Completed in 13 milliseconds

12