Searched refs:cLevelMax (Results 1 – 1 of 1) sorted by relevance
990 U32 const cLevelMax = bigTests ? (U32)ZSTD_maxCLevel() : g_cLevelMax_smallTests; in fuzzerTests() local1079 U32 const cLevel = MIN(cLevelCandidate, cLevelMax); in fuzzerTests()1242 int const cLevelMax = bigTests ? (U32)ZSTD_maxCLevel()-1 : g_cLevelMax_smallTests; in fuzzerTests_MT() local1325 int const cLevel = MIN(cLevelMin, cLevelMax); in fuzzerTests_MT()1527 U32 const cLevelMax = bigTests ? (U32)ZSTD_maxCLevel()-1 : g_cLevelMax_smallTests; in fuzzerTests_newAPI() local1618 U32 const cLevel = MIN(cLevelCandidate, cLevelMax); in fuzzerTests_newAPI()