Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h90 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) /… macro
Dcompress.c2339 if (srcSize < MIN_CBLOCK_SIZE + ZSTD_blockHeaderSize + 1) in ZSTD_compressBlock_internal()
2371 if (dstCapacity < ZSTD_blockHeaderSize + MIN_CBLOCK_SIZE) in ZSTD_compress_generic()
Ddecompress.c434 if (srcSize < MIN_CBLOCK_SIZE) in ZSTD_decodeLiteralsBlock()