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

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dprotos.h118 int ProbeTT(int *score, int alpha, int beta, int *best, int *threat, int *donull, int depth);
H A Dttable.c246 int ProbeTT(int *score, int alpha, int beta, int *best, int *threat, int *donull, int depth) function
H A Dutils.c543 if(ProbeTT(&dummy, 0, 0, &bm, &dummy, &dummy, 0) != HMISS)
H A Dsearch.c620 switch (ProbeTT(&bound, alpha, beta, &best, &threat, &donull, depth))

Completed in 188 milliseconds