Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h89 #define MIN_SEQUENCES_SIZE 1 /* nbSeq==0 */ macro
90 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) /…
Ddecompress.c801 if (srcSize < MIN_SEQUENCES_SIZE) in ZSTD_decodeSeqHeaders()