Lines Matching full:inputs
19 FUZZER_FLAG_INT(len_control, 100, "Try generating small inputs first, "
20 "then try larger inputs over time. Specifies the rate at which the length "
21 "limit is increased (smaller == faster). If 0, immediately try inputs with "
26 FUZZER_FLAG_INT(keep_seed, 0, "If 1, keep seed inputs in the corpus even if "
28 "seed inputs will never be reduced. This option can be useful when seeds are"
30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
32 "uniform probability distribution when choosing inputs to cross over with. "
33 "Some of the inputs in the corpus may never get chosen for mutation "
35 "inputs, regardless of the input mutation scheduling policy, can be chosen "
37 "|keep_seed==1|; all the initial seed inputs, even though they do not "
45 FUZZER_FLAG_INT(shuffle, 1, "Shuffle inputs at startup")
47 "If 1, always prefer smaller inputs during the corpus shuffle.")
111 FUZZER_FLAG_INT(shrink, 0, "Experimental. Try to shrink corpus inputs.")
113 "Try to reduce the size of inputs while preserving their full feature sets")
126 "If 1, generate only ASCII (isprint+isspace) inputs.")
129 "timeout, or slow inputs) as "
185 "Fuzzing will focus on inputs that trigger calls to this function. "
199 "time. Inputs with lower execution time get scheduled more (up to 30x). "