OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PersistentAutoDictionary
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMutate.cpp
282
return AddWordFromDictionary(
PersistentAutoDictionary
, Data, Size, MaxSize);
457
// Copy successful dictionary entries to
PersistentAutoDictionary
.
460
//
PersistentAutoDictionary
.AddWithSuccessCountOne(DE);
464
if (!
PersistentAutoDictionary
.ContainsWord(DE->GetW()))
465
PersistentAutoDictionary
.push_back({DE->GetW(), 1});
471
for (auto &DE :
PersistentAutoDictionary
)
FuzzerMutate.h
135
Dictionary
PersistentAutoDictionary
;
Completed in 13 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025