Searched refs:kInsertionSortThreshold (Results 1 – 2 of 2) sorted by relevance
522 int const kInsertionSortThreshold = 8; in HUF_simpleQuickSort() local523 if (high - low < kInsertionSortThreshold) { in HUF_simpleQuickSort()
593 int const kInsertionSortThreshold = 8; in HUF_simpleQuickSort() local594 if (high - low < kInsertionSortThreshold) { in HUF_simpleQuickSort()