Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp905 for (int sqKing = 0; sqKing < 64; sqKing ++) in VInitSquaresTable() local
912 if (sq == sqKing) in VInitSquaresTable()
918 ( 0 != TbColumn (sq) && sqKing == sq+7 ) || in VInitSquaresTable()
919 ( 7 != TbColumn (sq) && sqKing == sq+9 ) in VInitSquaresTable()
947 ( 0 != TbColumn (sq) && sqKing == sq-1 ) || in VInitSquaresTable()
949 ( 0 != TbRow (sq) && sqKing == sq-8 ) || in VInitSquaresTable()
950 ( 7 != TbRow (sq) && sqKing == sq+8 ) in VInitSquaresTable()
958 ( 0 != TbRow (sq) && sqKing == sq-8 ) || in VInitSquaresTable()
959 ( 7 != TbRow (sq) && sqKing == sq+8 ) || in VInitSquaresTable()
968 prgsqPiece[sqKing*64+sq] = (BYTE) iPiece; in VInitSquaresTable()
[all …]