Home
last modified time | relevance | path

Searched refs:g_timeLimit_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(…
248 static U32 g_timeLimit_s = 99999; /* about 27 hours */ variable
2035 } while (BMK_timeSpan_s(grillStart) < g_timeLimit_s); in BMK_generate_cLevelTable()
2652 (unsigned)g_timeLimit_s, (double)g_timeLimit_s / 3600); in usage_advanced()
2893 g_timeLimit_s = readU32FromChar(&argument); in main()