Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/common/
Dzstd_internal.h285 ZSTD_llt_literalLength = 1, /* represents a long literal */ enumerator
323 if (seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_getSequenceLength()
/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_internal.h625 seqStorePtr->longLengthType = ZSTD_llt_literalLength; in ZSTD_storeSeq()
Dzstd_compress.c2313 if (seqStorePtr->longLengthType==ZSTD_llt_literalLength) in ZSTD_seqToCodes()
2828 if (seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_copyBlockSequences()
3283 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_countSeqStoreLiteralsBytes()