Lines Matching refs:DPRINT
645 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
647 #define DPRINT(fmt, ...) do { } while (0)
652 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
996 DPRINT("String: %s\n", yytext);
1006 DPRINT("Keyword: /dts-v1/\n");
1016 DPRINT("Keyword: /plugin/\n");
1024 DPRINT("Keyword: /memreserve/\n");
1033 DPRINT("Keyword: /bits/\n");
1042 DPRINT("Keyword: /delete-property/\n");
1043 DPRINT("<PROPNODENAME>\n");
1052 DPRINT("Keyword: /delete-node/\n");
1053 DPRINT("<PROPNODENAME>\n");
1062 DPRINT("Label: %s\n", yytext);
1073 DPRINT("Integer Literal: '%s'\n", yytext);
1099 DPRINT("Character literal: %s\n", yytext);
1122 DPRINT("Ref: %s\n", yytext+1);
1132 DPRINT("Ref: %s\n", yytext+2);
1142 DPRINT("Byte: %02x\n", (int)yylval.byte);
1150 DPRINT("/BYTESTRING\n");
1159 DPRINT("PropNodeName: %s\n", yytext);
1170 DPRINT("Binary Include\n");
1236 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1239 DPRINT("<BYTESTRING>\n");
1244 DPRINT("<PROPNODENAME>\n");