Home
last modified time | relevance | path

Searched defs:Memcmp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dop_builtin.h131 template <size_t Size> struct Memcmp { struct
132 using ME = Memcmp; argument
134 LIBC_INLINE static MemcmpReturnType block(CPtr, CPtr) { in block() argument
140 LIBC_INLINE static MemcmpReturnType tail(CPtr, CPtr, size_t) { in tail() argument
145 LIBC_INLINE static MemcmpReturnType head_tail(CPtr, CPtr, size_t) { in head_tail() argument
150 LIBC_INLINE static MemcmpReturnType loop_and_tail(CPtr, CPtr, size_t) { in loop_and_tail() argument
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dinjection-pass.cc143 Memcmp, Strcmp, Strncmp; local
H A Dcmplog-routines-pass.cc139 Memcmp, Strcmp, Strncmp; local
/aosp_15_r20/external/llvm-libc/test/src/string/memory_utils/
H A Dop_tests.cpp330 TYPED_TEST(LlvmLibcOpTest, Memcmp, MemcmpImplementations) { in TYPED_TEST() argument