Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.h113 size_t ApplyDictionaryEntry(uint8_t *Data, size_t Size, size_t MaxSize,
H A DFuzzerMutate.cpp183 size_t MutationDispatcher::ApplyDictionaryEntry(uint8_t *Data, size_t Size, in ApplyDictionaryEntry() function in fuzzer::MutationDispatcher
288 Size = ApplyDictionaryEntry(Data, Size, MaxSize, DE); in Mutate_AddWordFromTORC()
308 Size = ApplyDictionaryEntry(Data, Size, MaxSize, DE); in AddWordFromDictionary()