Home
last modified time | relevance | path

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

/dports/games/xboard/xboard-4.9.1/
H A Dbook.c292 uint64 key=0, holdingsKey=0, Zobrist; in hash() local
348 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()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbook.c292 uint64 key=0, holdingsKey=0, Zobrist; in hash() local
348 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()