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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbasecode.cpp29 m_bytePos = m_bitPos = 0;
44 if (m_bytePos == 0)
53 m_outBuf[m_bytePos] |= b >> (8-bitsLeftInTarget);
57 ++m_bytePos;
72 assert(m_bytePos <= m_outputBlockSize);
73 if (m_bytePos == m_outputBlockSize)
76 for (i=0; i<m_bytePos; i++)
83 m_bytePos = m_bitPos = 0;
89 ++m_bytePos;
92 for (i=0; i<m_bytePos;
[all...]
H A Dbasecode.h32 int m_bytePos, m_bitPos; member in class:BaseN_Encoder
57 int m_bytePos, m_bitPos; member in class:BaseN_Decoder

Completed in 56 milliseconds