Searched refs:timeStateCompress (Results 1 – 2 of 2) sorted by relevance
305 BMK_timedFnState_t* timeStateCompress, in BMK_benchMemAdvancedNoAlloc() argument443 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() local599 !timeStateCompress || !timeStateDecompress || in BMK_benchMemAdvanced()610 timeStateCompress, timeStateDecompress, in BMK_benchMemAdvanced()620 BMK_freeTimedFnState(timeStateCompress); in BMK_benchMemAdvanced()
1590 BMK_timedFnState_t* timeStateCompress = BMK_createTimedFnState(nbSeconds * 1000, 1000); in BMK_benchMemInvertible() local1630 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()