Lines Matching defs:DPRINT
37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
39 #define DPRINT(fmt, ...) do { } while (0)
44 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
96 DPRINT("String: %s\n", yytext);
103 DPRINT("Keyword: /dts-v1/\n");
110 DPRINT("Keyword: /plugin/\n");
115 DPRINT("Keyword: /memreserve/\n");
121 DPRINT("Keyword: /bits/\n");
127 DPRINT("Keyword: /delete-property/\n");
128 DPRINT("<PROPNODENAME>\n");
134 DPRINT("Keyword: /delete-node/\n");
135 DPRINT("<PROPNODENAME>\n");
141 DPRINT("Keyword: /omit-if-no-ref/\n");
142 DPRINT("<PROPNODENAME>\n");
148 DPRINT("Label: %s\n", yytext);
171 DPRINT("Integer Literal: '%s'\n", yytext);
193 DPRINT("Character literal: %s\n", yytext);
213 DPRINT("Ref: %s\n", yytext+1);
220 DPRINT("Ref: %s\n", yytext+2);
227 DPRINT("Byte: %02x\n", (int)yylval.byte);
232 DPRINT("/BYTESTRING\n");
238 DPRINT("PropNodeName: %s\n", yytext);
246 DPRINT("Binary Include\n");
264 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
267 DPRINT("<BYTESTRING>\n");
272 DPRINT("<PROPNODENAME>\n");