Home
last modified time | relevance | path

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

/external/zstd/programs/
Dbenchzstd.c305 BMK_timedFnState_t* timeStateCompress, in BMK_benchMemAdvancedNoAlloc() argument
443 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()
/external/zstd/tests/
Dparamgrill.c1590 BMK_timedFnState_t* timeStateCompress = BMK_createTimedFnState(nbSeconds * 1000, 1000); in BMK_benchMemInvertible() local
1630 assert(timeStateCompress != NULL); in BMK_benchMemInvertible()
1633 BMK_runOutcome_t const cOutcome = BMK_benchTimedFn(timeStateCompress, cbp); in BMK_benchMemInvertible()
1639 BMK_freeTimedFnState(timeStateCompress); in BMK_benchMemInvertible()
1647 compressionCompleted = BMK_isCompleted_TimedFn(timeStateCompress); in BMK_benchMemInvertible()
1657 BMK_freeTimedFnState(timeStateCompress); in BMK_benchMemInvertible()
1667 BMK_freeTimedFnState(timeStateCompress); in BMK_benchMemInvertible()