Searched refs:m_bIsLeftBranch (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.cpp82 m_bIsLeftBranch = bLeftBranch;
114 uint64 nLeft = (((m_bIsLeftBranch) ? nBlocks+1:nBlocks) / 2)* m_nBaseSize;
287 wHashIdent |= (m_bIsLeftBranch) ? 1: 0;
290 uint64 nLeft = ( ((m_bIsLeftBranch) ? nBlocks+1:nBlocks) / 2)* m_nBaseSize;
321 wHashIdent |= (m_bIsLeftBranch) ? 1: 0;
338 wHashIdent |= (m_bIsLeftBranch) ? 1: 0;
373 uint64 nLeft = ( ((m_bIsLeftBranch) ? nBlocks+1:nBlocks) / 2)* m_nBaseSize;
426 uint64 nLeft = ( ((m_bIsLeftBranch) ? nBlocks+1:nBlocks) / 2)* m_nBaseSize;
H A DSHAHashSet.h155 bool m_bIsLeftBranch; // left or right branch of the tree member in class:CAICHHashTree
167 bool GetIsLeftBranch() const { return m_bIsLeftBranch; }

Completed in 23 milliseconds