Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.cpp941 unsigned int pawnhash = Pos.PawnHashValue(); in ScorePawnStructure()
1205 rep->pawnhash = pos->PawnHashValue(); in PushRepeat()
1259 unsigned int pawnhash = Pos.PawnHashValue(); in FiftyMoveDraw()
1289 unsigned int pawnhash = Pos.PawnHashValue(); in RepeatedPosition()
1439 unsigned int pawnhash = Pos.PawnHashValue(); in StoreHash()
1593 unsigned int pawnhash = Pos.PawnHashValue(); in ProbeHash()
H A Dguess_position.h330 inline unsigned int PawnHashValue(void) in PawnHashValue() function
/dports/games/scid/scid/src/
H A Dengine.cpp725 uint pawnhash = Pos.PawnHashValue(); in ScorePawnStructure()
993 rep->pawnhash = pos->PawnHashValue(); in PushRepeat()
1037 uint pawnhash = Pos.PawnHashValue(); in FiftyMoveDraw()
1062 uint pawnhash = Pos.PawnHashValue(); in RepeatedPosition()
1195 uint pawnhash = Pos.PawnHashValue(); in StoreHash()
1300 uint pawnhash = Pos.PawnHashValue(); in ProbeHash()
H A Dposition.h227 inline uint PawnHashValue (void) { return PawnHash; } in PawnHashValue() function
H A Dgame.cpp1457 if (searchPos->PawnHashValue() == CurrentPos->PawnHashValue()) { in ExactMatch()
H A Dtkscid.cpp5665 hash = pos->PawnHashValue(); in sc_pos_hash()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h229 inline uint PawnHashValue (void) { return PawnHash; } in PawnHashValue() function
H A Dgame.cpp1414 if (searchPos->PawnHashValue() == CurrentPos->PawnHashValue()) { in ExactMatch()
/dports/games/scid/scid/engines/scidlet/
H A Dscidlet.cpp514 entry->pawnhash = pos->PawnHashValue(); in makeBook()
632 uint pawnhash = pos->PawnHashValue(); in lookupBook()