Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dbenchfn.h151 int BMK_isCompleted_TimedFn(const BMK_timedFnState_t* timedFnState);
H A Dbenchfn.c200 int BMK_isCompleted_TimedFn(const BMK_timedFnState_t* timedFnState) in BMK_isCompleted_TimedFn() function
H A Dbenchzstd.c466 compressionCompleted = BMK_isCompleted_TimedFn(timeStateCompress); in BMK_benchMemAdvancedNoAlloc()
490 decompressionCompleted = BMK_isCompleted_TimedFn(timeStateDecompress); in BMK_benchMemAdvancedNoAlloc()