OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEMMOVE
(Results
1 - 6
of
6
) 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
/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
/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
78
20181
MEMMOVE
memmove
, prefer
memmove
83
2022P unused (was previously
MEMMOVE
)
827
#define
MEMMOVE
(soname, fnname) \
834
/* For older memcpy we have to use
memmove
-like semantics and skip
836
MEMMOVE
(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
977
/*----------------------
memmove
----------------------*/
979
/*
memmove
-- use the
MEMMOVE
defn above. *
[
all
...]
/external/valgrind/tsan/
ts_valgrind_intercepts.c
[
all
...]
/external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h
262
MEMMOVE
,
Completed in 152 milliseconds