HomeSort by: relevance | last modified time | path
    Searched defs:DEBUGOUTPUT (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
benchfn.c 41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
43 # define DEBUGOUTPUT(...)
49 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
50 DEBUGOUTPUT("Error : "); \
51 DEBUGOUTPUT(__VA_ARGS__); \
52 DEBUGOUTPUT(" \n"); \
57 #define CONTROL(c) { if (!(c)) { DEBUGOUTPUT("error: %s \n", #c); abort(); } }
dibio.c 75 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
78 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
benchzstd.c 103 #define DEBUGOUTPUT(...) \
111 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
122 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
134 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
97 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 57 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
83 #define CHECKTIME(r) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT("Time Limit Reached\n"); return r; } }
84 #define CHECKTIMEGT(ret, val, _gototag) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT("Time Limit Reached\n"); ret = val; goto _gototag; } }
542 DEBUGOUTPUT("Granularity: %llu\n", (unsigned long long)g_clockGranularity);
1711 DEBUGOUTPUT("Benchmarking failed \n");
1717 DEBUGOUTPUT("WinnerScore: %f \n ", winnerRS);
2190 DEBUGOUTPUT("Climb Part 1\n");
2196 DEBUGOUTPUT("Start\n");
2212 DEBUGOUTPUT("Res: %d\n", res);
2240 DEBUGOUTPUT("Res: %d\n", res)
    [all...]

Completed in 21 milliseconds