Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzstreamtest.c989 U32 oldTestLog = 0; in fuzzerTests() local
1066 && oldTestLog /* at least one test happened */ && resetAllowed) { in fuzzerTests()
1067 maxTestSize = FUZ_randomLength(&lseed, oldTestLog+2); in fuzzerTests()
1081 oldTestLog = testLog; in fuzzerTests()
1525 U32 oldTestLog = 0; in fuzzerTests_newAPI() local
1605 && oldTestLog /* at least one test happened */ && resetAllowed) { in fuzzerTests_newAPI()
1606 maxTestSize = FUZ_randomLength(&lseed, oldTestLog+2); in fuzzerTests_newAPI()
1622 oldTestLog = testLog; in fuzzerTests_newAPI()