Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3566 static volatile CTbCache *ptbcFree; // First free cache header variable
3633 ptbcFree = ptbcTbCache; in VTbClearCache()
3846 if (NULL != ptbcFree) in TbtProbeTable()
3848 ptbc = ptbcFree; in TbtProbeTable()
3849 ptbcFree = ptbc->m_ptbcNext; in TbtProbeTable()
4046 ptbc->m_ptbcNext = ptbcFree; in TbtProbeTable()
4047 ptbcFree = ptbc; in TbtProbeTable()