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

/opensolaris-onvv-gate/usr/src/common/util/
H A Dqsort.c57 #define THRESH_L 5 /* threshold for insertion sort */ macro
70 * insertion sort for partitions involving fewer than THRESH_L records.
195 * very small number of records (THRESH_L)
202 if (nrec < THRESH_L) {

Completed in 179 milliseconds