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

/opensolaris-onvv-gate/usr/src/common/util/
H A Dqsort.c58 #define THRESH_M3 20 /* threshold for median of 3 */ macro
244 * for small partitions (nrec < THRESH_M3)
247 * if (nrec >= THRESH_M3 && nrec < THRESH_M9)
262 if (nrec < THRESH_M3) {

Completed in 28 milliseconds