Home
last modified time | relevance | path

Searched defs:MaxMutationLen (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h146 size_t MaxMutationLen = 0; variable
H A DFuzzerLoop.cpp385 void Fuzzer::SetMaxMutationLen(size_t MaxMutationLen) { in SetMaxMutationLen()