Searched refs:ZSTD_llt_none (Results 1 – 2 of 2) sorted by relevance
91 ZSTD_llt_none = 0, /* no longLengthType */ enumerator737 … assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */ in ZSTD_storeSeqOnly()751 … assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */ in ZSTD_storeSeqOnly()
3079 ssPtr->longLengthType = ZSTD_llt_none; in ZSTD_resetSeqStore()3926 if (originalSeqStore->longLengthType != ZSTD_llt_none) { in ZSTD_deriveSeqStoreChunk()3928 resultSeqStore->longLengthType = ZSTD_llt_none; in ZSTD_deriveSeqStoreChunk()7134 assert(cctx->seqStore.longLengthType == ZSTD_llt_none); in ZSTD_convertBlockSequences()