OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxMutationLen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp
159
MaxInputLen =
MaxMutationLen
= Options.MaxLen;
378
this->
MaxMutationLen
= MaxInputLen;
385
void Fuzzer::SetMaxMutationLen(size_t
MaxMutationLen
) {
386
assert(
MaxMutationLen
&&
MaxMutationLen
<= MaxInputLen);
387
this->
MaxMutationLen
=
MaxMutationLen
;
685
assert(
MaxMutationLen
> 0);
688
Min(
MaxMutationLen
, Max(U.size(), TmpMaxMutationLen));
827
if (TmpMaxMutationLen <
MaxMutationLen
&
[
all
...]
FuzzerInternal.h
85
void SetMaxMutationLen(size_t
MaxMutationLen
);
146
size_t
MaxMutationLen
= 0;
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025