OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TmpMaxMutationLen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp
160
TmpMaxMutationLen
= Max(size_t(4), Corpus.MaxInputSize());
345
if (
TmpMaxMutationLen
)
346
Printf(" lim: %zd",
TmpMaxMutationLen
);
688
Min(MaxMutationLen, Max(U.size(),
TmpMaxMutationLen
));
825
// Update
TmpMaxMutationLen
827
if (
TmpMaxMutationLen
< MaxMutationLen &&
829
Options.LenControl * Log(
TmpMaxMutationLen
)) {
830
TmpMaxMutationLen
=
831
Min(MaxMutationLen,
TmpMaxMutationLen
+ Log(
TmpMaxMutationLen
));
[
all
...]
FuzzerInternal.h
147
size_t
TmpMaxMutationLen
= 0;
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025