Home
last modified time | relevance | path

Searched refs:min_wo_finds (Results 1 – 3 of 3) sorted by path

/dports/security/afl++/AFLplusplus-3.14c/src/
H A Dafl-fuzz-stats.c685 u64 min_wo_finds = (cur_ms - afl->last_path_time) / 1000 / 60; local
688 if (afl->queue_cycle == 1 || min_wo_finds < 15) {
695 if (afl->cycles_wo_finds < 25 || min_wo_finds < 30) {
703 min_wo_finds > 120) {
/dports/security/afl/afl-2.52b/
H A Dafl-fuzz.c4024 u64 min_wo_finds = (cur_ms - last_path_time) / 1000 / 60; in show_stats() local
4027 if (queue_cycle == 1 || min_wo_finds < 15) strcpy(tmp, cMGN); else in show_stats()
4030 if (cycles_wo_finds < 25 || min_wo_finds < 30) strcpy(tmp, cYEL); else in show_stats()
4033 if (cycles_wo_finds > 100 && !pending_not_fuzzed && min_wo_finds > 120) in show_stats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-fuzz.c4028 u64 min_wo_finds = (cur_ms - last_path_time) / 1000 / 60; in show_stats() local
4031 if (queue_cycle == 1 || min_wo_finds < 15) strcpy(tmp, cMGN); else in show_stats()
4034 if (cycles_wo_finds < 25 || min_wo_finds < 30) strcpy(tmp, cYEL); else in show_stats()
4037 if (cycles_wo_finds > 100 && !pending_not_fuzzed && min_wo_finds > 120) in show_stats()