Home
last modified time | relevance | path

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

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