Home
last modified time | relevance | path

Searched refs:MismatchIndices (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmark.cpp54 MismatchIndices.push_back(I); in MismatchOffsetDistribution()
55 if (MismatchIndices.empty()) in MismatchOffsetDistribution()
58 std::uniform_int_distribution<size_t>(0, MismatchIndices.size() - 1); in MismatchOffsetDistribution()
DLibcMemoryBenchmark.h158 llvm::SmallVector<uint32_t, 16> MismatchIndices; variable
164 explicit operator bool() const { return !MismatchIndices.empty(); }
167 return MismatchIndices; in getMismatchIndices()
171 const uint32_t MismatchIndex = MismatchIndices[MismatchIndexSelector(G)]; in operator()