| /freebsd-14.2/sys/contrib/zstd/programs/ |
| H A D | benchfn.c | 64 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 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() 96 outcome.internal_never_ever_use_directly = runTime; in BMK_setValid_runTime() [all …]
|
| H A D | benchfn.h | 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 D | benchzstd.h | 60 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome); 66 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome);
|
| H A D | benchzstd.c | 270 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()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 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 344 if (outcome == OK) { 356 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); [all …]
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | tinytest.c | 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 344 if (outcome == OK) { 356 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); [all …]
|
| /freebsd-14.2/lib/libc/tests/string/ |
| H A D | strcspn_test.c | 53 size_t i, outcome, expected; in testcase() local 87 outcome = STRXSPN(buf, set); 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() 231 ATF_CHECK_EQ_MSG(k, outcome, in test_match_order() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/.github/workflows/ |
| H A D | checkstyle.yaml | 48 if: failure() && steps.CheckABI.outcome == 'failure' 52 if: failure() && steps.CheckABI.outcome == 'failure' 56 if: failure() && steps.CheckABI.outcome == 'failure'
|
| /freebsd-14.2/crypto/openssh/.github/workflows/ |
| H A D | cifuzz.yml | 29 if: failure() && steps.build.outcome == 'success'
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BIO_socket_wait.pod | 35 It retries BIO_do_connect() as far as needed to reach a definite outcome,
|
| H A D | X509_verify_cert.pod | 43 such as a callback function that allows customizing the verification outcome.
|
| H A D | BIO_s_mem.pod | 111 flag set can have unexpected outcome when the reads and writes to the
|
| H A D | EVP_EncryptInit.pod | 370 disjoint, otherwise the operation might fail or the outcome might be undefined.
|
| /freebsd-14.2/tests/atf_python/ |
| H A D | atf_pytest.py | 240 state = report.outcome
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NOTES-PERL.md | 18 However, if you install Perl as binary packages, the outcome might
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 426 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl 583 switch (outcome()) { in Passed()
|
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | options.rst | 21 identical in outcome::
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | passphrase-encoding.pod | 71 outcome in OpenSSL 1.1.0 and newer than in OpenSSL older than 1.1.0.
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | testing.md | 28 [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 1086 Gets the outcome of the test part.
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | README.ssltest.md | 63 * ExpectedResult - expected handshake outcome. One of
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 81 // A predicate used to negate the outcome of another predicate.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleP5600.td | 213 // The decision is based on the outcome of the most recent selection when the
|
| /freebsd-14.2/contrib/diff/doc/ |
| H A D | diff.texi | 532 so we may see their outcome. 547 so we may see their outcome. 1043 so we may see their outcome. so we may see their outcome. 1650 so we may see their outcome. 2033 so we may see their outcome.
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | FIXES.1e | 626 should not be blamed for the outcome. according to posix, "." is the
|
| /freebsd-14.2/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 673 …It also includes `Predefined_Mode`, in which case `Repeat_Mode` will have same outcome as `Predefi…
|