Home
last modified time | relevance | path

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

12

/third_party/musl/src/string/x86_64/
Dmemcpy.s1 .global memcpy symbol
5 memcpy: label
/third_party/musl/src/string/i386/
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/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-prototype.c2 void memcpy(void *dst, const void *src, unsigned int size) in memcpy() 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/uniproton/kernel/src/string/
Dmemcpy.c6 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/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/liteos_m/user/include/
Dusr_lib_define.h67 #define memcpy b_memcpy macro
Dusr_lib_ops.h111 void *(*memcpy)(void *restrict dest, const void *restrict src, size_t n); member
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h22 #define memcpy __builtin_memcpy macro
/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/musl/ndk_musl_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/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_stdlib.c286 void * memcpy ( void * destination, const void * source, size_t num ) in memcpy() function
DSDL_qsort.c55 #define memcpy SDL_memcpy macro
/third_party/lz4/tests/
Dfreestanding.c200 EXTERN_C void *memcpy(void * __restrict__ dst, const void * __restrict__ src, size_t n) { in memcpy() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h644 #define memcpy OS_DO_NOT_USE_memcpy macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h644 #define memcpy OS_DO_NOT_USE_memcpy macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c428 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp519 TEST_F(mi_builder_test, memcpy) in TEST_F() argument
/third_party/rust/crates/libc/src/windows/
Dmod.rs377 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs571 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memcpy() function

12