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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfltrimpl.h33 return STDMAX(size_t(1), length-m_inputPosition);\
50 return STDMAX(size_t(1), length-m_inputPosition);\
61 return STDMAX(size_t(1), length-m_inputPosition);\
H A Drc5.cpp20 const unsigned int c = STDMAX((keylen+U-1)/U, 1U); // RC6 paper says c=1 if keylen==0
30 const unsigned n = 3*STDMAX((unsigned int)sTable.size(), c);
H A Drc6.cpp21 const unsigned int c = STDMAX((keylen+U-1)/U, 1U); // RC6 paper says c=1 if keylen==0
31 const unsigned n = 3*STDMAX((unsigned int)sTable.size(), c);
H A Dwait.cpp322 m_maxFd = STDMAX(m_maxFd, fd);
328 m_maxFd = STDMAX(m_maxFd, fd);
H A Dnetwork.cpp387 m_maxObservedSpeed = STDMAX(m_currentSpeed, m_maxObservedSpeed * 0.98f);
454 return STDMAX<size_t>(blockedBytes, 1);
H A Dqueue.cpp232 m_tail->next = new ByteQueueNode(STDMAX(m_nodeSize, length));
417 m_tail->next = new ByteQueueNode(STDMAX(m_nodeSize, size));
H A Ddefault.cpp163 SecByteBlock check(STDMAX((unsigned int)2*BLOCKSIZE, (unsigned int)DefaultHashModule::DIGESTSIZE));
H A Dalgebra.cpp99 const unsigned expLen = STDMAX(e1.BitCount(), e2.BitCount());
H A Dgf2n.h77 unsigned int MinEncodedSize() const {return STDMAX(1U, ByteCount());}
H A Dasn.cpp220 for (unsigned int i=RoundUpToMultipleOf(STDMAX(7U,BitPrecision(v)), 7U)-7; i != 0; i-=7)
H A Dpolynomi.cpp439 q.m_coefficients.resize(STDMAX(0, int(i - dDegree)));
H A Dsecblock.h258 size_type max_size() const {return STDMAX(m_fallbackAllocator.max_size(), S);}
H A Dfilters.cpp586 m_optimalBufferSize = (unsigned int)STDMAX(m_optimalBufferSize, RoundDownToMultipleOf(4096U, m_optimalBufferSize));
638 size_t blockSize = STDMAX(minLastBlockSize, (size_t)m_cipher.MandatoryBlockSize());
H A Dzdeflate.cpp369 unsigned int bestLength = STDMAX(m_previousLength, (unsigned int)MIN_MATCH-1);
H A Dmisc.h197 template <class T> inline const T& STDMAX(const T& a, const T& b) function
H A Dvalidat1.cpp541 unsigned int length = STDMAX(GlobalRNG().GenerateWord32(0, i), (word32)e.MinLastBlockSize());
H A Dinteger.cpp3112 unsigned int outputLen = STDMAX(1U, ByteCount());
3138 Integer temp = Integer::Power2(8*STDMAX((size_t)ByteCount(), outputLen)) + *this;

Completed in 109 milliseconds