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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzlib.cpp25 AttachedTransformation()->PutWord16(RoundUpToMultipleOf(cmf*256+flags, 31));
H A Dstrciphr.cpp17 unsigned int bufferByteSize = policy.CanOperateKeystream() ? GetBufferByteSize(policy) : RoundUpToMultipleOf(1024U, GetBufferByteSize(policy));
57 size_t bufferByteSize = RoundUpToMultipleOf(length, bytesPerIteration);
116 bufferByteSize = RoundUpToMultipleOf(length, bytesPerIteration);
H A Dpwdbased.h158 const size_t DLen = v, SLen = RoundUpToMultipleOf(saltLen, v);
159 const size_t PLen = RoundUpToMultipleOf(passwordLen, v), ILen = SLen + PLen;
H A Dbench.cpp75 const int BUF_SIZE = RoundUpToMultipleOf(2048U, cipher.OptimalNumberOfParallelBlocks() * cipher.BlockSize());
97 const int BUF_SIZE=RoundUpToMultipleOf(2048U, cipher.OptimalBlockSize());
H A Ddefault.cpp27 size_t bufSize = RoundUpToMultipleOf(outLen, (size_t)DefaultHashModule::DIGESTSIZE);
H A Dasn.cpp220 for (unsigned int i=RoundUpToMultipleOf(STDMAX(7U,BitPrecision(v)), 7U)-7; i != 0; i-=7)
H A Dmisc.h326 inline T1 RoundUpToMultipleOf(const T1 &n, const T2 &m) function
329 throw InvalidArgument("RoundUpToMultipleOf: integer overflow");
804 ConditionalByteReverse(order, out, out, RoundUpToMultipleOf(inlen, U));
H A Dzdeflate.cpp746 unsigned long storedLen = 8*((unsigned long)m_blockLength+4) + RoundUpToMultipleOf(m_bitsBuffered+3, 8U)-m_bitsBuffered;

Completed in 91 milliseconds