Lines Matching refs:oldLeftI
320 Int oldLeftI, oldRightI, newLeftI, newRightI;
326 oldLeftI = leftCorner-1;
333 oldLeftI = leftCorner;
347 newLeftI = oldLeftI;
363 break; //the for-loop, above right(k+1) is separated: oldLeftI, oldRightI
373 //update oldLeftI if necessary
377 oldLeftI = k;
381 break; //the for-loop, above left(k+1) is separated: oldLeftI, oldRightI
408 oldLeftI = newLeftI;
435 oldLeftI = newLeftI;
440 //now oldLeftI and oldRight I are the desired separator index notice that they are not
442 if(oldLeftI < leftCorner || oldRightI < rightCorner)
446 ret_sep_left = oldLeftI;