Lines Matching refs:oldLeftI
336 Int oldLeftI, oldRightI, newLeftI, newRightI;
342 oldLeftI = leftEndIndex+1;
349 oldLeftI = leftEndIndex;
363 newLeftI = oldLeftI;
380 break; //the for-loop. below right(k-1) is seperated: oldLeftI, oldRightI.
390 //update oldLeftI if necessary
394 oldLeftI = k;
424 oldLeftI = newLeftI;
451 oldLeftI = newLeftI;
456 //now oldLeftI and oldRightI are the desired separeator index, notice that there are not necessarily valid
457 if(oldLeftI > leftEndIndex || oldRightI > rightEndIndex)
461 ret_sep_left = oldLeftI;