Searched refs:cResult (Results 1 – 2 of 2) sorted by relevance
1098 { size_t const cResult = jobPtr->cSize; in ZSTDMT_getFrameProgression() local1099 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() local1127 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()
448 { BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome); in BMK_benchMemAdvancedNoAlloc() local449 cSize = cResult.sumOfReturn; in BMK_benchMemAdvancedNoAlloc()452 … newResult.cSpeed = (U64)((double)srcSize * TIMELOOP_NANOSEC / cResult.nanoSecPerRun); in BMK_benchMemAdvancedNoAlloc()