template <typename T>

struct Memset

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

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

Memset

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

Public Members

static const size_t SIZE

Public Methods

void block (Ptr dst, uint8_t value)

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

void tail (Ptr dst, uint8_t value, size_t count)

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

void head_tail (Ptr dst, uint8_t value, size_t count)

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

void loop_and_tail_offset (Ptr dst, uint8_t value, size_t count, size_t offset)

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

void loop_and_tail (Ptr dst, uint8_t value, size_t count)

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