Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c529 const U32* rankValOrigin, const int minWeight, in HUF_fillDTableX2Level2() argument
540 if (minWeight>1) { in HUF_fillDTableX2Level2()
541 U32 i, skipSize = rankVal[minWeight]; in HUF_fillDTableX2Level2()
591 int minWeight = nbBits + scaleLog; in HUF_fillDTableX2() local
592 if (minWeight < 1) minWeight = 1; in HUF_fillDTableX2()
593 sortedRank = rankStart[minWeight]; in HUF_fillDTableX2()
595 rankValOrigin[nbBits], minWeight, in HUF_fillDTableX2()