Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3022 struct CTbCache;
3549 struct CTbCache //Hungarian: tbc struct
3561 static CTbCache *ptbcTbCache; // Cache memory argument
3564 static volatile CTbCache *ptbcHead; // Head of that list
3565 static volatile CTbCache *ptbcTail; // Last element in that list
3566 static volatile CTbCache *ptbcFree; // First free cache header
3599 CTbCache *ptbc; in VTbClearCache()
3645 if (cbSize < sizeof (CTbCache)) in FTbSetCacheSize()
3647 ptbcTbCache = (CTbCache*) pv; in FTbSetCacheSize()
3766 volatile CTbCache *ptbc; in TbtProbeTable()
[all …]