Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c80 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 Dmain.c252 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 Dgimple-predict.h60 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 Dree.c769 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 Dpredict.def37 /* 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 Dgimple-predict.h60 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 Dree.cc769 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 Dpredict.def37 /* 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 Dmemory.d933 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 Drfc4422.txt182 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 DNOTES.PERL16 However, if you install Perl as binary packages, the outcome might
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3909.txt33 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 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.pod111 flag set can have unexpected outcome when the reads and writes to the
/netbsd-src/external/mpl/dhcp/dist/tests/
H A DHOWTO-unit-test70 the make process will stop. To run all of the tests regardless of outcome,
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-PERL.md18 However, if you install Perl as binary packages, the outcome might
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc419 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 Dpassphrase-encoding.pod71 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 DBIO_s_mem.pod109 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 Dpassphrase-encoding.pod71 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 DREADME.ssltest.md63 * ExpectedResult - expected handshake outcome. One of
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DREADME.ssltest.md63 * ExpectedResult - expected handshake outcome. One of
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c2138 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 DTargetInstrPredicate.td81 // A predicate used to negate the outcome of another predicate.

1234