Searched refs:testNb (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/contrib/zstd/tests/ |
| D | fuzzer.c | 284 U32 testNb=0; in basicUnitTests() local 296 DISPLAYLEVEL(3, "test%3i : ZSTD_getErrorName : ", testNb++); in basicUnitTests() 301 DISPLAYLEVEL(3, "test%3i : ZSTD_getErrorName with wrong value : ", testNb++); in basicUnitTests() 307 DISPLAYLEVEL(3, "test%3i : compress %u bytes : ", testNb++, (U32)CNBuffSize); in basicUnitTests() 316 DISPLAYLEVEL(3, "test%3i : size of cctx for level 1 : ", testNb++); in basicUnitTests() 324 DISPLAYLEVEL(3, "test%3i : ZSTD_getFrameContentSize test : ", testNb++); in basicUnitTests() 330 DISPLAYLEVEL(3, "test%3i : ZSTD_findDecompressedSize test : ", testNb++); in basicUnitTests() 336 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, (U32)CNBuffSize); in basicUnitTests() 341 DISPLAYLEVEL(3, "test%3i : check decompressed result : ", testNb++); in basicUnitTests() 349 DISPLAYLEVEL(3, "test%3i : decompress with null dict : ", testNb++); in basicUnitTests() [all …]
|
| D | zstreamtest.c | 103 seed, testNb, __LINE__); \ 221 U32 testNb = 1; in basicUnitTests() local 250 DISPLAYLEVEL(3, "test%3i : compress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests() 270 …DISPLAYLEVEL(3, "test%3i : skipframe + compress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests() 287 DISPLAYLEVEL(3, "test%3i : estimate CStream size : ", testNb++); in basicUnitTests() 296 DISPLAYLEVEL(3, "test%3i : check actual CStream size : ", testNb++); in basicUnitTests() 303 DISPLAYLEVEL(3, "test%3i : use bad compression parameters : ", testNb++); in basicUnitTests() 313 DISPLAYLEVEL(3, "test%3i : decompress skippable frame : ", testNb++); in basicUnitTests() 330 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests() 340 … DISPLAYLEVEL(3, "test%3i : decompress again without init (re-use previous settings): ", testNb++); in basicUnitTests() [all …]
|
| D | zbufftest.c | 130 U32 testNb=0; in basicUnitTests() local 147 DISPLAYLEVEL(4, "test%3i : compress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests() 162 DISPLAYLEVEL(4, "test%3i : decompress skippable frame : ", testNb++); in basicUnitTests() 172 DISPLAYLEVEL(4, "test%3i : decompress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests() 183 DISPLAYLEVEL(4, "test%3i : check decompressed result : ", testNb++); in basicUnitTests() 191 DISPLAYLEVEL(4, "test%3i : decompress byte-by-byte : ", testNb++); in basicUnitTests() 212 DISPLAYLEVEL(4, "test%3i : check decompressed result : ", testNb++); in basicUnitTests() 258 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); goto _output_error; } 273 U32 testNb = 0; in fuzzerTests() local 303 for (testNb=1; testNb < startTest; testNb++) in fuzzerTests() [all …]
|