Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h295 ZSTD_llt_literalLength = 1, /* represents a long literal */ enumerator
333 if (seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_getSequenceLength()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h637 seqStorePtr->longLengthType = ZSTD_llt_literalLength; in ZSTD_storeSeq()
H A Dzstd_compress.c2404 if (seqStorePtr->longLengthType==ZSTD_llt_literalLength) in ZSTD_seqToCodes()
2919 if (seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_copyBlockSequences()
3374 if (i == seqStore->longLengthPos && seqStore->longLengthType == ZSTD_llt_literalLength) { in ZSTD_countSeqStoreLiteralsBytes()