Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3614 ptbc->m_ptbcTbNext = in VTbClearCache()
3793 for (ptbc = ptbcTbFirst; NULL != ptbc; ptbc = ptbc->m_ptbcTbNext) in TbtProbeTable()
3818 ptbc->m_ptbcTbPrev->m_ptbcTbNext = ptbc->m_ptbcTbNext; in TbtProbeTable()
3819 if (NULL != ptbc->m_ptbcTbNext) in TbtProbeTable()
3820 ptbc->m_ptbcTbNext->m_ptbcTbPrev = ptbc->m_ptbcTbPrev; in TbtProbeTable()
3823 ptbc->m_ptbcTbNext = ptbcTbFirst; in TbtProbeTable()
3902 if (NULL != ptbc->m_ptbcTbNext) in TbtProbeTable()
3903 ptbc->m_ptbcTbNext->m_ptbcTbPrev = ptbc->m_ptbcTbPrev; in TbtProbeTable()
3907 ptbc->m_ptbcTbPrev->m_ptbcTbNext = ptbc->m_ptbcTbNext; in TbtProbeTable()
4026 if (NULL != ptbc->m_ptbcTbNext) in TbtProbeTable()
[all …]