Lines Matching refs:startIndex
1715 int startIndex = -1, endIndex = -1;
1728 startIndex = k;
1734 startIndex = k;
1761 startIndex = memVRTable[tableIndex].num_ranges;
1771 if(startIndex == endIndex && startBeforeRange && endBeforeRange) { //insert at startIndex
1772 //3 cases depending on BeforeRange when startIndex == endIndex
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);
1825 ALOGI("LIVERANGE tableIndex %d startIndex %d num_access %d (", tableIndex, startIndex, ptrStart->num_access);
1831 //from startIndex+1 to endIndex-1
1835 for(k2 = 0; k2 < ptr->num_access; k2++) { //merge to startIndex
1842 //remove startIndex+1 to endIndex-1
1843 if(startIndex+1 < endIndex) {
1853 memVRTable[tableIndex].num_ranges -= (endIndex - startIndex - 1);