Searched refs:testLog (Results 1 – 3 of 3) sorted by relevance
1073 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests() local1077 (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() local1326 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()1612 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI() local1616 (MAX(testLog, dictLog) / 2))) + in fuzzerTests_newAPI()1620 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()1622 oldTestLog = testLog; in fuzzerTests_newAPI()[all …]
345 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests() local346 U32 const cLevel = (FUZ_rand(&lseed) % (ZSTD_maxCLevel() - (testLog/3))) + 1; in fuzzerTests()347 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1547 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests() local1551 (MAX(testLog, dictLog) / cLevelLimiter))) + in fuzzerTests()1553 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()