Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
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()