Searched refs:test_total (Results 1 – 1 of 1) sorted by relevance
21 static unsigned long long test_total; variable122 if (++test_total % 100000 == 0 && debug) { in LLVMFuzzerTestOneInput()123 double r = (double)test_fail/(double)test_total * 100.0; in LLVMFuzzerTestOneInput()125 test_fail, test_total, r); in LLVMFuzzerTestOneInput()