Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c450 # define queen_attacks(s, occ) TB_QUEEN_ATTACKS(s, occ) macro
452 # define queen_attacks(s, occ) \ macro
857 for (att = queen_attacks(from, occ) & them; att; att = poplsb(att)) { in gen_captures_or_promotions()
971 for (att = queen_attacks(from, occ) & ~us; att; att = poplsb(att)) { in gen_moves()
1697 return queen_attacks(sq, occ); in tb_queen_attacks()