Searched refs:ECacheHits (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Chess-310.6/sjeng/
H A Decache.c39 uint32_t ECacheHits; variable
64 ECacheHits++;
H A Dextvars.h72 extern uint32_t ECacheHits;
H A Depd.c290 printf("ECacheProbes : %d ECacheHits : %d HitRate : %f%%\n",
291 ECacheProbes, ECacheHits,
292 ((float)ECacheHits/((float)ECacheProbes+1)) * 100);
H A Dsjeng.c185 ECacheHits = 0;
310 printf("ECacheProbes : %d ECacheHits : %d HitRate : %f%%\n",
311 ECacheProbes, ECacheHits,
312 ((float)ECacheHits/((float)ECacheProbes+1)) * 100);
H A Dsearch.c1466 ECacheHits = 0;

Completed in 113 milliseconds