Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/database/
H A Darenabook.cpp26 m_posCount(0), in ArenaBook()
58 m_posCount = fi.size() / sizeof(ABK_ENTRY); in open()
153 if (node[ply] >= (int) m_posCount) in parseFile()
176 return m_posCount; in positionCount()
H A Darenabook.h50 quint64 m_posCount; variable