Home
last modified time | relevance | path

Searched refs:MismatchAt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkTest.cpp92 const uint32_t MismatchAt = 2; in TEST() local
96 Conf.MemcmpMismatchAt = MismatchAt; // buffer are different at position 2. in TEST()
107 if (Size >= MismatchAt) in TEST()
109 AnyOf(5 - MismatchAt, 9 - MismatchAt, 13 - MismatchAt)); in TEST()
DLibcMemoryBenchmark.h159 const uint32_t MismatchAt; variable
173 if (Size >= MismatchAt) in operator()
174 return MismatchIndex - MismatchAt; in operator()
DLibcMemoryBenchmark.cpp49 : MismatchAt(Conf.MemcmpMismatchAt) { in MismatchOffsetDistribution()
50 if (MismatchAt <= 1) in MismatchOffsetDistribution()