template <typename T>

struct Memcmp

Defined at line 427 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 444 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 448 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 452 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 464 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 469 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 494 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h