Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dzstd_internal.h284 ZSTD_llt_none = 0, /* no longLengthType */ enumerator
/linux/lib/zstd/compress/
H A 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()
H A 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()