Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1480 result.hashKeyLow = 0;
1486 result.hashKeyLow ^= g_zobristLow[i][piece & 0xF]
1492 result.hashKeyLow ^= g_zobristBlackLow;
1598 g_hashKeyLow = hashResult.hashKeyLow;
1869 g_hashKeyLow = g_moveUndoStack[g_moveCount].hashKeyLow;
2271 function UndoHistory(ep, castleRights, inCheck, baseEval, hashKeyLow, hashKeyHigh, move50, captured… argument
2276 this.hashKeyLow = hashKeyLow;