template <typename T>
struct Memset
Defined at line 176 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 180 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h
void tail (Ptrdst,uint8_tvalue,size_tcount)
Defined at line 192 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 196 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 201 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 211 of file ../../third_party/llvm-libc/src/src/string/memory_utils/op_generic.h