Searched refs:part_left (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c743 int part_left; local
770 part_left = 0;
778 if ((part_right - part_left) >= qsort_break_even) {
803 by the leftmost edge of the whole partition (part_left). The
808 get u_right < part_left and no uncompared elements on the
841 pc_left = ((part_left + part_right) / 2);
976 while ((still_work_on_left = (u_right >= part_left))) {
1111 qsort_break_even = (part_right - part_left) + 1;
1120 qsort_break_even = (part_right - part_left) + 1;
1128 if (part_left < pc_lef
[all...]

Completed in 34 milliseconds