Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Droot.c253 EGTB_use = EGTBlimit; in RootMoveEGTB()
254 if (EGTB_use <= 0) in RootMoveEGTB()
257 EGTB_use = 0; in RootMoveEGTB()
258 if (EGTBlimit && !EGTB_use) in RootMoveEGTB()
260 if (EGTB_use && TotalAllPieces <= EGTBlimit && !Castle(0, white) && in RootMoveEGTB()
H A Ddata.h36 extern int EGTB_use;
H A Ddata.c481 int EGTB_use = 0; variable
H A Dsearch.c177 if (depth > EGTB_depth && TotalAllPieces <= EGTB_use && in Search()