Home | History | Annotate | Download | only in text

Lines Matching refs:endRun

371         int firstRun, endRun, limitRun, runCount;
408 endRun = limitRun - 1;
409 while (firstRun < endRun) {
411 runs[firstRun] = runs[endRun];
412 runs[endRun] = tempRun;
414 --endRun;
434 /* Swap the entire sequence of all runs. (endRun==runCount) */