template <typename T>

struct Bcmp

Defined at line 529 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h

////////////////////////////////////////////////////////////////////////////

Bcmp

////////////////////////////////////////////////////////////////////////////

Public Members

static const size_t SIZE

Public Methods

BcmpReturnType block (CPtr p1, CPtr p2)

Defined at line 533 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h

BcmpReturnType tail (CPtr p1, CPtr p2, size_t count)

Defined at line 537 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h

BcmpReturnType head_tail (CPtr p1, CPtr p2, size_t count)

Defined at line 542 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h

BcmpReturnType loop_and_tail (CPtr p1, CPtr p2, size_t count)

Defined at line 548 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h

BcmpReturnType loop_and_tail_offset (CPtr p1, CPtr p2, size_t count, size_t offset)

Defined at line 553 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h

BcmpReturnType loop_and_tail_align_above (size_t threshold, CPtr p1, CPtr p2, size_t count)

Defined at line 572 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h