Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dbenchfn.c64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome()
71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime()
77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) in BMK_extract_errorResult()
94 BMK_runOutcome_t outcome; in BMK_setValid_runTime() local
H A Dbenchzstd.c270 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome) in BMK_isSuccessful_benchOutcome()
275 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) in BMK_extract_benchResult()
593 BMK_benchOutcome_t outcome = BMK_benchOutcome_error(); /* error by default */ in BMK_benchMemAdvanced() local
/freebsd/lib/libc/tests/string/
H A Dstrcspn_test.c53 size_t i, outcome, expected; in testcase() local
155 size_t i, j, outcome; in test_match_positions() local
214 size_t i, j, k, l, outcome; in test_match_order() local
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
157 int outcome; in testcase_run_bare_() local
315 enum outcome outcome; local
/freebsd/contrib/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
157 int outcome; in testcase_run_bare_() local
315 enum outcome outcome; local
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc428 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl