Searched refs:HUF_quickSortPartition (Results 1 – 2 of 2) sorted by relevance
501 static int HUF_quickSortPartition(nodeElt arr[], int const low, int const high) { in HUF_quickSortPartition() function528 int const idx = HUF_quickSortPartition(arr, low, high); in HUF_simpleQuickSort()
572 static int HUF_quickSortPartition(nodeElt arr[], int const low, int const high) { in HUF_quickSortPartition() function599 int const idx = HUF_quickSortPartition(arr, low, high); in HUF_simpleQuickSort()