| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | tinytest.c | 80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum 81 static enum outcome cur_test_outcome = 0; 107 static enum outcome 154 static enum outcome 158 int outcome; in testcase_run_bare_() local 181 outcome = cur_test_outcome; in testcase_run_bare_() 185 outcome = FAIL; in testcase_run_bare_() 188 return outcome; in testcase_run_bare_() 194 static enum outcome 316 enum outcome outcome; local [all …]
|
| /netbsd-src/games/gomoku/ |
| H A D | main.c | 252 declare_winner(int outcome, const enum input_source *input, player_color color) in declare_winner() argument 256 switch (outcome) { in declare_winner() 276 struct outcome { struct 281 static struct outcome argument 317 int outcome; in main_game_loop() local 318 if ((outcome = makemove(color, curmove)) != MOVEOK) in main_game_loop() 319 return (struct outcome){ outcome, color }; in main_game_loop() 381 struct outcome outcome = main_game_loop(input); in main() local 384 declare_winner(outcome.result, input, outcome.winner); in main() 385 if (outcome.result != RESIGN) { in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-predict.h | 60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) in gimple_predict_set_outcome() argument 63 if (outcome == TAKEN) in gimple_predict_set_outcome() 73 gimple_build_predict (enum br_predictor predictor, enum prediction outcome) in gimple_build_predict() argument 79 gimple_predict_set_outcome (p, outcome); in gimple_build_predict()
|
| H A D | ree.c | 769 bool outcome; in combine_reaching_defs() local 774 outcome = make_defs_and_copies_lists (cand->insn, set_pat, state); in combine_reaching_defs() 776 if (!outcome) in combine_reaching_defs()
|
| H A D | predict.def | 37 /* A value used as final outcome of all heuristics. */ 40 /* An outcome estimated by Dempster-Shaffer theory. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-predict.h | 60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) in gimple_predict_set_outcome() argument 63 if (outcome == TAKEN) in gimple_predict_set_outcome() 73 gimple_build_predict (enum br_predictor predictor, enum prediction outcome) in gimple_build_predict() argument 79 gimple_predict_set_outcome (p, outcome); in gimple_build_predict()
|
| H A D | ree.cc | 769 bool outcome; in combine_reaching_defs() local 774 outcome = make_defs_and_copies_lists (cand->insn, set_pat, state); in combine_reaching_defs() 776 if (!outcome) in combine_reaching_defs()
|
| H A D | predict.def | 37 /* A value used as final outcome of all heuristics. */ 40 /* An outcome estimated by Dempster-Shaffer theory. */
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | memory.d | 933 static Outcome outcome; member 937 outcome = Outcome.notCalled; in this() 944 outcome = Outcome.calledFromDruntime; in ~this() 969 outcome = Outcome.calledManually; in ~this() 979 assert(Resource.outcome == Outcome.notCalled); 983 Resource.outcome == Outcome.notCalled || 984 Resource.outcome == Outcome.calledFromDruntime); 988 assert(Resource.outcome == Outcome.calledFromDruntime); 989 Resource.outcome = Outcome.notCalled; 995 assert(Resource.outcome == Outcome.notCalled); [all …]
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
| H A D | rfc4422.txt | 182 method for communicating the outcome of the authentication exchange. 318 indicating the outcome of the authentication exchange. (Note: 330 If the outcome is successful and a security layer was negotiated, 371 the client when indicating a successful outcome. Protocols may 372 provide an optional additional data field in the outcome message to 374 return additional data with the successful outcome, the protocol 375 provides an optional additional data field in the outcome message, 387 data to the client with a successful outcome and this field is 390 then indicates the successful outcome. 409 client along with indicating a successful outcome, and the protocol [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | NOTES.PERL | 16 However, if you install Perl as binary packages, the outcome might
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3909.txt | 33 a response which provides an indication of its outcome. 41 provide the client with no clear indication of the outcome of the 50 operation when the client needs an indication of the outcome. This
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/external/mpl/dhcp/dist/tests/ |
| H A D | HOWTO-unit-test | 70 the make process will stop. To run all of the tests regardless of outcome,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| H A D | NOTES-PERL.md | 18 However, if you install Perl as binary packages, the outcome might
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 419 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl 579 switch (outcome()) { in Passed()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BIO_s_mem.pod | 109 flag set can have unexpected outcome when the reads and writes to the
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | README.ssltest.md | 63 * ExpectedResult - expected handshake outcome. One of
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | README.ssltest.md | 63 * ExpectedResult - expected handshake outcome. One of
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | tree.c | 2138 int outcome = 0; local 2151 outcome = concat_dclists(result, &data, &other); 2152 if (outcome == 0) { 2173 return (outcome);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 81 // A predicate used to negate the outcome of another predicate.
|