Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/tests/
Dzstreamtest.c1101 { size_t const randomSrcSize = FUZ_randomLength(&lseed, maxSampleLog); in fuzzerTests() local
1102 size_t const srcSize = MIN(maxTestSize-totalTestSize, randomSrcSize); in fuzzerTests()
1357 { size_t const randomSrcSize = FUZ_randomLength(&lseed, maxSampleLog); in fuzzerTests_MT() local
1358 size_t const srcSize = MIN (maxTestSize-totalTestSize, randomSrcSize); in fuzzerTests_MT()
1730 size_t const randomSrcSize = FUZ_randomLength(&lseed, maxSampleLog); in fuzzerTests_newAPI() local
1731 size_t const srcSize = MIN(maxTestSize-totalTestSize, randomSrcSize); in fuzzerTests_newAPI()