Searched refs:minLen (Results 1 – 3 of 3) sorted by relevance
42 int minLen = n1 < n2 ? n1 : n2; in compare()43 for (int i=0; i < minLen; i++) { in compare()
793 int minLen = minuend.nWords; in leftInplaceSub() local796 int rLen = minLen - offsetDiff; in leftInplaceSub()798 System.arraycopy(mData, 0, mData, -offsetDiff, minLen); in leftInplaceSub()802 System.arraycopy(mData, 0, r, -offsetDiff, minLen); in leftInplaceSub()806 minuend.nWords = minLen = rLen; in leftInplaceSub()811 for (int sIndex = 0; sIndex < subLen && mIndex < minLen; sIndex++, mIndex++) { in leftInplaceSub()816 for (; borrow != 0 && mIndex < minLen; mIndex++) { in leftInplaceSub()860 int minLen = minuend.nWords; in rightInplaceSub() local862 int rLen = minLen; in rightInplaceSub()875 int rLen = minLen + offsetDiff; in rightInplaceSub()[all …]
1360 int minLen = (thisLen < otherLen) ? thisLen: otherLen; in commonAncestor() local1365 for (; i < minLen; i++) { in commonAncestor()