Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 25 of 34) sorted by relevance

12

/src/sys/contrib/zstd/programs/
H A Dbenchfn.c64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome() argument
66 return outcome.error_tag_never_ever_use_directly == 0; in BMK_isSuccessful_runOutcome()
71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime() argument
73 CONTROL(outcome.error_tag_never_ever_use_directly == 0); in BMK_extract_runTime()
74 return outcome.internal_never_ever_use_directly; in BMK_extract_runTime()
77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) in BMK_extract_errorResult() argument
79 CONTROL(outcome.error_tag_never_ever_use_directly != 0); in BMK_extract_errorResult()
80 return outcome.error_result_never_ever_use_directly; in BMK_extract_errorResult()
94 BMK_runOutcome_t outcome; in BMK_setValid_runTime() local
95 outcome.error_tag_never_ever_use_directly = 0; in BMK_setValid_runTime()
[all …]
H A Dbenchfn.h115 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) in BMK_isSuccessful_benchOutcome() argument
272 return outcome.tag == 0; in BMK_isSuccessful_benchOutcome()
275 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) in BMK_extract_benchResult() argument
277 assert(outcome.tag == 0); in BMK_extract_benchResult()
278 return outcome.internal_never_use_directly; in BMK_extract_benchResult()
593 BMK_benchOutcome_t outcome = BMK_benchOutcome_error(); /* error by default */ in BMK_benchMemAdvanced() local
605 outcome = BMK_benchMemAdvancedNoAlloc(srcPtrs, srcSizes, in BMK_benchMemAdvanced()
644 return outcome; in BMK_benchMemAdvanced()
/src/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; in testcase_run_bare_() local
180 outcome = cur_test_outcome; in testcase_run_bare_()
184 outcome = FAIL; in testcase_run_bare_()
187 return outcome; in testcase_run_bare_()
193 static enum outcome
315 enum outcome outcome; local
[all …]
/src/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; in testcase_run_bare_() local
180 outcome = cur_test_outcome; in testcase_run_bare_()
184 outcome = FAIL; in testcase_run_bare_()
187 return outcome; in testcase_run_bare_()
193 static enum outcome
315 enum outcome outcome; local
[all …]
/src/lib/libc/tests/string/
H A Dstrcspn_test.c53 size_t i, outcome, expected; in testcase() local
87 outcome = STRXSPN(buf, set); in testcase()
88 ATF_CHECK_EQ_MSG(expected, outcome, "%s(%p[%zu], %p[%zu]) = %zu != %zu", in testcase()
89 __XSTRING(STRXSPN), buf, buflen, set, setlen, outcome, expected); in testcase()
155 size_t i, j, outcome; in test_match_positions() local
173 outcome = strcspn(buf, set); in test_match_positions()
174 ATF_CHECK_EQ_MSG(i, outcome, in test_match_positions()
176 buf, set, outcome, i); in test_match_positions()
214 size_t i, j, k, l, outcome; in test_match_order() local
230 outcome = strcspn(buf, set); in test_match_order()
[all …]
/src/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod35 It retries BIO_do_connect() as far as needed to reach a definite outcome,
H A DX509_verify_cert.pod43 such as a callback function that allows customizing the verification outcome.
H A DBIO_s_mem.pod139 flag set can have unexpected outcome when the reads and writes to the
H A DBIO_sendmmsg.pod148 of the outcome of the function call.
H A DSSL_CTX_set1_curves.pod277 preference will not change the outcome:
/src/tests/atf_python/
H A Datf_pytest.py240 state = report.outcome
/src/crypto/openssl/
H A DNOTES-PERL.md18 However, if you install Perl as binary packages, the outcome might
/src/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc428 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl
585 switch (outcome()) { in Passed()
/src/contrib/libxo/doc/
H A Doptions.rst21 identical in outcome::
/src/crypto/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md135 After running `make update`, you can use `git diff` to check the outcome:
/src/crypto/openssl/doc/man7/
H A Dpassphrase-encoding.pod71 outcome in OpenSSL 1.1.0 and newer than in OpenSSL older than 1.1.0.
/src/contrib/googletest/docs/reference/
H A Dtesting.md28 [Assertions](assertions.md) used within the test body determine the outcome of
48 [Assertions](assertions.md) used within the test body determine the outcome of
80 [Assertions](assertions.md) used within the test body determine the outcome of
1202 Gets the outcome of the test part.
/src/crypto/openssl/test/
H A DREADME.ssltest.md63 * ExpectedResult - expected handshake outcome. One of
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td81 // A predicate used to negate the outcome of another predicate.
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md509 CFQ and regenerate callback calls are made. Regardless of the outcome, the
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td213 // The decision is based on the outcome of the most recent selection when the
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md1013 * timeout outcome.
2082 * for that operation class regardless of the outcome of that operation.
/src/contrib/one-true-awk/
H A DFIXES.1e626 should not be blamed for the outcome. according to posix, "." is the

12