Home
last modified time | relevance | path

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

/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dutil.c543 ProbeEETable(short side, short *score) in ProbeEETable() function
H A Dgnushogi.h953 int ProbeEETable(short side, short *score);
H A Deval.c2246 if (!(use_etable && ProbeEETable(side, &s))) in ScorePosition()