Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c455 #define RANK_POSITION_DISTINCT_COUNT_CUTOFF RANK_POSITION_LOG_BUCKETS_BEGIN + BIT_highbit32(RANK_PO… macro
461 return (count < RANK_POSITION_DISTINCT_COUNT_CUTOFF) in HUF_getIndex()
585 for (n = RANK_POSITION_DISTINCT_COUNT_CUTOFF; n < RANK_POSITION_TABLE_SIZE - 1; ++n) { in HUF_sort()