Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.cpp1480 transTableEntryT * ttShallower = ttEntry2; in StoreHash() local
1484 ttShallower = ttEntry1; in StoreHash()
1486 if(ttShallower->sequence != TranTableSequence) in StoreHash()
1488 ttEntry = ttShallower; // Replace this old entry in StoreHash()
1496 ttEntry = ttShallower; // Replace this shallow entry in StoreHash()
/dports/games/scid/scid/src/
H A Dengine.cpp1224 transTableEntryT * ttShallower = ttEntry2; in StoreHash() local
1227 ttShallower = ttEntry1; in StoreHash()
1229 if (ttShallower->sequence != TranTableSequence) { in StoreHash()
1230 ttEntry = ttShallower; // Replace this old entry in StoreHash()
1234 ttEntry = ttShallower; // Replace this shallow entry in StoreHash()