Searched refs:m_windowSize (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 Deprecomp.cpp33 m_windowSize = (maxExpBits+storage-1)/storage;
34 m_exponentBase = Integer::Power2(m_windowSize);
48 m_windowSize = m_exponentBase.BitCount() - 1;
72 bool fastNegate = group.InversionIsFast() && m_windowSize > 1;
77 Integer::DivideByPowerOf2(r, q, e, m_windowSize);
79 if (fastNegate && r.GetBit(m_windowSize-1))
H A Deprecomp.h46 DL_FixedBasePrecomputationImpl() : m_windowSize(0) {}
64 unsigned int m_windowSize; member in class:DL_FixedBasePrecomputationImpl

Completed in 42 milliseconds