Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h92 ZSTD_llt_literalLength = 1, /* represents a long literal */ enumerator
130 if (seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_getSequenceLength()
738 seqStorePtr->longLengthType = ZSTD_llt_literalLength; in ZSTD_storeSeqOnly()
H A Dzstd_compress.c2628 if (seqStorePtr->longLengthType==ZSTD_llt_literalLength) in ZSTD_seqToCodes()
3376 if (seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_copyBlockSequences()
3891 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_countSeqStoreLiteralsBytes()
3988 …U32 const longLitLenIdx = seqStore->longLengthType == ZSTD_llt_literalLength ? seqStore->longLengt… in ZSTD_seqStore_resolveOffCodes()
7142 cctx->seqStore.longLengthType = ZSTD_llt_literalLength; in ZSTD_convertBlockSequences()