OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memmove_generic
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/arch-arm/
static_function_dispatch.S
36
FUNCTION_DELEGATE(memmove,
memmove_generic
)
37
FUNCTION_DELEGATE(memcpy,
memmove_generic
)
/bionic/libc/arch-x86/
static_function_dispatch.S
39
FUNCTION_DELEGATE(memcpy,
memmove_generic
)
40
FUNCTION_DELEGATE(memmove,
memmove_generic
)
dynamic_function_dispatch.cpp
73
RETURN_FUNC(memmove_func,
memmove_generic
);
/bionic/libc/arch-arm/generic/bionic/
memmove.S
467
ENTRY(
memmove_generic
)
function
471
END(
memmove_generic
)
/bionic/libc/arch-x86/silvermont/string/
sse2-memmove-slm.S
34
# define MEMMOVE
memmove_generic
Completed in 171 milliseconds