Searched refs:maxTestSize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | zstreamtest.c | 1023 size_t maxTestSize; in fuzzerTests() local 1067 maxTestSize = FUZ_randomLength(&lseed, oldTestLog+2); in fuzzerTests() 1068 maxTestSize = MIN(maxTestSize, srcBufferSize-16); in fuzzerTests() 1080 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests() 1276 size_t maxTestSize; in fuzzerTests_MT() local 1326 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT() 1562 size_t maxTestSize; in fuzzerTests_newAPI() local 1606 maxTestSize = FUZ_randomLength(&lseed, oldTestLog+2); in fuzzerTests_newAPI() 1607 if (maxTestSize >= srcBufferSize) maxTestSize = srcBufferSize-1; in fuzzerTests_newAPI() 1620 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI() [all …]
|
| H A D | zbufftest.c | 311 size_t maxTestSize, dictSize; in fuzzerTests() local 347 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests() 363 for (n=0, cSize=0, totalTestSize=0 ; (n<nbChunks) && (totalTestSize < maxTestSize) ; n++) { in fuzzerTests()
|
| H A D | fuzzer.c | 1399 size_t sampleSize, maxTestSize, totalTestSize; in fuzzerTests() local 1553 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests() 1554 if (maxTestSize >= dstBufferSize) maxTestSize = dstBufferSize-1; in fuzzerTests() 1560 testNb, (U32)maxTestSize, cLevel, (U32)dictSize); in fuzzerTests() 1584 if (totalTestSize+segmentSize > maxTestSize) break; in fuzzerTests()
|