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.java701 int otherUsedLen = other.getUsedLength(); in addShiftedByWords() local
702 if (otherUsedLen == 0) in addShiftedByWords()
707 int minLen = otherUsedLen + words; in addShiftedByWords()
713 add(m_ints, words, other.m_ints, 0, otherUsedLen); in addShiftedByWords()