Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3562 static ULONG ctbcTbCache; // Cache size (in entries) variable
3586 if (0 == ctbcTbCache) in VTbCloseFiles()
3604 if (0 == ctbcTbCache) in VTbClearCache()
3609 pb = (BYTE *) & ptbcTbCache [ctbcTbCache]; in VTbClearCache()
3610 for (i = 0, ptbc = ptbcTbCache; i < ctbcTbCache; i ++, ptbc ++) in VTbClearCache()
3643 ctbcTbCache = 0; in FTbSetCacheSize()
3648 ctbcTbCache = cbSize / (sizeof (CTbCache) + TB_CB_CACHE_CHUNK+32+4); in FTbSetCacheSize()
3782 if (0 == ctbcTbCache || NULL == ptbd->m_prgtbcbBuckets[side]) in TbtProbeTable()