OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxInputLen
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp
159
MaxInputLen
= MaxMutationLen = Options.MaxLen;
171
if (CurrentUnitData ||
MaxInputLen
== 0)
173
CurrentUnitData = new uint8_t[
MaxInputLen
];
374
void Fuzzer::SetMaxInputLen(size_t
MaxInputLen
) {
375
assert(this->
MaxInputLen
== 0); // Can only reset
MaxInputLen
from 0 to non-0.
376
assert(
MaxInputLen
);
377
this->
MaxInputLen
=
MaxInputLen
;
378
this->MaxMutationLen =
MaxInputLen
;
[
all
...]
FuzzerInternal.h
84
void SetMaxInputLen(size_t
MaxInputLen
);
145
size_t
MaxInputLen
= 0;
FuzzerMerge.cpp
229
if (U.size() >
MaxInputLen
) {
230
U.resize(
MaxInputLen
);
384
WriteToOutputCorpus(FileToVector(F,
MaxInputLen
));
Completed in 177 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025