Home
last modified time | relevance | path

Searched refs:MemcmpMismatchAt (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkTest.cpp77 Conf.MemcmpMismatchAt = 0; // buffer are equal. in TEST()
85 Conf.MemcmpMismatchAt = 1; // buffer are different. in TEST()
96 Conf.MemcmpMismatchAt = MismatchAt; // buffer are different at position 2. in TEST()
DMemcmp.cpp35 if (Conf.MemcmpMismatchAt == 0) in MemcmpContext()
37 else if (Conf.MemcmpMismatchAt == 1) in MemcmpContext()
DLibcMemoryBenchmark.cpp49 : MismatchAt(Conf.MemcmpMismatchAt) { in MismatchOffsetDistribution()
DJSONTest.cpp89 Field(&StudyConfiguration::MemcmpMismatchAt, SC.MemcmpMismatchAt)); in Equals()
DLibcMemoryBenchmark.h60 uint32_t MemcmpMismatchAt = 0; // 0 : Buffer compare equal, member
DJSON.cpp205 O.map("MemcmpMismatchAt", Out.MemcmpMismatchAt); in fromJson()
327 JOS.attribute("MemcmpMismatchAt", SC.MemcmpMismatchAt); in Serialize()