Searched defs:cSize (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dsimple_round_trip.c37 size_t cSize; local
H A Dstream_round_trip.c149 size_t const cSize = compress(cBuf, neededBufSize, src, size); local
/freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/
H A Dzstdseek_compress.c33 U32 cSize; member in struct:__anon11578
/freebsd-12-stable/sys/contrib/zstd/tests/
H A DroundTripCrash.c71 size_t const cSize = ZSTD_compress(compressedBuff, compressedBuffCapacity, srcBuff, srcBuffSize, cLevel); local
H A Dzbufftest.c129 size_t cSize, readSize, readSkipSize, genSize; local
312 size_t cSize, totalTestSize, totalCSize, totalGenSize; local
[all...]
H A Dfuzzer.c285 size_t cSize; local
1400 size_t cSize, totalCSize, totalGenSize; local
[all...]
H A Dparamgrill.c136 size_t cSize; member in struct:__anon11842
147 size_t cSize; member in struct:__anon11843
218 size_t cSize = 0; local
[all...]
H A Dzstreamtest.c219 size_t cSize; local
1019 size_t totalTestSize, totalGenSize, cSize; local
1163 CHECK(inBuff.pos != cSize, �) argument
1273 size_t totalTestSize, totalGenSize, cSize; local
1558 size_t totalTestSize, totalGenSize, cSize; local
[all...]
H A Ddecodecorpus.c1188 size_t cSize; local
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c611 size_t const cSize = singleStream ? local
[all...]
H A Dzstdmt_compress.c576 size_t cSize; /* SHARED - set0 by mtctx, then modified by worker AND read by mtctx, then set0 by mtctx */ member in struct:__anon11645
548 ZSTDMT_serialState_ensureFinished(serialState_t* serialState, unsigned jobID, size_t cSize) argument
669 size_t const cSize = ZSTD_compressContinue(cctx, op, oend-op, ip, chunkSize); local
687 size_t const cSize = (job->lastJob) ? local
1152 { size_t const cSize = mtctx->jobs[jobID].cSize; local
1497 { size_t cSize = mtctx->jobs[wJobID].cSize; /* shared */ local
1735 size_t const cSize = ZSTDMT_compress_advanced_internal(mtctx, local
[all...]
H A Dzstd_compress.c1729 size_t const cSize = ZSTD_compressLiterals( local
1829 size_t const cSize = ZSTD_compressSequences_internal( local
1954 { size_t const cSize = ZSTD_compressSequences(&zc->seqStore, local
2017 { size_t cSize = ZSTD_compressBlock_internal(cctx, local
2150 { size_t const cSize = frame ? local
2502 size_t const cSize = ZSTD_compressContinue_internal(cctx, local
3069 size_t const cSize = ZSTD_compressEnd(zcs, local
3100 size_t cSize; local
[all...]
/freebsd-12-stable/sys/contrib/zstd/programs/
H A Dbench.c180 size_t cSize; member in struct:__anon11827
207 size_t cSize = 0; local
[all...]
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1020 size_t const cSize = ZSTD_compress(dest, dstCapacity, local
1040 size_t const cSize = ZSTD_compress(dest, dstCapacity, source, sourceLen, level); local
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c597 size_t cSize; local
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c141 size_t cSize; member in struct:__anon11853
207 size_t cSize = 0; local
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c515 U32 const cSize = cBlockHeader >> 3; local
2812 size_t const cSize = ZSTD_findFrameCompressedSize(istart, iend-istart); local
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1465 U32 cSize; local
H A Dzstd_v02.c2808 U32 cSize; local
H A Dzstd_v03.c2449 U32 cSize; local
H A Dzstd_v04.c2639 U32 cSize; local
H A Dzstd_v05.c2829 U32 cSize; local
H A Dzstd_v06.c3028 U32 cSize; local
H A Dzstd_v07.c3254 U32 cSize; local

Completed in 398 milliseconds