Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
Dzstd_internal.h284 ZSTD_llt_none = 0, /* no longLengthType */ enumerator
/linux-6.6.21/lib/zstd/compress/
Dzstd_compress_internal.h624 … assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */ in ZSTD_storeSeq()
637 … assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */ in ZSTD_storeSeq()
Dzstd_compress.c2718 ssPtr->longLengthType = ZSTD_llt_none; in ZSTD_resetSeqStore()
3322 if (originalSeqStore->longLengthType != ZSTD_llt_none) { in ZSTD_deriveSeqStoreChunk()
3324 resultSeqStore->longLengthType = ZSTD_llt_none; in ZSTD_deriveSeqStoreChunk()