Home
last modified time | relevance | path

Searched refs:SquareNb (Results 1 – 24 of 24) sorted by path

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dboard.cpp65 for (sq = 0; sq < SquareNb; sq++) { in board_is_ok()
202 for (sq = 0; sq < SquareNb; sq++) { in board_clear()
H A Dboard.h47 uint8 square[SquareNb];
48 sint8 pos[SquareNb];
H A Dsquare.cpp47 static sint8 SquareTo64[SquareNb];
57 for (sq = 0; sq < SquareNb; sq++) SquareTo64[sq] = -1; in square_init()
68 if (square < 0 || square >= SquareNb) return false; in square_is_ok()
H A Dsquare.h35 const int SquareNb = 16 * 12; variable
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dattack.cpp177 for (king = 0; king < SquareNb; king++) { in attack_init()
181 for (from = 0; from < SquareNb; from++) { in attack_init()
H A Dboard.cpp66 for (sq = 0; sq < SquareNb; sq++) { in board_is_ok()
203 for (sq = 0; sq < SquareNb; sq++) { in board_clear()
247 for (sq = 0; sq < SquareNb; sq++) { in board_init_list()
H A Dboard.h71 int square[SquareNb];
72 int pos[SquareNb];
H A Dmove_do.cpp43 static int CastleMask[SquareNb];
59 for (sq = 0; sq < SquareNb; sq++) CastleMask[sq] = 0xF; in move_do_init()
H A Dsquare.cpp50 int SquareTo64[SquareNb];
51 bool SquareIsPromote[SquareNb];
63 for (sq = 0; sq < SquareNb; sq++) SquareTo64[sq] = -1; in square_init()
71 for (sq = 0; sq < SquareNb; sq++) { in square_init()
H A Dsquare.h39 const int SquareNb = FileNb * RankNb; variable
118 extern int SquareTo64[SquareNb];
119 extern bool SquareIsPromote[SquareNb];
/dports/games/polyglot/polyglot-1.4.70b/
H A Dboard.c43 for (sq = 0; sq < SquareNb; sq++) { in board_is_ok()
180 for (sq = 0; sq < SquareNb; sq++) { in board_clear()
H A Dboard.h24 uint8 square[SquareNb];
25 sint8 pos[SquareNb];
H A Dsquare.c25 static sint8 SquareTo64[SquareNb];
35 for (sq = 0; sq < SquareNb; sq++) SquareTo64[sq] = -1; in square_init()
46 if (square < 0 || square >= SquareNb) return FALSE; in square_is_ok()
H A Dsquare.h13 #define SquareNb (16 * 12) macro
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dattack.cpp155 for (king = 0; king < SquareNb; king++) { in attack_init()
159 for (from = 0; from < SquareNb; from++) { in attack_init()
H A Dboard.cpp44 for (sq = 0; sq < SquareNb; sq++) { in board_is_ok()
181 for (sq = 0; sq < SquareNb; sq++) { in board_clear()
225 for (sq = 0; sq < SquareNb; sq++) { in board_init_list()
H A Dboard.h51 int square[SquareNb];
52 int pos[SquareNb];
H A Dmove_do.cpp21 static int CastleMask[SquareNb];
37 for (sq = 0; sq < SquareNb; sq++) CastleMask[sq] = 0xF; in move_do_init()
H A Dsquare.cpp28 int SquareTo64[SquareNb];
29 bool SquareIsPromote[SquareNb];
41 for (sq = 0; sq < SquareNb; sq++) SquareTo64[sq] = -1; in square_init()
49 for (sq = 0; sq < SquareNb; sq++) { in square_init()
H A Dsquare.h17 const int SquareNb = FileNb * RankNb; variable
96 extern int SquareTo64[SquareNb];
97 extern bool SquareIsPromote[SquareNb];
/dports/games/scid/scid/src/polyglot/
H A Dboard.cpp43 for (sq = 0; sq < SquareNb; sq++) { in board_is_ok()
180 for (sq = 0; sq < SquareNb; sq++) { in board_clear()
H A Dboard.h25 uint8 square[SquareNb];
26 sint8 pos[SquareNb];
H A Dsquare.cpp25 static sint8 SquareTo64[SquareNb];
35 for (sq = 0; sq < SquareNb; sq++) SquareTo64[sq] = -1; in square_init()
46 if (square < 0 || square >= SquareNb) return false; in square_is_ok()
H A Dsquare.h13 const int SquareNb = 16 * 12; variable