Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c4554 U32 bytesAdjustment = 0; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
4605bytesAdjustment = cctx->appliedParams.cParams.minMatch - secondHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4606 firstHalfMatchLength -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4618 bytesAdjustment = endPosInSequence - currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4652 iend -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4662 return bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()