Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c4656 U32 bytesAdjustment = 0; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
4707bytesAdjustment = cctx->appliedParams.cParams.minMatch - secondHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4708 firstHalfMatchLength -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4720 bytesAdjustment = endPosInSequence - currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4754 iend -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4764 return bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()