OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Shrink
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerOptions.h
35
bool
Shrink
= false;
FuzzerCorpus.h
216
bool AddFeature(size_t Idx, uint32_t NewSize, bool
Shrink
) {
220
if (OldSize == 0 || (
Shrink
&& OldSize > NewSize)) {
241
bool IsFeatureNew(size_t Idx, uint32_t NewSize, bool
Shrink
) {
244
return OldSize == 0 || (
Shrink
&& OldSize > NewSize);
FuzzerLoop.cpp
489
if (Corpus.IsFeatureNew(Feature, Size, Options.
Shrink
))
497
if (Corpus.AddFeature(Feature, Size, Options.
Shrink
))
FuzzerDriver.cpp
584
Options.
Shrink
= Flags.
shrink
;
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025