Searched refs:roundBuffSize (Results 1 – 1 of 1) sorted by relevance
1608 …{ size_t const roundBuffSize = ZSTD_decodingBufferSize_min(zfh.windowSize, zfh.frameContentSize); in fuzzerTests() local1609 CHECK_Z(roundBuffSize); in fuzzerTests()1610 … CHECK((roundBuffSize > totalTestSize) && (zfh.frameContentSize!=ZSTD_CONTENTSIZE_UNKNOWN), in fuzzerTests()1612 (U32)roundBuffSize, (U32)totalTestSize ); in fuzzerTests()