OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbTests
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
zstreamtest.c
2519
static int fuzzerTests(U32 seed, unsigned
nbTests
, unsigned startTest, double compressibility, int bigTests)
2567
for ( ; (testNb <=
nbTests
) || (UTIL_clockSpanMicro(startClock) < g_clockTime) ; testNb++ ) {
2579
if (
nbTests
>= testNb) {
2580
DISPLAYUPDATE(2, "\r%6u/%6u ", testNb,
nbTests
);
2787
static int fuzzerTests_newAPI(U32 seed, int
nbTests
, int startTest,
2839
for ( ; (testNb <=
nbTests
) || (UTIL_clockSpanMicro(startClock) < g_clockTime) ; testNb++ ) {
2853
if (
nbTests
>= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb,
nbTests
); }
3261
int
nbTests
= nbTestsDefault;
3307
nbTests
=0; g_clockTime=0
[
all
...]
fuzzer.c
4451
static int fuzzerTests(U32 seed, unsigned
nbTests
, unsigned startTest, U32 const maxDurationS, double compressibility, int bigTests)
4493
for ( ; (testNb <=
nbTests
) || (UTIL_clockSpanMicro(startClock) < maxClockSpan); testNb++ ) {
4504
if (
nbTests
>= testNb) { DISPLAYUPDATE(2, "\r%6u/%6u ", testNb,
nbTests
); }
4731
} /* for ( ; (testNb <=
nbTests
) */
4812
int
nbTests
= nbTestsDefault;
4863
nbTests
= (int)readU32FromChar(&argument);
4868
nbTests
= 0;
4915
if (
nbTests
< testNb)
nbTests
= testNb
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026