Lines Matching refs:m_clusterPreloadCount
679 m_clusterPreloadCount(0), in Segment()
683 const long count = m_clusterCount + m_clusterPreloadCount; in ~Segment()
1222 if (m_clusterPreloadCount > 0) { in DoLoadCluster()
1251 --m_clusterPreloadCount; in DoLoadCluster()
1341 const long count = m_clusterCount + m_clusterPreloadCount; in AppendCluster()
1369 if (m_clusterPreloadCount > 0) { in AppendCluster()
1374 Cluster** q = p + m_clusterPreloadCount; in AppendCluster()
1400 const long count = m_clusterCount + m_clusterPreloadCount; in PreloadCluster()
1446 ++m_clusterPreloadCount; in PreloadCluster()
2149 const long count = m_clusterCount + m_clusterPreloadCount; in GetBlock()
2195 assert(m_clusterPreloadCount > 0); in GetBlock()
2208 const long count = m_clusterCount + m_clusterPreloadCount; in FindOrPreloadCluster()
2254 assert(m_clusterPreloadCount > 0); in FindOrPreloadCluster()
2550 assert(m_clusterPreloadCount > 0); in GetNext()
2649 Cluster** const jj = ii + m_clusterPreloadCount; in GetNext()
2996 Cluster** const jj = ii + m_clusterPreloadCount; in DoParseNext()