Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c306 BMK_timedFnState_t* timeStateCompress, in BMK_benchMemAdvancedNoAlloc() argument
442 BMK_runOutcome_t const cOutcome = BMK_benchTimedFn( timeStateCompress, cbp); in BMK_benchMemAdvancedNoAlloc()
466 compressionCompleted = BMK_isCompleted_TimedFn(timeStateCompress); in BMK_benchMemAdvancedNoAlloc()
582 …BMK_timedFnState_t* timeStateCompress = BMK_createTimedFnState(adv->nbSeconds * 1000, BMK_RUNTEST_… in BMK_benchMemAdvanced() local
599 !timeStateCompress || !timeStateDecompress || in BMK_benchMemAdvanced()
610 timeStateCompress, timeStateDecompress, in BMK_benchMemAdvanced()
620 BMK_freeTimedFnState(timeStateCompress); in BMK_benchMemAdvanced()