Searched refs:kInsertionSortThreshold (Results 1 – 1 of 1) sorted by relevance
519 int const kInsertionSortThreshold = 8; in HUF_simpleQuickSort() local520 if (high - low < kInsertionSortThreshold) { in HUF_simpleQuickSort()