Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp34 static constexpr int kMaxOverlapSize = 256; variable
124 Solver.add(OverlapEnd <= kMaxOverlapSize + 1); in RandomFunctionGenerator()