Home
last modified time | relevance | path

Searched refs:test_total (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libfido2/fuzz/
H A Dlibfuzzer.c27 static unsigned long long test_total; variable
172 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()