Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3549 struct CTbCache //Hungarian: tbc struct
3554 volatile CTbCache *m_ptbcNext; // Next element in double-linked general LRU list argument
3555 volatile CTbCache *m_ptbcPrev; // Previous element in double-linked general LRU list argument
3556 volatile CTbCache *m_ptbcTbNext; // Next element in double-linked cache bucket LRU list argument
3557 volatile CTbCache *m_ptbcTbPrev; // Previous element in double-linked cache bucket LRU list argument
3561 static CTbCache *ptbcTbCache; // Cache memory argument