/external/clang/test/CodeGenObjC/ |
D | builtin-memfns.m | 3 void *memcpy(void *restrict s1, const void *restrict s2, unsigned long n); function
|
/external/valgrind/main/coregrind/ |
D | m_debugger.c | 403 VG_(memcpy)(bufptr, file, VG_(strlen)(file)); in VG_() local 408 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf)); in VG_() local
|
D | m_machine.c | 173 VG_(memcpy)( dst, src, size); in VG_() local 197 VG_(memcpy)( dst, src, size); in VG_() local
|
D | m_main.c | 2660 void* memcpy(void *dest, const void *src, SizeT n) { in memcpy() function 3085 void* memcpy(void *dest, const void *src, SizeT n) { in memcpy() function
|
D | m_libcbase.c | 528 void* VG_(memcpy) ( void *dest, const void *src, SizeT sz ) in VG_() argument
|
/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 10 void *memcpy(void *s1, const void *s2, __SIZE_TYPE__ n); function
|
/external/kernel-headers/original/asm-x86/ |
D | string_32.h | 134 #define memcpy(t, f, n) \ macro 145 #define memcpy(t, f, n) \ macro
|
/external/valgrind/main/drd/tests/ |
D | unit_vc.c | 37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) in VG_() argument
|
D | unit_bitmap.c | 49 void* VG_(memcpy)(void *d, const void *s, SizeT sz) in VG_() argument
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | misc.c | 65 VG_(memcpy)(dst, str, nStr); in ML_() local
|
D | readstabs.c | 199 VG_(memcpy)(n, qbuf, qidx); in ML_() local
|
D | storage.c | 244 VG_(memcpy)(p, str, len); in ML_() local
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | target.c | 427 VG_(memcpy) (myaddr, sourceaddr, len); in valgrind_read_memory() local 441 VG_(memcpy) (targetaddr, myaddr, len); in valgrind_write_memory() local
|
/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
|
D | misc-ps-region-store.m | 5 void *memcpy(void *, const void *, size_t); function
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.h | 88 #define memcpy(d, s, n) bcopy ((s), (d), (n)) macro
|
/external/libvpx/libvpx/vpx_mem/ |
D | vpx_mem.h | 119 # define memcpy vpx_memcpy macro
|
/external/grub/netboot/ |
D | linux-asm-string.h | 122 #define memcpy(t, f, n) \ macro
|
/external/valgrind/main/coregrind/m_demangle/ |
D | vg_libciface.h | 51 #define memcpy(_dd,_ss,_sz) VG_(memcpy)((_dd),(_ss),(_sz)) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 514 #define memcpy OS_DO_NOT_USE_memcpy macro
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_qsort.c | 68 #define memcpy SDL_memcpy macro
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator2.cc | 489 REAL(memcpy)(new_ptr, old_ptr, memcpy_size); in Reallocate() local
|
D | asan_allocator.cc | 665 REAL(memcpy)(new_ptr, old_ptr, memcpy_size); in Reallocate() local
|
D | asan_interceptors.cc | 287 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) { in INTERCEPTOR() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 366 memcpy, enumerator
|