Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.cpp1453 transTableEntryT * ttEntry2 = &(TranTable[ttSlot + 1]); in StoreHash() local
1462 else if(ttEntry2->hash == hash && ttEntry2->pawnhash == pawnhash) in StoreHash()
1464 ttEntry = ttEntry2; // Replace this existing entry. in StoreHash()
1471 else if(tte_ScoreFlag(ttEntry2) == SCORE_NONE) in StoreHash()
1473 ttEntry = ttEntry2; // Use this empty entry. in StoreHash()
1480 transTableEntryT * ttShallower = ttEntry2; in StoreHash()
1481 if(ttEntry1->depth < ttEntry2->depth) in StoreHash()
1483 ttDeeper = ttEntry2; in StoreHash()
/dports/games/scid/scid/src/
H A Dengine.cpp1206 transTableEntryT * ttEntry2 = &(TranTable[ttSlot + 1]); in StoreHash() local
1213 } else if (ttEntry2->hash == hash && ttEntry2->pawnhash == pawnhash) { in StoreHash()
1214 ttEntry = ttEntry2; // Replace this existing entry. in StoreHash()
1218 } else if (tte_ScoreFlag(ttEntry2) == SCORE_NONE) { in StoreHash()
1219 ttEntry = ttEntry2; // Use this empty entry. in StoreHash()
1224 transTableEntryT * ttShallower = ttEntry2; in StoreHash()
1225 if (ttEntry1->depth < ttEntry2->depth) { in StoreHash()
1226 ttDeeper = ttEntry2; in StoreHash()