/aosp_15_r20/external/musl/src/string/x86_64/ |
H A D | memcpy.s | 1 .global memcpy symbol 5 memcpy: label
|
/aosp_15_r20/external/trusty/musl/src/string/x86_64/ |
D | memcpy.s | 1 .global memcpy symbol 5 memcpy: label
|
/aosp_15_r20/external/trusty/musl/src/string/i386/ |
D | memcpy.s | 1 .global memcpy symbol 5 memcpy: label
|
/aosp_15_r20/external/musl/src/string/i386/ |
H A D | memcpy.s | 1 .global memcpy symbol 5 memcpy: label
|
/aosp_15_r20/external/musl/src/string/arm/ |
H A D | memcpy.S | 48 .global memcpy symbol 50 memcpy: label
|
/aosp_15_r20/external/trusty/musl/src/string/arm/ |
D | memcpy_le.S | 49 .global memcpy symbol 51 memcpy: label
|
/aosp_15_r20/device/google/contexthub/firmware/lib/libc/ |
D | memcpy-armv7m.S | 85 .global memcpy symbol 89 memcpy: label
|
D | bcopy.c | 58 memcpy in memcpy() function
|
/aosp_15_r20/external/musl/src/string/aarch64/ |
H A D | memcpy.S | 53 .global memcpy symbol 55 memcpy: label
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | bstring.c | 41 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1) macro 45 #define memcpy BUILTIN(memcpy) macro
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | builtin-memfns.m | 3 void *memcpy(void *restrict s1, const void *restrict s2, unsigned long n); function
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-non-pod-memaccess.m | 10 void *memcpy(void *s1, const void *s2, __SIZE_TYPE__ n); function
|
/aosp_15_r20/external/liblc3/wasm/ |
H A D | string.h | 24 #define memcpy __builtin_memcpy macro
|
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/ |
H A D | memcpy.c | 10 void *memcpy(void *dst, const void *src, size_t len) in memcpy() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/ |
D | memcpy.c | 10 void *memcpy(void *dst, const void *src, size_t len) in memcpy() function
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | memcpy.c | 4 void *memcpy(void *vdest, const void *vsrc, size_t bytes) in memcpy() function
|
/aosp_15_r20/external/coreboot/src/arch/x86/ |
H A D | memcpy.c | 7 void *memcpy(void *dest, const void *src, size_t n) in memcpy() function
|
/aosp_15_r20/external/trusty/lk/lib/libc/string/ |
D | memcpy.c | 38 void *memcpy(void *dest, const void *src, size_t count) in memcpy() function
|
/aosp_15_r20/external/trusty/musl/src/string/ |
D | memcpy.c | 5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
|
/aosp_15_r20/external/musl/src/string/ |
H A D | memcpy.c | 5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/x86/ |
H A D | string.c | 80 void *memcpy(void *dest, const void *src, size_t n) in memcpy() function
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
H A D | string_override.c | 22 void *memcpy(void *dest, const void *src, size_t count) in memcpy() function
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2099/ |
H A D | poc.cpp | 44 void *memcpy(void *to, const void *from, size_t numBytes) { in memcpy() function
|
/aosp_15_r20/external/libavc/common/arm/ |
H A D | ih264_mem_fns_neon.s | 123 memcpy: label
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/ |
H A D | poc.cpp | 55 void* memcpy(void* destination, const void* source, size_t num) { in memcpy() function
|