Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerMutate.cpp216 bool HandleFirst = Rand.RandBool(); in MakeDictionaryEntryFromCMP() local
221 ExistingBytes = HandleFirst ? Arg1 : Arg2; in MakeDictionaryEntryFromCMP()
222 DesiredBytes = HandleFirst ? Arg2Mutation : Arg1Mutation; in MakeDictionaryEntryFromCMP()
223 HandleFirst = !HandleFirst; in MakeDictionaryEntryFromCMP()