Searched refs:strncmp_func (Results 1 – 2 of 2) sorted by relevance
108 typedef int strncmp_func(const char*, const char*, int); typedef111 RETURN_FUNC(strncmp_func, __strncmp_aarch64_mte); in DEFINE_IFUNC_FOR()113 RETURN_FUNC(strncmp_func, __strncmp_aarch64); in DEFINE_IFUNC_FOR()
112 typedef int strncmp_func(const char* __lhs, const char* __rhs, size_t __n); typedef115 if (__builtin_cpu_supports("ssse3")) RETURN_FUNC(strncmp_func, strncmp_ssse3); in DEFINE_IFUNC_FOR()116 RETURN_FUNC(strncmp_func, strncmp_generic); in DEFINE_IFUNC_FOR()