Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dunmake.c28 PawnHashKey = tree->save_pawn_hash_key[ply]; in UnmakeMove()
H A Dthread.c772 child->save_pawn_hash_key[ply] = parent->save_pawn_hash_key[ply]; in CopyFromParent()
H A Dmake.c57 tree->save_pawn_hash_key[ply] = PawnHashKey; in MakeMove()
H A Dchess.h233 uint64_t save_pawn_hash_key[MAXPLY + 3]; member