Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/bin/
H A Djeprof.in5526 my $fail_count = 0;
5540 ++$fail_count;
5546 $pass_count, $fail_count;
5547 $error_count = $fail_count;
5548 $fail_count = 0;
5560 ++$fail_count;
5566 $pass_count, $fail_count;
5567 $error_count += $fail_count;
5578 my $fail_count = 0;
5592 ++$fail_count;
[all …]
/freebsd/contrib/atf/atf-c/
H A Dtc.c71 size_t fail_count; member
126 ctx->fail_count = 0; in context_init()
362 ctx->fail_count++; in fail_check()
1109 if (Current.fail_count > 0) { in atf_tc_run()
1113 "more details", Current.fail_count); in atf_tc_run()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h1249 uint32_t fail_count; member
/freebsd/crypto/openssh/
H A Dssh-agent.c1502 static u_int fail_count = 0; in process_lock_agent() local
1522 fail_count = 0; in process_lock_agent()
1527 if (fail_count < 100) in process_lock_agent()
1528 fail_count++; in process_lock_agent()
1529 delay = 100000 * fail_count; in process_lock_agent()
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c111 uint64_t scratch0, scratch1, fail_count; member
1499 ++h->fail_count; in run_script_worker()
4883 if (!TEST_uint64_t_ge(h->fail_count, 50)) in script_72_check()