HomeSort by: relevance | last modified time | path
    Searched refs:minWeight (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 1070 const U32* rankVal, const int minWeight, const int maxWeight1,
1074 /* Fill skipped values (all positions up to rankVal[minWeight]).
1078 if (minWeight>1) {
1081 int const skipSize = rankVal[minWeight];
1110 for (w = minWeight; w < maxWeight1; ++w) {
1145 int minWeight = nbBits + scaleLog;
1147 if (minWeight < 1) minWeight = 1;
1154 rankValOrigin[nbBits], minWeight, wEnd,
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 1770 const U32* rankValOrigin, const int minWeight,
1782 if (minWeight>1)
1784 U32 i, skipSize = rankVal[minWeight];
1838 int minWeight = nbBits + scaleLog;
1839 if (minWeight < 1) minWeight = 1;
1840 sortedRank = rankStart[minWeight];
1842 rankValOrigin[nbBits], minWeight,
zstd_v02.c 1774 const U32* rankValOrigin, const int minWeight,
1786 if (minWeight>1)
1788 U32 i, skipSize = rankVal[minWeight];
1842 int minWeight = nbBits + scaleLog;
1843 if (minWeight < 1) minWeight = 1;
1844 sortedRank = rankStart[minWeight];
1846 rankValOrigin[nbBits], minWeight,
2138 const rankVal_t rankValOrigin, const U32 consumed, const int minWeight, const U32 maxWeight,
2152 if (minWeight>1
    [all...]
zstd_v04.c 1927 const U32* rankValOrigin, const int minWeight,
1939 if (minWeight>1)
1941 U32 i, skipSize = rankVal[minWeight];
1995 int minWeight = nbBits + scaleLog;
1996 if (minWeight < 1) minWeight = 1;
1997 sortedRank = rankStart[minWeight];
1999 rankValOrigin[nbBits], minWeight,
zstd_v05.c 2059 const U32* rankValOrigin, const int minWeight,
2071 if (minWeight>1) {
2072 U32 i, skipSize = rankVal[minWeight];
2123 int minWeight = nbBits + scaleLog;
2124 if (minWeight < 1) minWeight = 1;
2125 sortedRank = rankStart[minWeight];
2127 rankValOrigin[nbBits], minWeight,
zstd_v06.c 2188 const U32* rankValOrigin, const int minWeight,
2199 if (minWeight>1) {
2200 U32 i, skipSize = rankVal[minWeight];
2251 int minWeight = nbBits + scaleLog;
2252 if (minWeight < 1) minWeight = 1;
2253 sortedRank = rankStart[minWeight];
2255 rankValOrigin[nbBits], minWeight,
zstd_v07.c 1996 const U32* rankValOrigin, const int minWeight,
2007 if (minWeight>1) {
2008 U32 i, skipSize = rankVal[minWeight];
2059 int minWeight = nbBits + scaleLog;
2060 if (minWeight < 1) minWeight = 1;
2061 sortedRank = rankStart[minWeight];
2063 rankValOrigin[nbBits], minWeight,

Completed in 170 milliseconds