Lines Matching refs:DPRINT
652 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
654 #define DPRINT(fmt, ...) do { } while (0)
659 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
990 DPRINT("String: %s\n", yytext);
1000 DPRINT("Keyword: /dts-v1/\n");
1010 DPRINT("Keyword: /memreserve/\n");
1019 DPRINT("Keyword: /bits/\n");
1028 DPRINT("Keyword: /delete-property/\n");
1029 DPRINT("<PROPNODENAME>\n");
1038 DPRINT("Keyword: /delete-node/\n");
1039 DPRINT("<PROPNODENAME>\n");
1048 DPRINT("Label: %s\n", yytext);
1059 DPRINT("Integer Literal: '%s'\n", yytext);
1082 DPRINT("Character literal: %s\n", yytext);
1105 DPRINT("Ref: %s\n", yytext+1);
1115 DPRINT("Ref: %s\n", yytext+2);
1125 DPRINT("Byte: %02x\n", (int)yylval.byte);
1133 DPRINT("/BYTESTRING\n");
1142 DPRINT("PropNodeName: %s\n", yytext);
1153 DPRINT("Binary Include\n");
1219 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1222 DPRINT("<BYTESTRING>\n");
1227 DPRINT("<PROPNODENAME>\n");