Searched refs:holdingsKey (Results 1 – 2 of 2) sorted by relevance
292 uint64 key=0, holdingsKey=0, Zobrist; in hash() local348 if(f == BOARD_LEFT-2) holdingsKey += Zobrist * boards[moveNr][r][f+1]; else in hash()349 if(f == BOARD_RGHT+1) holdingsKey += Zobrist * boards[moveNr][r][f-1]; else in hash()384 return key + holdingsKey; in hash()