Searched refs:oldLeftI (Results 1 – 2 of 2) sorted by relevance
320 Int oldLeftI, oldRightI, newLeftI, newRightI; in findBotSeparator() local326 oldLeftI = leftCorner-1; in findBotSeparator()333 oldLeftI = leftCorner; in findBotSeparator()347 newLeftI = oldLeftI; in findBotSeparator()377 oldLeftI = k; in findBotSeparator()408 oldLeftI = newLeftI; in findBotSeparator()435 oldLeftI = newLeftI; in findBotSeparator()442 if(oldLeftI < leftCorner || oldRightI < rightCorner) in findBotSeparator()446 ret_sep_left = oldLeftI; in findBotSeparator()
336 Int oldLeftI, oldRightI, newLeftI, newRightI; in findTopSeparator() local342 oldLeftI = leftEndIndex+1; in findTopSeparator()349 oldLeftI = leftEndIndex; in findTopSeparator()363 newLeftI = oldLeftI; in findTopSeparator()394 oldLeftI = k; in findTopSeparator()424 oldLeftI = newLeftI; in findTopSeparator()451 oldLeftI = newLeftI; in findTopSeparator()457 if(oldLeftI > leftEndIndex || oldRightI > rightEndIndex) in findTopSeparator()461 ret_sep_left = oldLeftI; in findTopSeparator()