Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dquiesce.c219 tree->last[ply] = GenerateChecks(tree, wtm, tree->last[ply - 1]); in Quiesce()
H A Dchess.h411 unsigned *GenerateChecks(TREE *RESTRICT, int, unsigned *);
H A Dmovgen.c163 unsigned *GenerateChecks(TREE * RESTRICT tree, int side, unsigned *move) { in GenerateChecks() function