Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp199 const void *ExistingBytes, *DesiredBytes; in MakeDictionaryEntryFromCMP() local
203 ExistingBytes = HandleFirst ? Arg1 : Arg2; in MakeDictionaryEntryFromCMP()
213 (const uint8_t *)SearchMemory(Cur, End - Cur, ExistingBytes, ArgSize); in MakeDictionaryEntryFromCMP()