Lines Matching refs:endRun
438 int32_t firstRun, endRun, limitRun, runCount;479 endRun=limitRun-1;480 while(firstRun<endRun) {482 runs[firstRun]=runs[endRun];483 runs[endRun]=tempRun;485 --endRun;505 /* Swap the entire sequence of all runs. (endRun==runCount) */