Searched defs:DEBUG (Results 1 – 25 of 110) sorted by relevance
12345
19 #define DEBUG(x) do {x;} while (0); macro21 #define DEBUG(x) do {} while (0); macro
1 #define DEBUG 1 macro
23 #define DEBUG 1 macro
25 #define DEBUG macro
6 DEBUG = macro
18 .macro DEBUG ch macro
17 #define DEBUG 1 macro
15 #define DEBUG macro
18 #define DEBUG macro
12 #define DEBUG macro
7 #define DEBUG 1 macro
13 #define DEBUG macro
19 #define DEBUG(x) macro
22 #define DEBUG 1 macro
44 #define DEBUG macro
19 #define DEBUG 0 macro
1 #define DEBUG macro
16 #define DEBUG macro
34 #define DEBUG /* define this for verbose EDID parsing output */ macro
27 #define DEBUG macro
85 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) macro89 #define DEBUG(lvl, stuff...) do { } while (0) macro