Home
last modified time | relevance | path

Searched refs:otherUsedLen (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java703 int otherUsedLen = other.getUsedLength(); in addShiftedByWords() local
704 if (otherUsedLen == 0) in addShiftedByWords()
709 int minLen = otherUsedLen + words; in addShiftedByWords()
715 add(m_ints, words, other.m_ints, 0, otherUsedLen); in addShiftedByWords()