Home
last modified time | relevance | path

Searched refs:HUF_quickSortPartition (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dhuf_compress.c498 static int HUF_quickSortPartition(nodeElt arr[], int const low, int const high) { in HUF_quickSortPartition() function
525 int const idx = HUF_quickSortPartition(arr, low, high); in HUF_simpleQuickSort()