Home
last modified time | relevance | path

Searched defs:can_win (Results 1 – 5 of 5) sorted by relevance

/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai.dummy/
H A Dai.cpp207 bool can_win = false; in card_get() local
/dports/games/crafty/crafty-25.2_1/
H A Devaluate.c22 int score, side, can_win = 3, phase, lscore, cutoff; in Evaluate() local
493 int EvaluateDraws(TREE * RESTRICT tree, int ply, int can_win, int score) { in EvaluateDraws()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cluster/
H A Delection.c532 election_count_vote(election_t *e, xmlNode *message, bool can_win) in election_count_vote()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cluster/
H A Delection.c527 election_count_vote(election_t *e, xmlNode *message, bool can_win) in election_count_vote()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A Dgamewidget.py206 def can_win(color): function