Searched refs:CASTLE_KINGSIDE (Results 1 – 2 of 2) sorted by relevance
480 board->hash_key ^= castle_hash[SIDE_WHITE + CASTLE_KINGSIDE]; in execute_move()490 board->hash_key ^= castle_hash[SIDE_BLACK + CASTLE_KINGSIDE]; in execute_move()511 board->hash_key ^= castle_hash[SIDE_WHITE + CASTLE_KINGSIDE]; in execute_move()523 board->hash_key ^= castle_hash[SIDE_BLACK + CASTLE_KINGSIDE]; in execute_move()536 board->hash_key ^= castle_hash[SIDE_WHITE + CASTLE_KINGSIDE]; in execute_move()548 board->hash_key ^= castle_hash[SIDE_BLACK + CASTLE_KINGSIDE]; in execute_move()
81 #define CASTLE_KINGSIDE 0 macro