Home
last modified time | relevance | path

Searched refs:STORED_SEQS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c1688 #define STORED_SEQS 8 macro
1689 #define STORED_SEQS_MASK (STORED_SEQS-1)
1690 #define ADVANCED_SEQS STORED_SEQS
1691 seq_t sequences[STORED_SEQS];
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c1373 #define STORED_SEQS 4 in ZSTD_decompressSequencesLong() macro
1374 #define STOSEQ_MASK (STORED_SEQS - 1) in ZSTD_decompressSequencesLong()
1380 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.workspace) >= sizeof(seq_t) * STORED_SEQS); in ZSTD_decompressSequencesLong()

Completed in 11 milliseconds