Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerLoop.cpp660 Printf(" L: %zd/%zd ", U.size(), Corpus.MaxInputSize()); in PrintStatusForNewUnit()
877 Min(MaxMutationLen, Max(size_t(4), Corpus.MaxInputSize())); in Loop()
DFuzzerCorpus.h187 size_t MaxInputSize() const { in MaxInputSize() function