HomeSort by relevance Sort by last modified time
    Searched refs:MEMCPY (Results 1 - 17 of 17) sorted by null

  /bionic/libc/arch-x86/atom/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 33 #ifndef MEMCPY
34 # define MEMCPY memcpy
137 ENTRY (MEMCPY)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy-x86-64-asm.S 1 #define memcpy MEMCPY /* don't hide glibc's memcpy() */ define
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 46 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
56 // Otherwise have the target-independent code call memcpy.
  /bionic/libc/arch-x86/silvermont/string/
sse2-memcpy-slm.S 33 #ifndef MEMCPY
34 # define MEMCPY memcpy
97 ENTRY (MEMCPY)
308 END (MEMCPY)
  /bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S 33 #ifndef MEMCPY
34 # define MEMCPY memcpy
92 ENTRY (MEMCPY)
299 END (MEMCPY)
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 230 #define MEMCPY(soname, fnname) \
300 MEMCPY(VG_Z_LIBC_SONAME, memcpy)
302 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */
303 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/shared/
vg_replace_strmem.c 3 /*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
77 20180 MEMCPY if there's a conflict between memcpy and
822 /*---------------------- memcpy ----------------------*/
831 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \
900 #define MEMCPY(soname, fnname) \
904 /* For older memcpy we have to use memmove-like semantics and skip
906 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
907 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/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 316 MEMCPY,
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 322 Names[RTLIB::MEMCPY] = "memcpy";
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 348 { RTLIB::MEMCPY, "__aeabi_memcpy", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
    [all...]

Completed in 919 milliseconds