Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c1608 …{ size_t const roundBuffSize = ZSTD_decodingBufferSize_min(zfh.windowSize, zfh.frameContentSize); in fuzzerTests() local
1609 CHECK_Z(roundBuffSize); in fuzzerTests()
1610 … CHECK((roundBuffSize > totalTestSize) && (zfh.frameContentSize!=ZSTD_CONTENTSIZE_UNKNOWN), in fuzzerTests()
1612 (U32)roundBuffSize, (U32)totalTestSize ); in fuzzerTests()