Home
last modified time | relevance | path

Searched refs:searches_done (Results 1 – 1 of 1) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c83 int searches_done, read_status; in Annotate() local
310 for (searches_done = 0; searches_done < Abs(best_moves); in Annotate()
311 searches_done++) { in Annotate()
312 if (searches_done > 0) { in Annotate()
320 annotate_score[searches_done] = Iterate(wtm, annotate, 1); in Annotate()
322 player_score = annotate_score[searches_done]; in Annotate()
326 temp[searches_done] = tree->pv[0]; in Annotate()
337 annotate_score[searches_done] in Annotate()
340 searches_done++; in Annotate()
401 for (move_num = 0; move_num < searches_done; move_num++) { in Annotate()