/bionic/libc/arch-sh/bionic/ |
memmove.S | 1 /* $OpenBSD: memmove.S,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ 2 /* $NetBSD: memmove.S,v 1.2 2006/04/22 23:53:47 uwe Exp $ */ 4 #define MEMMOVE
|
memcpy.S | 33 #if !defined(MEMCOPY) && !defined(MEMMOVE) && !defined(BCOPY) 37 #if defined(MEMCOPY) || defined(MEMMOVE) 50 #elif defined(MEMMOVE) 51 ENTRY(memmove) function
|
/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));
|
/external/llvm/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 262 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/memcheck/ |
mc_replace_strmem.c | 744 #define MEMMOVE(soname, fnname) \ 765 MEMMOVE(VG_Z_LIBC_SONAME, memmove) 767 MEMMOVE(VG_Z_DYLD, memmove) 797 /* glibc 2.5 variant of memmove which checks the dest is big enough. [all...] |
/external/valgrind/tsan/ |
ts_valgrind_intercepts.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 219 MEMMOVE(lb->text, lb->active, lb->length); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 291 Names[RTLIB::MEMMOVE] = "memmove"; [all...] |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 418 setLibcallName(RTLIB::MEMMOVE, "__aeabi_memmove"); [all...] |