Home
last modified time | relevance | path

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

/dports/games/gnugo/gnugo-3.8/engine/
H A Dhash.c48 static Hash_data white_hash[BOARDMAX]; variable
91 INIT_ZOBRIST_ARRAY(white_hash); in hash_init()
113 hashdata_xor(*hd, white_hash[pos]); in hashdata_recalc()
146 hashdata_xor(*hd, white_hash[pos]); in hashdata_invert_stone()
176 hashdata_xor(hd_rot, white_hash[rotate1(pos, rot)]); in hashdata_calc_orientation_invariant()