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

/vbox/src/recompiler/
H A Dcutils.c49 #define THRESH_L 5 /* threshold for insertion sort */ macro
118 * insertion sort for partitions involving fewer than THRESH_L records.
243 * very small number of records (THRESH_L)
250 if (nrec < THRESH_L) {

Completed in 151 milliseconds