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