/external/syslinux/com32/lib/ |
D | memcpy.S | 36 .globl memcpy symbol 38 memcpy: label
|
D | memcpy.c | 8 void *memcpy(void *dst, const void *src, size_t n) in memcpy() function
|
/external/syslinux/dos/ |
D | memcpy.S | 9 .globl memcpy symbol 11 memcpy: label
|
D | string.h | 9 #define memcpy(a,b,c) __builtin_memcpy(a,b,c) macro
|
/external/syslinux/memdisk/ |
D | memcpy.S | 36 .globl memcpy symbol 38 memcpy: label
|
D | memcpy.c | 8 void *memcpy(void *dst, const void *src, size_t n) in memcpy() function
|
/external/clang/test/CodeGenObjC/ |
D | builtin-memfns.m | 3 void *memcpy(void *restrict s1, const void *restrict s2, unsigned long n); function
|
/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 10 void *memcpy(void *s1, const void *s2, __SIZE_TYPE__ n); function
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLibraryInfo.h | 24 memcpy, enumerator
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceDefault.h | 24 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memcpy(void* dst, const void* src, size_t n) const { in memcpy() function
|
D | TensorDeviceSycl.h | 93 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memcpy(void *dst, const void *src, size_t n) const { in memcpy() function
|
/external/vboot_reference/firmware/lib/include/ |
D | utility.h | 112 #define memcpy _do_not_use_standard_memcpy macro
|
/external/libavc/common/arm/ |
D | ih264_mem_fns_neon.s | 123 memcpy: label
|
/external/valgrind/coregrind/ |
D | m_deduppoolalloc.c | 154 VG_(memcpy) (newpool_free, curpool_align, curpool_used); in ddpa_add_new_pool_or_grow() local 281 VG_(memcpy)(elt_ins, elt, eltSzB); in VG_() local
|
/external/nanopb-c/extra/ |
D | pb_syshdr.h | 82 static void * memcpy( void *s1, const void *s2, size_t n ) in memcpy() function
|
/external/valgrind/drd/tests/ |
D | unit_vc.c | 37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) in VG_() argument
|
/external/libchrome/sandbox/win/src/ |
D | sandbox_nt_types.h | 34 memcpyFunction memcpy; member
|
/external/clang/test/Sema/ |
D | builtin-object-size.c | 35 #define memcpy(dest, src, len) __builtin___memcpy_chk(dest, src, len, __builtin_object_size(dest, 0… macro
|
/external/valgrind/coregrind/m_debuginfo/ |
D | misc.c | 67 VG_(memcpy)(dst, str, nStr); in ML_() local
|
/external/syslinux/gpxe/src/arch/x86/include/bits/ |
D | string.h | 153 #define memcpy( dest, src, len ) \ macro
|
/external/clang/test/Analysis/ |
D | bstring.c | 41 #define memcpy(a,b,c) __memcpy_chk(a,b,c,(size_t)-1) macro 45 #define memcpy BUILTIN(memcpy) macro
|
/external/netperf/src/missing/ |
D | getaddrinfo.c | 123 #define memcpy(d, s, n) bcopy((s), (d), (n)) macro
|
/external/compiler-rt/lib/msan/ |
D | msan_poisoning.cc | 118 REAL(memcpy)(dst, src, size); in CopyMemory() local
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.h | 88 #define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
/external/valgrind/coregrind/m_gdbserver/ |
D | target.c | 470 VG_(memcpy) (myaddr, sourceaddr, len); in valgrind_read_memory() local 491 VG_(memcpy) (targetaddr, myaddr, len); in valgrind_write_memory() local
|