Home
last modified time | relevance | path

Searched refs:EGTBPieces (Results 1 – 3 of 3) sorted by path

/dports/games/sjeng/Sjeng-Free-11.2/
H A Dextvars.h185 extern int EGTBPieces;
H A Dprobe.c89 int EGTBPieces; variable
106 EGTBPieces = IInitializeTb (EGTBDir); in init_egtb()
108 printf("%d piece endgame tablebases found\n", EGTBPieces); in init_egtb()
H A Dsearch.c542 if (piece_count <= EGTBPieces && (Variant == Normal)) in search()