Searched refs:matchLengthSum (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c133 size_t matchLengthSum = 0; local
139 matchLengthSum += seqLen.matchLength;
146 return matchLengthSum + litSize;
H A Dzstd_opt.c76 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel);
170 optPtr->matchLengthSum = 0;
176 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml];
215 optPtr->matchLengthSum = MaxML+1;
235 optPtr->matchLengthSum = ZSTD_scaleStats(optPtr->matchLengthFreq, MaxML, 11);
358 optPtr->matchLengthSum++;
H A Dzstd_compress_internal.h174 U32 matchLengthSum; /* nb of matchLength codes */ member in struct:__anon92
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c77 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel);
150 optPtr->matchLengthSum = 0;
156 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml];
190 optPtr->matchLengthSum = MaxML+1;
205 optPtr->matchLengthSum = ZSTD_downscaleStat(optPtr->matchLengthFreq, MaxML, 0);
317 optPtr->matchLengthSum++;
1097 optPtr->matchLengthSum = ZSTD_upscaleStat(optPtr->matchLengthFreq, MaxML, 0);
H A Dzstd_compress_superblock.c411 size_t matchLengthSum = 0; local
416 matchLengthSum += seqLen.matchLength;
423 return matchLengthSum + litSize;
H A Dzstd_compress_internal.h111 U32 matchLengthSum; /* nb of matchLength codes */ member in struct:__anon185
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c596 U32 matchLengthSum; member in struct:__anon254
H A Dzstd_v05.c542 U32 matchLengthSum; member in struct:__anon231
H A Dzstd_v07.c2830 U32 matchLengthSum; member in struct:__anon286

Completed in 338 milliseconds