Home
last modified time | relevance | path

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

/lib/zstd/common/
A Dzstd_internal.h83 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) … macro
/lib/zstd/decompress/
A Dzstd_decompress_block.c122 RETURN_ERROR_IF(srcSize < MIN_CBLOCK_SIZE, corruption_detected, ""); in ZSTD_decodeLiteralsBlock()

Completed in 14 milliseconds