Searched refs:outcome (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchfn.c64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) argument
66 return outcome.error_tag_never_ever_use_directly == 0;
69 /* warning : this function will stop program execution if outcome is invalid !
70 * check outcome validity first, using BMK_isValid_runResult() */
71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) argument
73 CONTROL(outcome.error_tag_never_ever_use_directly == 0);
74 return outcome.internal_never_ever_use_directly;
77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) argument
79 CONTROL(outcome.error_tag_never_ever_use_directly != 0);
80 return outcome
94 BMK_runOutcome_t outcome; local
[all...]
H A Dbenchfn.h40 * type expressing the outcome of a benchmark run by BMK_benchFunction(),
42 * benchmark outcome can be invalid if errorFn is provided.
115 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome);
121 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome);
129 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome);
H A Dbenchzstd.h60 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome);
66 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome);
H A Dbenchzstd.c270 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome) argument
272 return outcome.tag == 0;
275 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) argument
277 assert(outcome.tag == 0);
278 return outcome.internal_never_use_directly;
593 BMK_benchOutcome_t outcome = BMK_benchOutcome_error(); /* error by default */ local
605 outcome = BMK_benchMemAdvancedNoAlloc(srcPtrs, srcSizes,
644 return outcome;
/freebsd-current/lib/libc/tests/string/
H A Dstrcspn_test.c53 size_t i, outcome, expected; local
87 outcome = STRXSPN(buf, set);
88 ATF_CHECK_EQ_MSG(expected, outcome, "%s(%p[%zu], %p[%zu]) = %zu != %zu",
89 __XSTRING(STRXSPN), buf, buflen, set, setlen, outcome, expected);
155 size_t i, j, outcome; local
173 outcome = strcspn(buf, set);
174 ATF_CHECK_EQ_MSG(i, outcome,
176 buf, set, outcome, i);
214 size_t i, j, k, l, outcome; local
230 outcome
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
80 static enum outcome cur_test_outcome = 0;
106 static enum outcome
153 static enum outcome
157 int outcome; local
180 outcome = cur_test_outcome;
184 outcome = FAIL;
187 return outcome;
193 static enum outcome
275 perror("write outcome t
315 enum outcome outcome; local
[all...]
/freebsd-current/contrib/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
80 static enum outcome cur_test_outcome = 0;
106 static enum outcome
153 static enum outcome
157 int outcome; local
180 outcome = cur_test_outcome;
184 outcome = FAIL;
187 return outcome;
193 static enum outcome
275 perror("write outcome t
315 enum outcome outcome; local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dparse-var.mk96 # its value would not influence the outcome of the condition, or during the
H A Dvar-eval-short.mk69 # right-hand side of the '&&' cannot influence the outcome of the condition.
/freebsd-current/tests/atf_python/
H A Datf_pytest.py240 state = report.outcome
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc426 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
557 // outcome: An enumeration describing how the death test
583 switch (outcome()) {
664 // 5. The parent reads child's output through the pipe (outcome code and
701 // outcome data member.
859 // outcome data member.
1076 // outcome data member.
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl128 // instructions. The outcome of first addition is
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl178 # they can affect outcome (follow 'and' with $mask). Also keep in mind
2001 ! means subtraction, we do the subtraction and then copy outcome

Completed in 219 milliseconds