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

  /bionic/libc/arch-x86/string/
memmove.S 1 /* $OpenBSD: memmove.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2 #define MEMMOVE
bcopy.S 44 #ifdef MEMMOVE
45 ENTRY(memmove) function
52 #if defined(MEMCOPY) || defined(MEMMOVE)
  /external/srec/srec/clib/
memmove.h 2 * memmove.h *
24 #define MEMMOVE(S,D,N,Z) memmove(S,D,(N)*(Z))
26 #define MEMMOVE memmove_inline
34 ** A more efficient implementation of memmove
specnorm.c 323 MEMMOVE(&spec->hist[shift], spec->hist,
336 MEMMOVE(spec->hist, spec->hist - shift,
  /bionic/libc/string/
bcopy.c 48 * (the portable versions of) bcopy, memcpy, and memmove.
54 #ifdef MEMMOVE
56 memmove(void *dst0, const void *src0, size_t length)
123 #if defined(MEMCOPY) || defined(MEMMOVE)
  /external/srec/srec/cfront/
chelfep.c 41 #include "../clib/memmove.h"
61 /* This memmove is in filterbank_emulation */
62 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
spec_anl.c 37 #include "../clib/memmove.h"
63 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
161 MEMMOVE(data, data + num_samples, (window_len - num_samples),
383 MEMMOVE(&list[jj+1], &list[jj], (ii - jj), sizeof(int));
389 MEMMOVE(&list[ii], &list[ii+1], (*num - ii), sizeof(int));
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 94 #define MEMMOVE(d,s,l) (memmove(VCAST(VOID *)(d),VCAST(const VOID *)(s),l))
106 # ifndef memmove
107 /* ../lib/libsed.a provides a memmove() if the system doesn't.
110 bootstrap mode on a system which really does support memmove(). */
111 extern VOID *memmove();
117 # define memcpy(d, s, n) memmove(d, s, n)
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 79 20181 MEMMOVE memmove, prefer memmove
84 2022P unused (was previously MEMMOVE)
867 #define MEMMOVE(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 */
1017 /*---------------------- memmove ----------------------*/
1019 /* memmove -- use the MEMMOVE defn above. *
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 313 MEMMOVE,
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 219 MEMMOVE(lb->text, lb->active, lb->length);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 309 Names[RTLIB::MEMMOVE] = "memmove";
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 416 setLibcallName(RTLIB::MEMMOVE, "__aeabi_memmove");
419 setLibcallCallingConv(RTLIB::MEMMOVE, CallingConv::ARM_AAPCS);
    [all...]

Completed in 311 milliseconds