Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c3158 const ZSTD_SequenceLength seqLength = ZSTD_getSequenceLength(seqStore, seq); in ZSTD_validateSeqStore() local
3159 assert(seqLength.matchLength >= matchLenLowerBound); in ZSTD_validateSeqStore()
3160 (void)seqLength; in ZSTD_validateSeqStore()