Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c5675 U32 bytesAdjustment = 0; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
5723bytesAdjustment = cctx->appliedParams.cParams.minMatch - secondHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5724 firstHalfMatchLength -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5736 bytesAdjustment = endPosInSequence - currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5769 iend -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5779 return bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()