Lines Matching refs:strategy
61 int strategy; member
108 switch (fuzz->strategy) { in fuzz_fmt()
111 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
116 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
123 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
128 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
135 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
140 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
146 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
264 fuzz, fuzz_ntop(fuzz->strategy), fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_strategy_done()
266 switch (fuzz->strategy) { in fuzz_strategy_done()
289 "o1 = %zu, o2 = %zu, slen = %zu", fuzz, fuzz_ntop(fuzz->strategy), in fuzz_next()
292 if (fuzz->strategy == 0 || fuzz_strategy_done(fuzz)) { in fuzz_next()
302 fuzz->strategy = i; in fuzz_next()
306 FUZZ_DBG(("selected = %u", fuzz->strategy)); in fuzz_next()
307 if (fuzz->strategy == 0) { in fuzz_next()
311 fuzz->strategies &= ~(fuzz->strategy); in fuzz_next()
317 switch (fuzz->strategy) { in fuzz_next()
376 "o1 = %zu, o2 = %zu, slen = %zu", fuzz, fuzz_ntop(fuzz->strategy), in fuzz_next()
401 switch (fuzz->strategy) { in fuzz_len()
421 switch (fuzz->strategy) { in fuzz_ptr()