Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1259 #define ADVANCED_SEQS 4 in ZSTD_decompressSequencesLong_body() macro
1261 int const seqAdvance = MIN(nbSeq, ADVANCED_SEQS); in ZSTD_decompressSequencesLong_body()
1288 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQ… in ZSTD_decompressSequencesLong_body()
1291 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQS_… in ZSTD_decompressSequencesLong_body()
1495 && (nbSeq>ADVANCED_SEQS) ) { /* could probably use a larger nbSeq limit */ in ZSTD_decompressBlock_internal()