OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEMCPY
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/arch-x86/atom/string/
ssse3-memmove-atom.S
32
#define
MEMCPY
memmove
34
#include "ssse3-
memcpy
-atom.S"
ssse3-bcopy-atom.S
32
#define
MEMCPY
bcopy
35
#include "ssse3-
memcpy
-atom.S"
ssse3-memcpy-atom.S
33
#ifndef
MEMCPY
34
# define
MEMCPY
memcpy
137
ENTRY (
MEMCPY
)
[
all
...]
/bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S
33
#ifndef
MEMCPY
34
# define
MEMCPY
memcpy
92
ENTRY (
MEMCPY
)
299
END (
MEMCPY
)
/bionic/libc/arch-x86/silvermont/string/
sse2-memcpy-slm.S
33
#ifndef
MEMCPY
34
# define
MEMCPY
memcpy
97
ENTRY (
MEMCPY
)
308
END (
MEMCPY
)
/external/valgrind/exp-sgcheck/
h_intercepts.c
240
#define
MEMCPY
(soname, fnname) \
310
MEMCPY
(VG_Z_LIBC_SONAME,
memcpy
)
312
MEMCPY
(VG_Z_LD_SO_1,
memcpy
) /* ld.so.1 */
313
MEMCPY
(VG_Z_LD64_SO_1,
memcpy
) /* ld64.so.1 */
315
MEMCPY
(VG_Z_LD_SO_1,
memcpy
)
/external/valgrind/shared/
vg_replace_strmem.c
3
/*--- Replacements for strcpy(),
memcpy
() et al, which run on the ---*/
77
20180
MEMCPY
if there's a conflict between
memcpy
and
933
/*----------------------
memcpy
----------------------*/
942
RECORD_OVERLAP_ERROR("
memcpy
", dst, src, len); \
1011
#define
MEMCPY
(soname, fnname) \
1015
/* For older
memcpy
we have to use memmove-like semantics and skip
1017
MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /*
memcpy
@GLIBC_2.2.5 */
1018
MEMCPY
(VG_Z_LIBC_SONAME, memcpyZAZAGLIBCZu2Zd14) /*
memcpy
@@GLIBC_2.14 *
[
all
...]
/external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h
322
MEMCPY
,
Completed in 854 milliseconds