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

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dttable.c246 int ProbeTT(int *score, int alpha, int beta, int *best, int *threat, int *donull, int depth) argument
251 *donull = TRUE;
266 *donull = FALSE;
301 *donull = FALSE;
H A Dprotos.h118 int ProbeTT(int *score, int alpha, int beta, int *best, int *threat, int *donull, int depth);
H A Dsearch.c483 int bound, threat, donull, best, sbest, best_score, old_ep; local
620 switch (ProbeTT(&bound, alpha, beta, &best, &threat, &donull, depth))
693 && !incheck && donull && !searching_pv

Completed in 97 milliseconds