Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Droot.c303 captured = abs(PcOnSq(TB_GET_TO(tb_result))); in RootMoveEGTB()
305 TB_GET_FROM(tb_result) | (TB_GET_TO(tb_result) << 6) | (piece << in RootMoveEGTB()
343 captured = abs(PcOnSq(TB_GET_TO(tb_result))); in RootMoveEGTB()
345 TB_GET_FROM(tb_result) | (TB_GET_TO(tb_result) << 6) | (piece in RootMoveEGTB()
H A Dtbprobe.h116 # define TB_GET_TO(_res) \ macro