OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxLen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerOptions.h
20
size_t
MaxLen
= 0;
FuzzerDriver.cpp
276
int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t
MaxLen
) {
278
if (
MaxLen
&&
MaxLen
< U.size())
279
U.resize(
MaxLen
);
571
Options.
MaxLen
= Flags.max_len;
713
RunOneTest(F, Path.c_str(), Options.
MaxLen
);
736
if (Options.
MaxLen
== 0)
744
size_t
MaxLen
= INT_MAX; // Large max length.
749
MaxLen
, /*ExitOnError=*/false);
Completed in 192 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025