Searched refs:ShiftWordsLeftByBits (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 Dwords.h51 inline word ShiftWordsLeftByBits(word *r, size_t n, unsigned int shiftBits) function
H A Dgf2n.cpp638 t=ShiftWordsLeftByBits(c, bcLen, 1);
643 t=ShiftWordsLeftByBits(c, bcLen, i);
729 ShiftWordsLeftByBits(r.reg.begin(), r.reg.size(), 1);
733 ShiftWordsLeftByBits(r.reg.begin(), r.reg.size(), 1);
H A Dinteger.cpp2574 ShiftWordsLeftByBits(TB, NB, shiftBits);
2579 ShiftWordsLeftByBits(TA, NA+2, shiftBits);
2678 t=ShiftWordsLeftByBits(c, bcLen, i);
2737 if (ShiftWordsLeftByBits(R, N, 1) || Compare(R, M, N)>=0)
3648 ShiftWordsLeftByBits(reg+shiftWords, wordCount+BitsToWords(shiftBits), shiftBits);
3704 word overflow = ShiftWordsLeftByBits(remainder.reg, remainder.reg.size(), 1);

Completed in 104 milliseconds