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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c519 int const kInsertionSortThreshold = 8; local
520 if (high - low < kInsertionSortThreshold) {

Completed in 99 milliseconds