Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp27 static constexpr int kMaxIndividualSize = 4; variable
122 Solver.add(ContiguousEnd <= kMaxIndividualSize + 1); in RandomFunctionGenerator()