Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 5 of 5) sorted by relevance

/scripts/dtc/
Ddtc.h41 #define debug(...) printf(__VA_ARGS__) macro
43 #define debug(...) macro
/scripts/kconfig/
Dqconf.cc1075 QString head, debug, help; in menuInfo() local
1130 QString debug; in debug_info() local
/scripts/
Danalyze_suspend.py612 def debug(self, dev): member in DevProps
1275 def addLine(self, line, debug=False): argument
1416 def postProcess(self, debug=False): argument
Dunifdef.c1204 debug(const char *msg, ...) in debug() function
Dasn1_compiler.c319 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro