Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js625 g_hashTable[g_hashKeyLow & g_hashMask] = new HashEntry(g_hashKeyHigh, value, flags, ply, move);
1318 function HashEntry(lock, value, flags, hashDepth, bestMove, globalPly) { class