Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1098 { size_t const cResult = jobPtr->cSize; in ZSTDMT_getFrameProgression() local
1099 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; in ZSTDMT_getFrameProgression()
1100 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_getFrameProgression()
1126 { size_t const cResult = jobPtr->cSize; in ZSTDMT_toFlushNow() local
1127 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; in ZSTDMT_toFlushNow()
1128 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_toFlushNow()
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c448 { BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome); in BMK_benchMemAdvancedNoAlloc() local
449 cSize = cResult.sumOfReturn; in BMK_benchMemAdvancedNoAlloc()
452 … newResult.cSpeed = (U64)((double)srcSize * TIMELOOP_NANOSEC / cResult.nanoSecPerRun); in BMK_benchMemAdvancedNoAlloc()