Home
last modified time | relevance | path

Searched refs:cResult (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1070 { size_t const cResult = jobPtr->cSize; in ZSTDMT_getFrameProgression() local
1071 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; in ZSTDMT_getFrameProgression()
1072 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_getFrameProgression()
1098 { size_t const cResult = jobPtr->cSize; in ZSTDMT_toFlushNow() local
1099 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; in ZSTDMT_toFlushNow()
1100 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_toFlushNow()
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c449 { BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome); in BMK_benchMemAdvancedNoAlloc() local
450 cSize = cResult.sumOfReturn; in BMK_benchMemAdvancedNoAlloc()
453 … newResult.cSpeed = (U64)((double)srcSize * TIMELOOP_NANOSEC / cResult.nanoSecPerRun); in BMK_benchMemAdvancedNoAlloc()