Searched defs:DEBUG (Results 1 – 25 of 83) sorted by relevance
1234
19 #define DEBUG(x) do {x;} while (0); macro21 #define DEBUG(x) do {} while (0); macro
10 #define DEBUG 1 macro
7 DEBUG = macro
22 #define DEBUG 1 macro
23 #define DEBUG 1 macro
21 #define DEBUG 1 macro
20 #define DEBUG 0 macro
10 #define DEBUG macro
15 #define DEBUG macro
8 #define DEBUG macro
30 #define DEBUG macro
2 #define DEBUG macro
83 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) macro87 #define DEBUG(lvl, stuff...) do { } while (0) macro
32 #define DEBUG macro
34 #define DEBUG /* define this for verbose EDID parsing output */ macro
27 #define DEBUG macro
60 #define DEBUG 0 macro
29 #define DEBUG 0 macro
16 #define DEBUG 0 macro
12 #define DEBUG macro
Completed in 31 milliseconds