Searched refs:MIN_CBLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
83 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) … macro
122 RETURN_ERROR_IF(srcSize < MIN_CBLOCK_SIZE, corruption_detected, ""); in ZSTD_decodeLiteralsBlock()
Completed in 14 milliseconds