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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.cpp149 if (!SafeConvert(skipMax, offset))
194 if (!SafeConvert(length, size))
H A Dcryptlib.cpp674 if (!SafeConvert(m_plaintextQueue.CurrentSize(), plaintextLength))
719 if (!SafeConvert(m_ciphertextQueue.CurrentSize(), ciphertextLength))
H A Dasn.cpp81 if (!SafeConvert(lw, length))
H A Dnbtheory.cpp310 bool safe = SafeConvert(std::find(m_sieve.begin()+m_next, m_sieve.end(), false) - m_sieve.begin(), m_next);
H A Dmisc.h270 inline bool SafeConvert(T1 from, T2 &to) function

Completed in 127 milliseconds