Searched refs:zobrist (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dsjeng.h52 #define Hash(x,y) (hash ^= zobrist[(x)][(y)])
H A Dttable.c29 uint32_t zobrist[17][144]; variable
89 zobrist[p][q] = randomMT();
106 hash = hash ^ zobrist[board[p]][p];
H A Dextvars.h68 extern uint32_t zobrist[17][144];
H A Dcrazy.c42 #define HHash(x,y) (hold_hash ^= zobrist[(x)][(y)])

Completed in 90 milliseconds