Searched refs:otherUsedLen (Results 1 – 1 of 1) sorted by relevance
701 int otherUsedLen = other.getUsedLength(); in addShiftedByWords() local702 if (otherUsedLen == 0) in addShiftedByWords()707 int minLen = otherUsedLen + words; in addShiftedByWords()713 add(m_ints, words, other.m_ints, 0, otherUsedLen); in addShiftedByWords()