Searched refs:lowIndex (Results 1 – 6 of 6) sorted by relevance
141 int lowIndex = 0; in trim() local143 while (lowIndex <= highIndex) { in trim()144 Allocation lowAllocation = availableAllocations[lowIndex]; in trim()146 lowIndex++; in trim()152 availableAllocations[lowIndex++] = highAllocation; in trim()158 targetAvailableCount = Math.max(targetAvailableCount, lowIndex); in trim()
165 long lowIndex = firstSegmentNum; in getSegmentNum() local167 while (lowIndex <= highIndex) { in getSegmentNum()168 long midIndex = lowIndex + (highIndex - lowIndex) / 2; in getSegmentNum()171 lowIndex = midIndex + 1; in getSegmentNum()178 return lowIndex == firstSegmentNum ? lowIndex : highIndex; in getSegmentNum()
1097 int lowIndex = 0; in trimSwitchInstruction() local1098 while (lowIndex < length && in trimSwitchInstruction()1099 jumpOffsets[lowIndex] == defaultOffset) in trimSwitchInstruction()1101 lowIndex++; in trimSwitchInstruction()1113 int newLength = highIndex - lowIndex + 1; in trimSwitchInstruction()1131 System.arraycopy(jumpOffsets, lowIndex, newJumpOffsets, 0, newLength); in trimSwitchInstruction()1134 tableSwitchInstruction.lowCase += lowIndex; in trimSwitchInstruction()1135 tableSwitchInstruction.highCase -= length - newLength - lowIndex; in trimSwitchInstruction()
3450 int32_t lowIndex; member3565 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()3607 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()3967 mStart = firstCEI->lowIndex; in usearch_search()3968 minLimit = lastCEI->lowIndex; in usearch_search()3981 maxLimit = nextCEI->lowIndex; in usearch_search()3982 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()3988 maxLimit = nextCEI->lowIndex; in usearch_search()4004 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()4198 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) { in usearch_searchBackwards()[all …]
890 int lowIndex = 0; in binarySearchFloor() local893 while (lowIndex <= highIndex) { in binarySearchFloor()894 int midIndex = (lowIndex + highIndex) >>> 1; in binarySearchFloor()896 lowIndex = midIndex + 1; in binarySearchFloor()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...