Home | History | Annotate | Download | only in x86

Lines Matching refs:endIndex

1715     int startIndex = -1, endIndex = -1;
1744 endIndex = k;
1750 endIndex = k;
1767 endIndex = memVRTable[tableIndex].num_ranges;
1771 if(startIndex == endIndex && startBeforeRange && endBeforeRange) { //insert at startIndex
1772 //3 cases depending on BeforeRange when startIndex == endIndex
1803 endIndex++; //next
1807 if(endIndex < startIndex+1) ALOGE("mergeLiveRange endIndex %d startIndex %d", endIndex, startIndex);
1813 //endIndex > startIndex (merge the ranges between startIndex and endIndex-1)
1821 ALOGI("LIVERANGE merge entries for tableIndex %d from %d to %d", tableIndex, startIndex+1, endIndex-1);
1831 //from startIndex+1 to endIndex-1
1842 //remove startIndex+1 to endIndex-1
1843 if(startIndex+1 < endIndex) {
1853 memVRTable[tableIndex].num_ranges -= (endIndex - startIndex - 1);