Home
last modified time | relevance | path

Searched defs:bishop_attacks (Results 1 – 2 of 2) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c208 # define bishop_attacks(s, occ) TB_BISHOP_ATTACKS(s, occ) macro
290 static uint64_t bishop_attacks(unsigned sq, uint64_t occ) { in bishop_attacks() function
H A Ddata.c395 uint64_t bishop_attacks[64]; variable