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

/opensolaris-onvv-gate/usr/src/common/util/
H A Dqsort.c59 #define THRESH_M9 50 /* threshold for median of 9 */ macro
247 * if (nrec >= THRESH_M3 && nrec < THRESH_M9)
250 * if (nrec >= THRESH_M9)
264 } else if (nrec < THRESH_M9) {

Completed in 94 milliseconds