Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dinput.c278 mvp = GenerateCaptures(tree, MAXPLY, wtm, moves); in InputMove()
455 mvp = GenerateCaptures(tree, MAXPLY, wtm, moves); in InputMoveICS()
H A Dponder.c152 n_ponder_moves = GenerateCaptures(tree, 0, wtm, ponder_moves); in Ponder()
H A Dquiesce.c133 tree->last[ply] = GenerateCaptures(tree, ply, wtm, tree->last[ply - 1]); in Quiesce()
H A Droot.c71 lastm = GenerateCaptures(tree, 1, wtm, rmoves); in RootMoveList()
H A Dnext.c79 GenerateCaptures(tree, ply, side, tree->last[ply - 1]); in NextMove()
H A Dutility.c1265 lastm = GenerateCaptures(tree, 1, wtm, rmoves); in GameOver()
1486 lastm = GenerateCaptures(tree, ply, wtm, rmoves); in Mated()
2479 mvp = GenerateCaptures(tree, MAXPLY, wtm, moves); in VerifyMove()
H A Doption.c2183 tree->last[1] = GenerateCaptures(tree, 0, game_wtm, tree->last[0]); in Option()
2198 tree->last[1] = GenerateCaptures(tree, 0, game_wtm, tree->last[0]); in Option()
3993 tree->last[ply] = GenerateCaptures(tree, ply, wtm, tree->last[ply - 1]); in OptionPerft()
H A Dchess.h409 unsigned *GenerateCaptures(TREE *RESTRICT, int, int, unsigned *);
H A Dmovgen.c16 unsigned *GenerateCaptures(TREE * RESTRICT tree, int ply, int side, in GenerateCaptures() function
H A Dbook.c837 lastm = GenerateCaptures(tree, 2, wtm, book_moves); in BookPonderMove()
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h359 void GenerateCaptures(MoveList * mlist) in GenerateCaptures() function
/dports/games/scid/scid/src/
H A Dposition.h239 void GenerateCaptures (MoveList * mlist) { GenerateMoves (mlist, EMPTY, GEN_CAPTURES, true); } in GenerateCaptures() function
H A Dposition.cpp1166 GenerateCaptures(&moveList); in TreeCalcAttacks()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h241 void GenerateCaptures (MoveList * mlist) { GenerateMoves (mlist, EMPTY, GEN_CAPTURES, true); } in GenerateCaptures() function
H A Dposition.cpp1173 GenerateCaptures(&moveList); in TreeCalcAttacks()