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

  /bionic/libc/arch-x86/generic/string/
memmove.S 1 /* $OpenBSD: memmove.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2 #define MEMMOVE
bcopy.S 43 #elif defined(MEMMOVE)
44 ENTRY(memmove) function
50 #if defined(MEMCOPY) || defined(MEMMOVE)
94 #elif defined(MEMMOVE)
95 END(memmove)
  /bionic/libc/bionic/
memmove.c 29 #define MEMMOVE
  /bionic/libc/arch-x86/silvermont/string/
sse2-bcopy-slm.S 32 #define MEMMOVE bcopy
34 #include "sse2-memmove-slm.S"
sse2-memmove-slm.S 33 #ifndef MEMMOVE
34 # define MEMMOVE memmove
103 ENTRY (MEMMOVE)
542 END (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/upstream-openbsd/lib/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));
  /bionic/libc/arch-x86_64/string/
sse2-memmove-slm.S 33 #ifndef MEMMOVE
34 # define MEMMOVE memmove
92 ENTRY (MEMMOVE)
513 END (MEMMOVE)
  /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/shared/
vg_replace_strmem.c 78 20181 MEMMOVE memmove, prefer memmove
83 2022P unused (was previously MEMMOVE)
897 #define MEMMOVE(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 */
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 318 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 323 Names[RTLIB::MEMMOVE] = "memmove";
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 349 { RTLIB::MEMMOVE, "__aeabi_memmove", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
    [all...]

Completed in 1341 milliseconds