Searched refs:ZSTD_llt_none (Results 1 – 3 of 3) sorted by relevance
284 ZSTD_llt_none = 0, /* no longLengthType */ enumerator
624 … 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()
2718 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()