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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c 133 size_t matchLengthSum = 0;
139 matchLengthSum += seqLen.matchLength;
143 (unsigned)litLengthSum, (unsigned)matchLengthSum);
149 return matchLengthSum + litSize;
zstd_opt.c 87 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel);
191 optPtr->matchLengthSum = 0;
197 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml];
237 optPtr->matchLengthSum = MaxML+1;
256 optPtr->matchLengthSum = ZSTD_scaleStats(optPtr->matchLengthFreq, MaxML, 11);
385 optPtr->matchLengthSum++;
zstd_compress_internal.h 183 U32 matchLengthSum; /* nb of matchLength codes */
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v05.c 490 U32 matchLengthSum;
zstd_v06.c 540 U32 matchLengthSum;
zstd_v07.c 2775 U32 matchLengthSum;

Completed in 60 milliseconds