Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress.c5912 U32 firstHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
5914 firstHalfMatchLength = endPosInSequence - startPosInSequence - litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5915 … if (matchLength > blockSize && firstHalfMatchLength >= cctx->appliedParams.cParams.minMatch) { in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5922 firstHalfMatchLength -= bytesAdjustment; in ZSTD_copySequencesToSeqStoreNoBlockDelim()
5924 matchLength = firstHalfMatchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim()