Searched defs:u_right (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c703 int pc_left, int pc_right, int u_left, int u_right)
708 qsort_assert(u_right < pc_left);
710 for (i = u_right + 1; i < pc_left; ++i) {
798 u_right - the rightmost index of the left side's uncompared set
808 get u_right < part_left and no uncompared elements on the
837 int u_right, u_left; local
843 u_right = pc_left - 1;
866 pick here (conveniently pointed at by u_right, pc_left, and
874 s = qsort_cmp(u_right, pc_left);
882 qsort_all_asserts(pc_left, pc_right, u_left + 1, u_right
698 doqsort_all_asserts( void * array, size_t num_elts, size_t elt_size, int (*compare)(const void * elt1, const void * elt2), int pc_left, int pc_right, int u_left, int u_right) argument
[all...]

Completed in 18 milliseconds