Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzstreamtest.c1073 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests() local
1077 (MAX(testLog, dictLog) / 3))) in fuzzerTests()
1080 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1081 oldTestLog = testLog; in fuzzerTests()
1318 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT() local
1326 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1612 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI() local
1616 (MAX(testLog, dictLog) / 2))) + in fuzzerTests_newAPI()
1620 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
1622 oldTestLog = testLog; in fuzzerTests_newAPI()
[all …]
H A Dzbufftest.c345 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests() local
346 U32 const cLevel = (FUZ_rand(&lseed) % (ZSTD_maxCLevel() - (testLog/3))) + 1; in fuzzerTests()
347 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dfuzzer.c1547 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests() local
1551 (MAX(testLog, dictLog) / cLevelLimiter))) + in fuzzerTests()
1553 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()