Searched refs:MIN_LITERALS_FOR_4_STREAMS (Results 1 – 3 of 3) sorted by relevance
213 if (!singleStream) assert(srcSize >= MIN_LITERALS_FOR_4_STREAMS); in ZSTD_compressLiterals()219 assert(srcSize >= MIN_LITERALS_FOR_4_STREAMS); in ZSTD_compressLiterals()225 assert(srcSize >= MIN_LITERALS_FOR_4_STREAMS); in ZSTD_compressLiterals()
86 #define MIN_LITERALS_FOR_4_STREAMS 6 macro
189 RETURN_ERROR_IF(litSize < MIN_LITERALS_FOR_4_STREAMS, literals_headerWrong, in ZSTD_decodeLiteralsBlock()191 litSize, MIN_LITERALS_FOR_4_STREAMS); in ZSTD_decodeLiteralsBlock()207 assert(litSize >= MIN_LITERALS_FOR_4_STREAMS); in ZSTD_decodeLiteralsBlock()