/bionic/libc/arch-x86/string/ |
ssse3-memmove-atom.S | 32 #define MEMCPY memmove 34 #include "ssse3-memcpy-atom.S"
|
ssse3-bcopy-atom.S | 32 #define MEMCPY bcopy 35 #include "ssse3-memcpy-atom.S"
|
ssse3-memcpy-atom.S | 34 #ifndef MEMCPY 35 # define MEMCPY memcpy 139 ENTRY (MEMCPY) [all...] |
/external/valgrind/main/exp-sgcheck/ |
h_intercepts.c | 230 #define MEMCPY(soname, fnname) \ 272 MEMCPY(VG_Z_LIBC_SONAME, memcpy) 274 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */ 275 MEMCPY(VG_Z_LD64_SO_1, memcpy) /* ld64.so.1 */
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 250 MEMCPY(to->active + to->length, string, length); 298 MEMCPY (&from_stat, &to->mbstate, sizeof(mbstate_t)); 404 memcpy (&buf->mbstate, &state->mbstate, sizeof (buf->mbstate)); 424 memcpy (&buf->mbstate, &state->mbstate, sizeof (buf->mbstate)); 460 MEMCPY(to->active, from->active, from->length); 464 MEMCPY(&to->mbstate, &from->mbstate, sizeof (from->mbstate)); 483 MEMCPY (&to->mbstate, &from->mbstate, sizeof (from->mbstate)); 500 MEMCPY(&t, a, sizeof (struct line)); 501 MEMCPY( a, b, sizeof (struct line)); 502 MEMCPY( b, &t, sizeof (struct line)) [all...] |
compile.c | 733 MEMCPY(&ret->err_info, err_info, sizeof (ret->err_info)); [all...] |
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 3 /*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/ 78 20180 MEMCPY if there's a conflict between memcpy and 792 /*---------------------- memcpy ----------------------*/ 801 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \ 870 #define MEMCPY(soname, fnname) \ 874 /* For older memcpy we have to use memmove-like semantics and skip 876 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */ 877 MEMCPY(VG_Z_LIBC_SONAME, memcpyZAZAGLIBCZu2Zd14) /* memcpy@@GLIBC_2.14 * [all...] |
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_linux.cc | 122 memcpy(mtx_, &tmp, sizeof(tmp)); 201 MEMCPY, 304 case Event::MEMCPY: 451 void ScopedThread::Memcpy(void *dst, const void *src, int size, 453 Event event(Event::MEMCPY, dst, (uptr)src, size);
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 93 #define MEMCPY(d,s,l) (memcpy(VCAST(VOID *)(d),VCAST(const VOID *)(s),l)) 116 # ifndef memcpy 117 # define memcpy(d, s, n) memmove(d, s, n) macro
|
/external/valgrind/main/helgrind/ |
hg_intercepts.c | [all...] |
/external/llvm/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 311 MEMCPY,
|
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | 308 Names[RTLIB::MEMCPY] = "memcpy"; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 415 setLibcallName(RTLIB::MEMCPY, "__aeabi_memcpy"); 418 setLibcallCallingConv(RTLIB::MEMCPY, CallingConv::ARM_AAPCS); [all...] |