Searched refs:otherUsedLen (Results 1 – 1 of 1) sorted by relevance
703 int otherUsedLen = other.getUsedLength(); in addShiftedByWords() local704 if (otherUsedLen == 0) in addShiftedByWords()709 int minLen = otherUsedLen + words; in addShiftedByWords()715 add(m_ints, words, other.m_ints, 0, otherUsedLen); in addShiftedByWords()