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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java648 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift);
655 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) method in class:LongArray
829 long carry = addShiftedUp(c, cOff, b, 0, bLen, k);
1091 addShiftedUp(c, cOff - cLen, c, cOff, cLen, 8);
1300 addShiftedUp(c, ci[ciPos >>> 1], c, ci[ciPos], cLen, positions);

Completed in 225 milliseconds