Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp198 bool HandleFirst = Rand.RandBool(); in MakeDictionaryEntryFromCMP() local
203 ExistingBytes = HandleFirst ? Arg1 : Arg2; in MakeDictionaryEntryFromCMP()
204 DesiredBytes = HandleFirst ? Arg2Mutation : Arg1Mutation; in MakeDictionaryEntryFromCMP()
205 HandleFirst = !HandleFirst; in MakeDictionaryEntryFromCMP()