Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c5673 U32 bytesAdjustment = 0; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
5721bytesAdjustment = cctx->appliedParams.cParams.minMatch - secondHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5722 firstHalfMatchLength -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5734 bytesAdjustment = endPosInSequence - currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5767 iend -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5777 return bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()