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

/macosx-10.10/Chess-310.6/sjeng/
H A Decache.c35 /*ECacheType ECache[ECACHESIZE];*/
36 ECacheType *ECache; variable
47 ECache[index].stored_hash = hash;
48 ECache[index].hold_hash = hold_hash;
49 ECache[index].score = score;
60 if(ECache[index].stored_hash == hash &&
61 ECache[index].hold_hash == hold_hash)
67 *score = ECache[index].score;
73 memset(ECache, 0, sizeof(ECacheType)*ECacheSize);
79 ECache
[all...]

Completed in 157 milliseconds