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