Searched refs:randomSrcSize (Results 1 – 1 of 1) sorted by relevance
1101 { size_t const randomSrcSize = FUZ_randomLength(&lseed, maxSampleLog); in fuzzerTests() local1102 size_t const srcSize = MIN(maxTestSize-totalTestSize, randomSrcSize); in fuzzerTests()1357 { size_t const randomSrcSize = FUZ_randomLength(&lseed, maxSampleLog); in fuzzerTests_MT() local1358 size_t const srcSize = MIN (maxTestSize-totalTestSize, randomSrcSize); in fuzzerTests_MT()1730 size_t const randomSrcSize = FUZ_randomLength(&lseed, maxSampleLog); in fuzzerTests_newAPI() local1731 size_t const srcSize = MIN(maxTestSize-totalTestSize, randomSrcSize); in fuzzerTests_newAPI()