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

/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c529 const U32* rankValOrigin, const int minWeight,
540 if (minWeight>1) {
541 U32 i, skipSize = rankVal[minWeight];
591 int minWeight = nbBits + scaleLog; local
592 if (minWeight < 1) minWeight = 1;
593 sortedRank = rankStart[minWeight];
595 rankValOrigin[nbBits], minWeight,
528 HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c1836 const U32* rankValOrigin, const int minWeight,
1848 if (minWeight>1)
1850 U32 i, skipSize = rankVal[minWeight];
1904 int minWeight = nbBits + scaleLog; local
1905 if (minWeight < 1) minWeight = 1;
1906 sortedRank = rankStart[minWeight];
1908 rankValOrigin[nbBits], minWeight,
1835 HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v02.c1839 const U32* rankValOrigin, const int minWeight,
1851 if (minWeight>1)
1853 U32 i, skipSize = rankVal[minWeight];
1907 int minWeight = nbBits + scaleLog; local
1908 if (minWeight < 1) minWeight = 1;
1909 sortedRank = rankStart[minWeight];
1911 rankValOrigin[nbBits], minWeight,
2203 const rankVal_t rankValOrigin, const U32 consumed, const int minWeight, const U32 maxWeight,
2217 if (minWeight>
1838 HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
2202 HUF_fillDTableX6LevelN(HUF_DDescX6* DDescription, HUF_DSeqX6* DSequence, int sizeLog, const rankVal_t rankValOrigin, const U32 consumed, const int minWeight, const U32 maxWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart, const U32 nbBitsBaseline, HUF_DSeqX6 baseSeq, HUF_DDescX6 DDesc) argument
[all...]
H A Dzstd_v04.c1987 const U32* rankValOrigin, const int minWeight,
1999 if (minWeight>1)
2001 U32 i, skipSize = rankVal[minWeight];
2055 int minWeight = nbBits + scaleLog; local
2056 if (minWeight < 1) minWeight = 1;
2057 sortedRank = rankStart[minWeight];
2059 rankValOrigin[nbBits], minWeight,
1986 HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v05.c2115 const U32* rankValOrigin, const int minWeight,
2127 if (minWeight>1) {
2128 U32 i, skipSize = rankVal[minWeight];
2179 int minWeight = nbBits + scaleLog; local
2180 if (minWeight < 1) minWeight = 1;
2181 sortedRank = rankStart[minWeight];
2183 rankValOrigin[nbBits], minWeight,
2114 HUFv05_fillDTableX4Level2(HUFv05_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v06.c2248 const U32* rankValOrigin, const int minWeight,
2259 if (minWeight>1) {
2260 U32 i, skipSize = rankVal[minWeight];
2311 int minWeight = nbBits + scaleLog; local
2312 if (minWeight < 1) minWeight = 1;
2313 sortedRank = rankStart[minWeight];
2315 rankValOrigin[nbBits], minWeight,
2247 HUFv06_fillDTableX4Level2(HUFv06_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v07.c2055 const U32* rankValOrigin, const int minWeight,
2066 if (minWeight>1) {
2067 U32 i, skipSize = rankVal[minWeight];
2118 int minWeight = nbBits + scaleLog; local
2119 if (minWeight < 1) minWeight = 1;
2120 sortedRank = rankStart[minWeight];
2122 rankValOrigin[nbBits], minWeight,
2054 HUFv07_fillDTableX4Level2(HUFv07_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c21818 const U32* rankValOrigin, const int minWeight,
21829 if (minWeight>1) {
21830 U32 i, skipSize = rankVal[minWeight];
21880 int minWeight = nbBits + scaleLog; local
21881 if (minWeight < 1) minWeight = 1;
21882 sortedRank = rankStart[minWeight];
21884 rankValOrigin[nbBits], minWeight,
21817 HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
[all...]

Completed in 313 milliseconds