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

/opensolaris-onvv-gate/usr/src/common/util/
H A Dqsort.c127 char *t_dup; /* top duplicate */ local
292 * Two duplicate records pointers are (b_dup and t_dup) are
296 * b_dup or t_dup and the duplicate pointer will be
309 * b_dup or t_dup is ever equal to m2,
311 * b_dup or t_dup is incremented with out swapping records.
318 t_dup = t_par = t_lim = b_lim + rsiz * (nrec - 1);
350 if (t_dup == m2) {
352 } else if (t_dup != t_par) {
353 (*swapf)(t_dup, t_par, loops);
355 t_dup
[all...]

Completed in 41 milliseconds