Searched refs:rLen (Results 1 – 2 of 2) sorted by relevance
139 int rLen = skipOverFieldSignature(descriptor, cur, end, true); in parseMethodDescriptor() local140 if (rLen == 0 || cur + rLen != end) in parseMethodDescriptor()142 ptypes.add(0, descriptor.substring(cur, cur + rLen)); in parseMethodDescriptor()
796 int rLen = minLen - offsetDiff; in leftInplaceSub() local797 if (rLen < mData.length) { in leftInplaceSub()801 int[] r = new int[rLen]; in leftInplaceSub()806 minuend.nWords = minLen = rLen; in leftInplaceSub()862 int rLen = minLen; in rightInplaceSub() local863 if (rLen < sData.length) { in rightInplaceSub()867 int[] r = new int[rLen]; in rightInplaceSub()875 int rLen = minLen + offsetDiff; in rightInplaceSub() local876 if (rLen >= sData.length) { in rightInplaceSub()877 subtrahend.data = sData = Arrays.copyOf(sData, rLen); in rightInplaceSub()