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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c518 static void HUF_simpleQuickSort(nodeElt arr[], int low, int high) { function
527 HUF_simpleQuickSort(arr, low, idx - 1);
530 HUF_simpleQuickSort(arr, idx + 1, high);
587 HUF_simpleQuickSort(huffNode + bucketStartIdx, 0, bucketSize-1);

Completed in 111 milliseconds