Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/string/
H A Dbcmp.cpp17 return inline_bcmp(static_cast<const char *>(lhs),
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dbcmp_implementations.h30 static inline int inline_bcmp(const char *lhs, const char *rhs, size_t count) { in inline_bcmp() function