| /freebsd-13.1/contrib/libevent/test/ |
| H A D | tinytest.c | 91 static enum outcome 95 int outcome; in testcase_run_bare_() local 106 outcome = cur_test_outcome; in testcase_run_bare_() 110 outcome = FAIL; in testcase_run_bare_() 113 return outcome; in testcase_run_bare_() 120 static enum outcome 226 enum outcome outcome; local 255 if (outcome == OK) { 259 } else if (outcome == SKIP) { 270 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 91 static enum outcome 95 int outcome; in testcase_run_bare_() local 106 outcome = cur_test_outcome; in testcase_run_bare_() 110 outcome = FAIL; in testcase_run_bare_() 113 return outcome; in testcase_run_bare_() 120 static enum outcome 226 enum outcome outcome; local 255 if (outcome == OK) { 259 } else if (outcome == SKIP) { 270 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); [all …]
|
| /freebsd-13.1/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 | 269 int BMK_isSuccessful_benchOutcome(BMK_benchOutcome_t outcome) in BMK_isSuccessful_benchOutcome() argument 271 return outcome.tag == 0; in BMK_isSuccessful_benchOutcome() 274 BMK_benchResult_t BMK_extract_benchResult(BMK_benchOutcome_t outcome) in BMK_extract_benchResult() argument 276 assert(outcome.tag == 0); in BMK_extract_benchResult() 277 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-13.1/sys/contrib/openzfs/.github/workflows/ |
| H A D | checkstyle.yaml | 39 if: failure() && steps.CheckABI.outcome == 'failure' 43 if: failure() && steps.CheckABI.outcome == 'failure' 47 if: failure() && steps.CheckABI.outcome == 'failure'
|
| /freebsd-13.1/contrib/libarchive/.github/workflows/ |
| H A D | cifuzz.yml | 21 if: failure() && steps.build.outcome == 'success'
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | NOTES.PERL | 16 However, if you install Perl as binary packages, the outcome might
|
| H A D | INSTALL | 132 the options outline below, as configuration options may change the outcome
|
| H A D | CHANGES | 1390 erroneous outcome of public-key operations with specially crafted input.
|
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 412 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl 567 switch (outcome()) { in Passed()
|
| /freebsd-13.1/contrib/libxo/doc/ |
| H A D | options.rst | 21 identical in outcome::
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_s_mem.pod | 109 flag set can have unexpected outcome when the reads and writes to the
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 81 // A predicate used to negate the outcome of another predicate.
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | structure | 678 final outcome is independent of the order you apply them in.
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | FIXES | 555 should not be blamed for the outcome. according to posix, "." is the
|
| /freebsd-13.1/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…
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 7947 // requiring half the available lanes (a 64-bit outcome instead of a 128-bit).
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 7872 - fix configure, pthread first, so other libs do not change outcome.
|
| /freebsd-13.1/share/dict/ |
| H A D | web2 | 133472 outcome
|