Searched refs:timeStateDecompress (Results 1 – 2 of 2) sorted by relevance
306 BMK_timedFnState_t* timeStateDecompress, in BMK_benchMemAdvancedNoAlloc() argument470 BMK_runOutcome_t const dOutcome = BMK_benchTimedFn(timeStateDecompress, dbp); in BMK_benchMemAdvancedNoAlloc()490 decompressionCompleted = BMK_isCompleted_TimedFn(timeStateDecompress); in BMK_benchMemAdvancedNoAlloc()583 …BMK_timedFnState_t* timeStateDecompress = BMK_createTimedFnState(adv->nbSeconds * 1000, BMK_RUNTES… in BMK_benchMemAdvanced() local599 !timeStateCompress || !timeStateDecompress || in BMK_benchMemAdvanced()610 timeStateCompress, timeStateDecompress, in BMK_benchMemAdvanced()621 BMK_freeTimedFnState(timeStateDecompress); in BMK_benchMemAdvanced()
1591 BMK_timedFnState_t* timeStateDecompress = BMK_createTimedFnState(nbSeconds * 1000, 1000); in BMK_benchMemInvertible() local1631 assert(timeStateDecompress != NULL); in BMK_benchMemInvertible()1640 BMK_freeTimedFnState(timeStateDecompress); in BMK_benchMemInvertible()1651 BMK_runOutcome_t const dOutcome = BMK_benchTimedFn(timeStateDecompress, dbp); in BMK_benchMemInvertible()1658 BMK_freeTimedFnState(timeStateDecompress); in BMK_benchMemInvertible()1664 decompressionCompleted = BMK_isCompleted_TimedFn(timeStateDecompress); in BMK_benchMemInvertible()1668 BMK_freeTimedFnState(timeStateDecompress); in BMK_benchMemInvertible()