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

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dextvars.h150 extern int rootlosers[PV_BUFF];
H A Dproof.c59 int rootlosers[PV_BUFF]; variable
1046 memset(rootlosers, 0, sizeof(rootlosers));
1159 if ((nodesspent[i] < leastlooked) && islegal[i] && !rootlosers[i])
1205 rootlosers[leastlooked_i] = 1;
1281 if (!rootlosers[i] && islegal[i])
H A Dsearch.c1169 if (!alllosers && rootlosers[i] && ((Variant == Losers) || (Variant == Suicide))) continue;
1637 memset(rootlosers, 0, sizeof(rootlosers));
1854 rootlosers[i] = TRUE;
1862 if (rootlosers[j]) k++;

Completed in 86 milliseconds