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 (Ptrdst,uint8_tvalue,size_tcount)
Defined at line 182 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
void head_tail (Ptrdst,uint8_tvalue,size_tcount)
Defined at line 186 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
void loop_and_tail_offset (Ptrdst,uint8_tvalue,size_tcount,size_toffset)
Defined at line 191 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
void loop_and_tail (Ptrdst,uint8_tvalue,size_tcount)
Defined at line 201 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h