template <typename T>
struct Memcmp
Defined at line 417 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
Public Members
static const size_t SIZE
Public Methods
MemcmpReturnType block (CPtr p1, CPtr p2)
Defined at line 434 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
MemcmpReturnType tail (CPtr p1, CPtr p2, size_t count)
Defined at line 438 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
MemcmpReturnType head_tail (CPtr p1, CPtr p2, size_t count)
Defined at line 442 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
MemcmpReturnType loop_and_tail (CPtr p1, CPtr p2, size_t count)
Defined at line 454 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
MemcmpReturnType loop_and_tail_offset (CPtr p1, CPtr p2, size_t count, size_t offset)
Defined at line 459 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
MemcmpReturnType loop_and_tail_align_above (size_t threshold, CPtr p1, CPtr p2, size_t count)
Defined at line 484 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h