Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp39 static const size_t kMaxUnitSizeToPrint = 256; variable
183 if (UnitSize <= kMaxUnitSizeToPrint) { in DumpCurrentUnit()
651 if (U.size() <= kMaxUnitSizeToPrint) in WriteUnitToFileWithPrefix()