Searched refs:leastlooked_l (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dproof.c1027 int leastlooked, leastlooked_l, leastlooked_i; local
1163 leastlooked_l = l;
1177 currentnode = root->children[leastlooked_l];
1187 if (root->children[leastlooked_l]->proof == 0 &&
1188 root->children[leastlooked_l]->disproof == PN_INF)
1199 pn_move = root->children[leastlooked_l]->move;
1201 else if (root->children[leastlooked_l]->disproof == 0
1202 && root->children[leastlooked_l]->proof == PN_INF)

Completed in 83 milliseconds