Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dlibfuzzer.c26 static unsigned long long test_total; variable
171 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()