Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h310 unsigned char GetCastlingFlags() const in GetCastlingFlags() function
H A Dguess_guessengine.cpp1538 tte_SetFlags(ttEntry, ttFlag, stm, Pos.GetCastlingFlags(), isOnlyMove); in StoreHash()
1602 if(tte_Castling(ttEntry) != Pos.GetCastlingFlags()) in ProbeHash()
/dports/games/scid/scid/src/
H A Dposition.h222 byte GetCastlingFlags () { return Castling; } in GetCastlingFlags() function
H A Dengine.cpp1265 tte_SetFlags (ttEntry, ttFlag, stm, Pos.GetCastlingFlags(), isOnlyMove); in StoreHash()
1303 if (tte_Castling(ttEntry) != Pos.GetCastlingFlags()) { return SCORE_NONE; } in ProbeHash()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h225 byte GetCastlingFlags () { return Castling; } in GetCastlingFlags() function