Searched refs:m_nDataSize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.cpp80 m_nDataSize = nDataSize;
102 wxCHECK(nStartPos + nSize <= m_nDataSize, NULL);
103 wxCHECK(nSize <= m_nDataSize, NULL);
105 if (nStartPos == 0 && nSize == m_nDataSize) {
108 } else if (m_nDataSize <= m_nBaseSize) { // sanity
113 uint64 nBlocks = m_nDataSize / m_nBaseSize + ((m_nDataSize % m_nBaseSize != 0 )? 1:0);
115 uint64 nRight = m_nDataSize - nLeft;
125 wxASSERT( m_pLeftTree->m_nDataSize == nLeft );
139 wxASSERT( m_pRightTree->m_nDataSize
[all...]
H A DSHAHashSet.h153 uint64 m_nDataSize; // size of data which is covered by this hash member in class:CAICHHashTree
165 uint64 GetNDataSize() const { return m_nDataSize; }

Completed in 114 milliseconds