Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c4596 U32 firstHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
4598 firstHalfMatchLength = endPosInSequence - startPosInSequence - litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4599 … if (matchLength > blockSize && firstHalfMatchLength >= cctx->appliedParams.cParams.minMatch) { in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4606 firstHalfMatchLength -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
4608 matchLength = firstHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()