Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/tests/
Dzbufftest.c260 static int fuzzerTests(U32 seed, U32 nbTests, unsigned startTest, double compressibility) in fuzzerTests() argument
303 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests()
Dzstreamtest.c968 static int fuzzerTests(U32 seed, U32 nbTests, unsigned startTest, double compressibility, int bigTe… in fuzzerTests() argument
1012 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests()
1220 static int fuzzerTests_MT(U32 seed, U32 nbTests, unsigned startTest, double compressibility, int bi… in fuzzerTests_MT() argument
1266 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests_MT()
1504 static int fuzzerTests_newAPI(U32 seed, U32 nbTests, unsigned startTest, double compressibility, in… in fuzzerTests_newAPI() argument
1551 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests_newAPI()
Dfuzzer.c1354 static int fuzzerTests(U32 seed, U32 nbTests, unsigned startTest, U32 const maxDurationS, double co… in fuzzerTests() argument
1395 for (testNb=1; testNb < startTest; testNb++) FUZ_rand(&coreSeed); in fuzzerTests()