template <typename T>

struct Bcmp

Defined at line 519 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 523 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 527 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 532 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 538 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 543 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 562 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h