Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c522 int const kInsertionSortThreshold = 8; in HUF_simpleQuickSort() local
523 if (high - low < kInsertionSortThreshold) { in HUF_simpleQuickSort()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c593 int const kInsertionSortThreshold = 8; in HUF_simpleQuickSort() local
594 if (high - low < kInsertionSortThreshold) { in HUF_simpleQuickSort()