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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Diterhash.cpp22 unsigned int num = ModPowerOf2(oldCountLo, blockSize);
75 unsigned int num = ModPowerOf2(m_countLo, blockSize);
105 unsigned int num = ModPowerOf2(m_countLo, blockSize);
H A Dmisc.h310 inline T2 ModPowerOf2(const T1 &a, const T2 &b) function
320 return n - ModPowerOf2(n, m);
354 return alignment==1 || (IsPowerOf2(alignment) ? ModPowerOf2((size_t)p, alignment) == 0 : (size_t)p % alignment == 0);
H A Dvmac.cpp733 size_t remaining = ModPowerOf2(length, m_L1KeyLength);
781 size_t len = ModPowerOf2(GetBitCountLo()/8, m_L1KeyLength);

Completed in 131 milliseconds