Home
last modified time | relevance | path

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

/llvm-project/libc/benchmarks/
H A DLibcMemoryBenchmarkTest.cpp68 const uint32_t MismatchAt = 0; // buffer are equal. in TEST() local
76 const uint32_t MismatchAt = 1; // buffer are different. in TEST() local
84 const uint32_t MismatchAt = 2; // buffer are different at position 2. in TEST() local
H A DLibcMemoryBenchmark.cpp52 size_t MismatchAt) in MismatchOffsetDistribution()
H A DLibcMemoryBenchmark.h148 const uint32_t MismatchAt; variable