Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h298 extern const uint64_t mask_efgh, mask_fgh, mask_abc, mask_abcd;
H A Ddata.c405 const uint64_t mask_fgh = 0xe0e0e0e0e0e0e0e0ull; variable
H A Devaluate.c433 if (tree->all_pawns & mask_fgh && tree->all_pawns & mask_abc) { in EvaluateBishops()