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

/opensolaris-onvv-gate/usr/src/common/util/
H A Dqsort.c128 char *t_par; /* top partition */ local
206 t_par = b_lim;
208 t_par += rsiz;
209 b_par = t_par;
284 * partitioning pointers, b_par and t_par, to the middle of
306 * pointers, b_par or t_par, then b_par or t_par just moves
318 t_dup = t_par = t_lim = b_lim + rsiz * (nrec - 1);
322 for (; b_par <= t_par; b_par += rsiz) {
341 for (; b_par < t_par; t_pa
[all...]

Completed in 43 milliseconds