Home
last modified time | relevance | path

Searched defs:memcpy (Results 1 – 25 of 38) 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_le.S50 .global memcpy symbol
52 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S100 .globl memcpy symbol
101 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/mach-hi35xx/
Dutil.S22 memcpy: label
/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/kernel/include/
Dstring.h118 #define memcpy(dst, src, len) __memcpy(dst, src, len) macro
129 #define memcpy(dst, src, len) __memcpy(dst, src, len) macro
/third_party/musl/porting/liteos_a/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/uboot/u-boot-2020.01/lib/efi_loader/
Defi_freestanding.c70 void *memcpy(void *dest, const void *src, size_t n) in memcpy() function
/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dstring.c104 void *memcpy(void *dstpp, const void *srcpp, size_t len) in memcpy() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/
Dstart.S320 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dstart.S289 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dstart.S289 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/
Dstart.S315 memcpy: label
/third_party/uboot/u-boot-2020.01/lib/dhry/
Ddhry_1.c413 memcpy (d, s, l) in memcpy() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstring.h200 void * memcpy(void * __restrict__ __dst, const void * __restrict__ __src, size_t __n) in memcpy() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/
Dstart.S462 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/
Dstart.S476 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/
Dstart.S462 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dstart.S525 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dstart.S510 memcpy: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dstart.S525 memcpy: label
/third_party/uboot/u-boot-2020.01/include/jffs2/
Dmini_inflate.h34 void *(*memcpy)(void *, const void *, size); member
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dstart.S510 memcpy: label

12