Home
last modified time | relevance | path

Searched refs:MEMMOVE (Results 1 – 11 of 11) sorted by relevance

/external/srec/srec/clib/
Dmemmove.h24 #define MEMMOVE(S,D,N,Z) memmove(S,D,(N)*(Z)) macro
26 #define MEMMOVE memmove_inline macro
Dspecnorm.c323 MEMMOVE(&spec->hist[shift], spec->hist, in shift_distribution_counts()
336 MEMMOVE(spec->hist, spec->hist - shift, in shift_distribution_counts()
/external/srec/srec/cfront/
Dspec_anl.c63 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep, in filterbank_emulation()
161 MEMMOVE(data, data + num_samples, (window_len - num_samples), in preemph()
383 MEMMOVE(&list[jj+1], &list[jj], (ii - jj), sizeof(int)); in sort_ints_unique()
389 MEMMOVE(&list[ii], &list[ii+1], (*num - ii), sizeof(int)); in sort_ints_unique()
Dchelfep.c62 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep, in make_frame()
/external/valgrind/main/memcheck/
Dmc_replace_strmem.c827 #define MEMMOVE(soname, fnname) \ macro
836 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
982 MEMMOVE(VG_Z_LIBC_SONAME, memmove)
986 MEMMOVE(VG_Z_LIBC_SONAME, memmove)
987 MEMMOVE(VG_Z_DYLD, memmove)
988 MEMMOVE(VG_Z_LIBC_SONAME, memmoveZDVARIANTZDsse3x) /* memmove$VARIANT$sse3x */
989 MEMMOVE(VG_Z_LIBC_SONAME, memmoveZDVARIANTZDsse42) /* memmove$VARIANT$sse42 */
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h262 MEMMOVE, enumerator
/external/valgrind/tsan/
Dts_valgrind_intercepts.c2298 #define MEMMOVE(soname, fnname) \ macro
2305 MEMMOVE(VG_Z_LIBC_SONAME, memmove)
2306 MEMMOVE(NONE, memmove)
2308 MEMMOVE(VG_Z_LIBC_SONAME, __GI_memmove);
/external/antlr/antlr-3.4/runtime/C/
DChangeLog217 Correctly define the MEMMOVE macro which was inadvertently left to be
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3767 TLI.getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
3770 getExternalSymbol(TLI.getLibcallName(RTLIB::MEMMOVE), in getMemmove()
DTargetLowering.cpp269 Names[RTLIB::MEMMOVE] = "memmove"; in InitLibcallNames()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp419 setLibcallName(RTLIB::MEMMOVE, "__aeabi_memmove"); in ARMTargetLowering()
422 setLibcallCallingConv(RTLIB::MEMMOVE, CallingConv::ARM_AAPCS); in ARMTargetLowering()