OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEMMOVE
(Results
1 - 3
of
3
) sorted by null
/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
/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
Completed in 340 milliseconds