Home
last modified time | relevance | path

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

/external/zstd/programs/
Dbenchfn.c41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
43 # define DEBUGOUTPUT(...) macro
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(); } }
Ddibio.c75 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
78 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
Dbenchzstd.c83 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
86 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
96 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
108 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/bench/
Dbenchfn.c42 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
44 # define DEBUGOUTPUT(...) macro
50 DEBUGOUTPUT("%s: %i: \n", __FILE__, __LINE__); \
51 DEBUGOUTPUT("Error : "); \
52 DEBUGOUTPUT(__VA_ARGS__); \
53 DEBUGOUTPUT(" \n"); \
/external/lz4/tests/
DcheckFrame.c65 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
68 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
/external/zstd/tests/
Dparamgrill.c57 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
83 #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(…
542 DEBUGOUTPUT("Granularity: %llu\n", (unsigned long long)g_clockGranularity); in init_clockGranularity()
1712 DEBUGOUTPUT("Benchmarking failed \n"); in allBench()
1718 DEBUGOUTPUT("WinnerScore: %f \n ", winnerRS); in allBench()
2191 DEBUGOUTPUT("Climb Part 1\n"); in climbOnce()
2197 DEBUGOUTPUT("Start\n"); in climbOnce()
2213 DEBUGOUTPUT("Res: %d\n", res); in climbOnce()
2241 DEBUGOUTPUT("Res: %d\n", res); in climbOnce()
[all …]
/external/lz4/programs/
Dlz4cli.c80 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
83 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
Dbench.c269 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
272 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
Dlz4io.c136 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); macro
139 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } macro
97 DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \