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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbasecode.cpp48 unsigned int b = begin[m_inputPosition++], bitsLeftInSource = 8; local
54 if (bitsLeftInSource >= bitsLeftInTarget)
58 bitsLeftInSource -= bitsLeftInTarget;
59 if (bitsLeftInSource == 0)
66 m_bitPos += bitsLeftInSource;

Completed in 17 milliseconds