Searched defs:DEBUG (Results 1 – 25 of 142) sorted by relevance
123456
46 override DEBUG = 0 macro51 override DEBUG = 0 macro
19 #define DEBUG(x) do {x;} while (0); macro21 #define DEBUG(x) do {} while (0); macro
16 DEBUG = True variable
23 DEBUG = True variable
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
7 #define DEBUG macro
10 #define DEBUG macro
85 #define DEBUG() printk("___%s___\n",__func__); macro88 #define DEBUG() macro
15 #define DEBUG macro
8 #define DEBUG 1 macro
8 #define DEBUG macro
13 #define DEBUG macro
20 #define DEBUG(fmt, args...) fprintf(stdout, "[Debug] "fmt, ##args) macro22 #define DEBUG(fmt, args...) macro
30 #define DEBUG macro