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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.cpp182 m_halfs.low = low;
183 m_halfs.high = 0;
189 m_halfs.low = low;
190 m_halfs.high = high;
199 MultiplyWordsLoHi(r.m_halfs.low, r.m_halfs.high, a, b);
215 m_halfs.low += a;
216 m_halfs.high += (m_halfs.low < a);
227 r.m_halfs
290 } m_halfs; member in union:DWord::__anon101
[all...]

Completed in 100 milliseconds