Searched refs:BitsToWords (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 Dgf2n.cpp23 : reg(BitsToWords(bitLength))
289 remainder.reg.CleanNew(BitsToWords(degree+1));
291 quotient.reg.CleanNew(BitsToWords(dividend.BitCount() - divisor.BitCount() + 1));
669 for (unsigned i=0; i+1<BitsToWords(m); i++)
671 b[BitsToWords(m)-1] = 0;
696 ShiftWordsRightByBits(b, BitsToWords(m), k);
754 for (i=b.size()-1; i>=BitsToWords(t0); i--)
775 if (i==BitsToWords(t0)-1 && t0%WORD_BITS)
H A Dinteger.cpp2858 Integer r((word)0, BitsToWords(e+1));
2916 reg.CleanGrow(RoundupSize(BitsToWords(n+1)));
3646 reg.CleanGrow(RoundupSize(wordCount+BitsToWords(n)));
3648 ShiftWordsLeftByBits(reg+shiftWords, wordCount+BitsToWords(shiftBits), shiftBits);
3767 const size_t wordCount = BitsToWords(n);
H A Dmisc.h288 inline size_t BitsToWords(size_t bitCount) function

Completed in 119 milliseconds