OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalGenSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
zstreamtest.c
2630
size_t totalTestSize,
totalGenSize
, cSize;
2761
for (
totalGenSize
= 0 ; decompressionResult ; ) {
2764
size_t const dstBuffSize = MIN(dstBufferSize -
totalGenSize
, randomDstSize);
2903
size_t totalTestSize,
totalGenSize
, cSize;
3213
for (
totalGenSize
= 0 ; decompressionResult ; ) {
3216
size_t const dstBuffSize = MIN(dstBufferSize -
totalGenSize
, randomDstSize);
fuzzer.c
4711
size_t cSize, totalCSize,
totalGenSize
;
4930
totalGenSize
= 0;
4933
size_t const genSize = ZSTD_decompressContinue(dctx, dstBuffer+
totalGenSize
, dstBufferSize-
totalGenSize
, cBuffer+totalCSize, inSize);
4935
totalGenSize
+= genSize;
4939
CHECK (
totalGenSize
!= totalTestSize, "streaming decompressed data : wrong size")
Completed in 33 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026