Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3557 volatile CTbCache *m_ptbcTbPrev; // Previous element in double-linked cache bucket LRU list member
3613 ptbc->m_ptbcTbPrev = in VTbClearCache()
3818 ptbc->m_ptbcTbPrev->m_ptbcTbNext = ptbc->m_ptbcTbNext; in TbtProbeTable()
3820 ptbc->m_ptbcTbNext->m_ptbcTbPrev = ptbc->m_ptbcTbPrev; in TbtProbeTable()
3822 ptbc->m_ptbcTbPrev = NULL; in TbtProbeTable()
3824 ptbcTbFirst->m_ptbcTbPrev = ptbc; in TbtProbeTable()
3903 ptbc->m_ptbcTbNext->m_ptbcTbPrev = ptbc->m_ptbcTbPrev; in TbtProbeTable()
3904 if (NULL == ptbc->m_ptbcTbPrev) in TbtProbeTable()
3907 ptbc->m_ptbcTbPrev->m_ptbcTbNext = ptbc->m_ptbcTbNext; in TbtProbeTable()
4024 ptbc->m_ptbcTbPrev = NULL; in TbtProbeTable()
[all …]