Home
last modified time | relevance | path

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

/external/zstd/tests/
Dfuzzer.c350 unsigned testNb=0; in basicUnitTests() local
362 DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName : ", testNb++); in basicUnitTests()
367 DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName with wrong value : ", testNb++); in basicUnitTests()
372 DISPLAYLEVEL(3, "test%3u : min compression level : ", testNb++); in basicUnitTests()
377 DISPLAYLEVEL(3, "test%3u : ZSTD_versionNumber : ", testNb++); in basicUnitTests()
382 DISPLAYLEVEL(3, "test%3u : ZSTD_adjustCParams : ", testNb++); in basicUnitTests()
395 DISPLAYLEVEL(3, "test%3u : compress %u bytes : ", testNb++, (unsigned)CNBuffSize); in basicUnitTests()
403 DISPLAYLEVEL(3, "test%3i : size of cctx for level 1 : ", testNb++); in basicUnitTests()
410 DISPLAYLEVEL(3, "test%3i : decompress skippable frame -8 size : ", testNb++); in basicUnitTests()
418 DISPLAYLEVEL(3, "test%3i : ZSTD_getFrameContentSize test : ", testNb++); in basicUnitTests()
[all …]
Dzbufftest.c132 U32 testNb=0; in basicUnitTests() local
149 DISPLAYLEVEL(4, "test%3i : compress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests()
164 DISPLAYLEVEL(4, "test%3i : decompress skippable frame : ", testNb++); in basicUnitTests()
174 DISPLAYLEVEL(4, "test%3i : decompress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests()
184 …DISPLAYLEVEL(4, "test%3i : ZBUFF_recommendedCInSize : ", testNb++); { assert(ZBUFF_recommendedCInS… in basicUnitTests()
185 …DISPLAYLEVEL(4, "test%3i : ZBUFF_recommendedCOutSize : ", testNb++); { assert(ZBUFF_recommendedCOu… in basicUnitTests()
186 …DISPLAYLEVEL(4, "test%3i : ZBUFF_recommendedDInSize : ", testNb++); { assert(ZBUFF_recommendedDInS… in basicUnitTests()
187 …DISPLAYLEVEL(4, "test%3i : ZBUFF_recommendedDOutSize : ", testNb++); { assert(ZBUFF_recommendedDOu… in basicUnitTests()
190 DISPLAYLEVEL(4, "test%3i : check decompressed result : ", testNb++); in basicUnitTests()
198 DISPLAYLEVEL(4, "test%3i : decompress byte-by-byte : ", testNb++); in basicUnitTests()
[all …]
Dzstreamtest.c104 (unsigned)seed, testNb, __LINE__); \
272 int testNb = 1; in basicUnitTests() local
303 DISPLAYLEVEL(3, "test%3i : compress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests()
323 …DISPLAYLEVEL(3, "test%3i : skipframe + compress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests()
341 DISPLAYLEVEL(3, "test%3i : estimate CStream size : ", testNb++); in basicUnitTests()
351 DISPLAYLEVEL(3, "test%3i : estimate CStream size using CCtxParams : ", testNb++); in basicUnitTests()
364 DISPLAYLEVEL(3, "test%3i : check actual CStream size : ", testNb++); in basicUnitTests()
371 DISPLAYLEVEL(3, "test%3i : use bad compression parameters : ", testNb++); in basicUnitTests()
381 DISPLAYLEVEL(3, "test%3i : decompress skippable frame : ", testNb++); in basicUnitTests()
398 DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ", testNb++, COMPRESSIBLE_NOISE_LENGTH); in basicUnitTests()
[all …]
/external/lz4/tests/
Dframetest.c788 DISPLAY(" (seed %u, test nb %u) \n", seed, testNb); exit(1); }
800 U32 seed, U32 testNb) in test_lz4f_decompression_wBuffers() argument
880 U32 seed, U32 testNb) in test_lz4f_decompression() argument
897 seed, testNb); in test_lz4f_decompression()
906 unsigned testNb = 0; in fuzzerTests() local
935 … for (testNb =0; (testNb < startTest); testNb++) (void)FUZ_rand(&coreRand); /* sync randomizer */ in fuzzerTests()
938 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) { in fuzzerTests()
961 DISPLAYUPDATE(2, "\r%5u ", testNb); in fuzzerTests()
1039 …decompression(compressedBuffer, cSize, srcStart, srcSize, crcOrig, &randState, dCtx, seed, testNb); in fuzzerTests()
1069 …pression(compressedBuffer, cSize, srcStart, srcSize, crcOrig, &randState, dCtxNoise, seed, testNb); in fuzzerTests()
[all …]
Dfuzzer.c109 static void FUZ_displayUpdate(unsigned testNb) in FUZ_displayUpdate() argument
115 DISPLAY("\r%5u ", testNb); in FUZ_displayUpdate()
339 printf("Test %u : ", testNb); printf(__VA_ARGS__); \ in FUZ_test()
347 testNb++; \ in FUZ_test()
349 printf("\r%4u - %2u :", cycleNb, testNb); \ in FUZ_test()
374 U32 testNb = 0; in FUZ_test() local
1012 const unsigned testNb = 0; in FUZ_unitTests() local
1532 unsigned testNb = 0; in main() local
1611 testNb=0; in main()
1613 testNb *= 10; in main()
[all …]
/external/zstd/contrib/seekable_format/tests/
Dseekable_tests.c10 unsigned testNb = 1; in main() local
12 printf("Test %u - check that seekable decompress does not hang: ", testNb++); in main()