Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c83 #define CHECKTIME(r) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT("Time Limit Reached…
84 #define CHECKTIMEGT(ret, val, _gototag) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT(…
400 static U32 BMK_timeSpan_s(const UTIL_time_t tStart) in BMK_timeSpan_s() function
2035 } while (BMK_timeSpan_s(grillStart) < g_timeLimit_s); in BMK_generate_cLevelTable()