Lines Matching refs:DPRINT
651 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
653 #define DPRINT(fmt, ...) do { } while (0)
658 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
989 DPRINT("String: %s\n", yytext);
999 DPRINT("Keyword: /dts-v1/\n");
1009 DPRINT("Keyword: /memreserve/\n");
1018 DPRINT("Keyword: /bits/\n");
1027 DPRINT("Keyword: /delete-property/\n");
1028 DPRINT("<PROPNODENAME>\n");
1037 DPRINT("Keyword: /delete-node/\n");
1038 DPRINT("<PROPNODENAME>\n");
1047 DPRINT("Label: %s\n", yytext);
1058 DPRINT("Literal: '%s'\n", yylval.literal);
1069 DPRINT("Character literal: %s\n", yylval.literal);
1077 DPRINT("Ref: %s\n", yytext+1);
1087 DPRINT("Ref: %s\n", yytext+2);
1097 DPRINT("Byte: %02x\n", (int)yylval.byte);
1105 DPRINT("/BYTESTRING\n");
1114 DPRINT("PropNodeName: %s\n", yytext);
1125 DPRINT("Binary Include\n");
1191 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1194 DPRINT("<BYTESTRING>\n");
1199 DPRINT("<PROPNODENAME>\n");