OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testNb
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/seekable_format/tests/
seekable_tests.c
59
unsigned
testNb
= 1;
63
printf("Test %u - simple round trip: ",
testNb
++);
137
printf("Test %u - check that seekable decompress does not hang: ",
testNb
++);
182
printf("Test %u - check #2 that seekable decompress does not hang: ",
testNb
++);
237
printf("Test %u - check ZSTD magic in compressing empty string: ",
testNb
++);
271
printf("Test %u - multiple decompress calls: ",
testNb
++);
/src/external/bsd/zstd/dist/tests/
zstreamtest.c
106
(unsigned)seed,
testNb
, __LINE__); \
274
int
testNb
= 1;
305
DISPLAYLEVEL(3, "test%3i : compress %u bytes : ",
testNb
++, COMPRESSIBLE_NOISE_LENGTH);
325
DISPLAYLEVEL(3, "test%3i : skipframe + compress %u bytes : ",
testNb
++, COMPRESSIBLE_NOISE_LENGTH);
345
DISPLAYLEVEL(3, "test%3i : estimate CStream size : ",
testNb
++);
355
DISPLAYLEVEL(3, "test%3i : estimate CStream size using CCtxParams : ",
testNb
++);
368
DISPLAYLEVEL(3, "test%3i : check actual CStream size : ",
testNb
++);
375
DISPLAYLEVEL(3, "test%3i : use bad compression parameters with ZSTD_initCStream_advanced : ",
testNb
++);
385
DISPLAYLEVEL(3, "test%3i : decompress skippable frame : ",
testNb
++);
402
DISPLAYLEVEL(3, "test%3i : decompress %u bytes : ",
testNb
++, COMPRESSIBLE_NOISE_LENGTH)
[
all
...]
fuzzer.c
570
unsigned
testNb
=0;
582
DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName : ",
testNb
++);
587
DISPLAYLEVEL(3, "test%3u : ZSTD_getErrorName with wrong value : ",
testNb
++);
592
DISPLAYLEVEL(3, "test%3u : min compression level : ",
testNb
++);
597
DISPLAYLEVEL(3, "test%3u : default compression level : ",
testNb
++);
603
DISPLAYLEVEL(3, "test%3u : ZSTD_versionNumber : ",
testNb
++);
608
test_compressBound(
testNb
++);
610
test_decompressBound(
testNb
++);
612
test_setCParams(
testNb
++);
614
DISPLAYLEVEL(3, "test%3u : ZSTD_adjustCParams : ",
testNb
++)
[
all
...]
Completed in 54 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026