Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/tests/
Dzstreamtest.c990 U32 const cLevelMax = bigTests ? (U32)ZSTD_maxCLevel() : g_cLevelMax_smallTests; in fuzzerTests() local
1079 U32 const cLevel = MIN(cLevelCandidate, cLevelMax); in fuzzerTests()
1242 int const cLevelMax = bigTests ? (U32)ZSTD_maxCLevel()-1 : g_cLevelMax_smallTests; in fuzzerTests_MT() local
1325 int const cLevel = MIN(cLevelMin, cLevelMax); in fuzzerTests_MT()
1527 U32 const cLevelMax = bigTests ? (U32)ZSTD_maxCLevel()-1 : g_cLevelMax_smallTests; in fuzzerTests_newAPI() local
1618 U32 const cLevel = MIN(cLevelCandidate, cLevelMax); in fuzzerTests_newAPI()