Home
last modified time | relevance | path

Searched refs:MemsetValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/benchmarks/
DMemset.cpp31 : OD(Conf), DstBuffer(Conf.BufferSize), MemsetValue(Conf.MemsetValue), in MemsetContext()
52 Function(DstBuffer + p.DstOffset, MemsetValue, Size); in benchmark()
61 const uint8_t MemsetValue; member
DJSONTest.cpp88 Field(&StudyConfiguration::MemsetValue, SC.MemsetValue), in Equals()
DLibcMemoryBenchmark.h57 uint8_t MemsetValue = 0; member
DJSON.cpp204 O.map("MemsetValue", Out.MemsetValue); in fromJson()
326 JOS.attribute("MemsetValue", SC.MemsetValue); in Serialize()