Home
last modified time | relevance | path

Searched refs:strlen_func (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/arch-x86/
Ddynamic_function_dispatch.cpp95 typedef size_t strlen_func(const char* __s); typedef
98 if (__builtin_cpu_is("atom")) RETURN_FUNC(strlen_func, strlen_atom); in DEFINE_IFUNC_FOR()
99 RETURN_FUNC(strlen_func, strlen_generic); in DEFINE_IFUNC_FOR()
/bionic/libc/arch-arm/
Ddynamic_function_dispatch.cpp303 typedef size_t strlen_func(const char* __s); typedef
307 RETURN_FUNC(strlen_func, strlen_a9); in DEFINE_IFUNC()
309 RETURN_FUNC(strlen_func, strlen_a15); in DEFINE_IFUNC()