Searched defs:Memcmp (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/string/memory_utils/ |
H A D | op_builtin.h | 131 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 D | injection-pass.cc | 143 Memcmp, Strcmp, Strncmp; local
|
H A D | cmplog-routines-pass.cc | 139 Memcmp, Strcmp, Strncmp; local
|
/aosp_15_r20/external/llvm-libc/test/src/string/memory_utils/ |
H A D | op_tests.cpp | 330 TYPED_TEST(LlvmLibcOpTest, Memcmp, MemcmpImplementations) { in TYPED_TEST() argument
|