Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h353 extern const int OOto[2];
H A Ddata.c443 const int OOto[2] = {G8, G1}; variable
H A Dmovgen.c696 *move++ = (king << 12) + (OOto[side] << 6) + OOfrom[side]; in GenerateNoncaptures()