Searched refs:ADVANCED_SEQS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 1259 #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()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 27544 #define ADVANCED_SEQS 4 in ZSTD_decompressSequencesLong_body() macro 27546 int const seqAdvance = MIN(nbSeq, ADVANCED_SEQS); in ZSTD_decompressSequencesLong_body() 27573 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQ… in ZSTD_decompressSequencesLong_body() 27576 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQS_… in ZSTD_decompressSequencesLong_body() 27780 && (nbSeq>ADVANCED_SEQS) ) { /* could probably use a larger nbSeq limit */ in ZSTD_decompressBlock_internal()
|