Home | History | Annotate | Download | only in tests

Lines Matching defs:contentSize

2444             size_t const contentSize = 9 KB;
2466 RDG_genBuffer(CNBuffer, flatdictSize + contentSize, compressibility, 0., seed);
2468 (unsigned long long)XXH64(contentStart, contentSize, 0),
2473 contentStart, contentSize, l);
2485 contentStart, contentSize,
2506 contentStart, contentSize);
2525 wdict_cSize = ZSTD_compress2(ctxOrig, compressedBuffer, compressedBufferSize, contentStart, contentSize);
2764 DISPLAYLEVEL(3, "test%3i : ZSTD_compress_usingCDict_advanced, no contentSize, no dictID : ", testNb++);
2778 DISPLAYLEVEL(3, "test%3i : try retrieving contentSize from frame : ", testNb++);
2779 { U64 const contentSize = ZSTD_getFrameContentSize(compressedBuffer, cSize);
2780 if (contentSize != ZSTD_CONTENTSIZE_UNKNOWN) goto _output_error;