Home
last modified time | relevance | path

Searched refs:lowIndex (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultAllocator.java141 int lowIndex = 0; in trim() local
143 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()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DSegmentBase.java165 long lowIndex = firstSegmentNum; in getSegmentNum() local
167 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()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java1097 int lowIndex = 0; in trimSwitchInstruction() local
1098 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()
/external/icu/icu4c/source/i18n/
Dusearch.cpp3450 int32_t lowIndex; member
3565 …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 …]
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java890 int lowIndex = 0; in binarySearchFloor() local
893 while (lowIndex <= highIndex) { in binarySearchFloor()
894 int midIndex = (lowIndex + highIndex) >>> 1; in binarySearchFloor()
896 lowIndex = midIndex + 1; in binarySearchFloor()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...