Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c138 const ZSTD_SequenceLength seqLen = ZSTD_getSequenceLength(seqStore, sequences+n); in ZSTD_seqDecompressedSize()
435 total += ZSTD_getSequenceLength(seqStore, sp+n).litLength; in countLiterals()
655 … ZSTD_updateRep(rep.rep, seq->offBase, ZSTD_getSequenceLength(seqStorePtr, seq).litLength == 0); in ZSTD_compressSubBlock_multi()
H A Dzstd_compress_internal.h124 MEM_STATIC ZSTD_SequenceLength ZSTD_getSequenceLength(SeqStore_t const* seqStore, SeqDef const* seq) in ZSTD_getSequenceLength() function
H A Dzstd_compress.c3158 const ZSTD_SequenceLength seqLength = ZSTD_getSequenceLength(seqStore, seq); in ZSTD_validateSeqStore()