OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strlen_generic
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/arch-arm/generic/bionic/
strlen.c
32
size_t
strlen_generic
(const char *s)
function
/bionic/libc/arch-arm/
static_function_dispatch.S
46
FUNCTION_DELEGATE(strlen,
strlen_generic
)
/bionic/libc/arch-x86/
static_function_dispatch.S
43
FUNCTION_DELEGATE(strlen,
strlen_generic
)
dynamic_function_dispatch.cpp
99
RETURN_FUNC(strlen_func,
strlen_generic
);
/bionic/libc/arch-x86/silvermont/string/
sse2-strlen-slm.S
32
# define STRLEN
strlen_generic
Completed in 154 milliseconds