Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3632 ptbcHead = ptbcTail = NULL; in VTbClearCache()
3644 ptbcHead = NULL; in FTbSetCacheSize()
3799 if (ptbc != ptbcHead) in TbtProbeTable()
3809 ptbc->m_ptbcNext = ptbcHead; in TbtProbeTable()
3810 ptbcHead->m_ptbcPrev = ptbc; in TbtProbeTable()
3811 ptbcHead = ptbc; in TbtProbeTable()
3896 ptbcHead = NULL; in TbtProbeTable()
4016 ptbc->m_ptbcNext = ptbcHead; in TbtProbeTable()
4017 if (NULL == ptbcHead) in TbtProbeTable()
4020 ptbcHead->m_ptbcPrev = ptbc; in TbtProbeTable()
[all …]