Searched defs:u_left (Results 1 - 2 of 2) 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)
709 qsort_assert(pc_right < u_left);
716 for (i = pc_right + 1; i < u_left; ++i) {
799 u_left - the leftmost index of the right side's uncompared set
809 right once u_left > part_right. When both these conditions
837 int u_right, u_left; local
844 u_left = pc_right + 1;
867 u_left). The values of the left, center, and right elements
877 s = qsort_cmp(pc_left, u_left);
882 qsort_all_asserts(pc_left, pc_right, u_left
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...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c2784 int u_inserted = 0, u_left = 0; local
2881 u_left++;
2902 u_left = 0;
2908 if (u_left) {

Completed in 32 milliseconds