Lines Matching refs:DPRINT
625 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
627 #define DPRINT(fmt, ...) do { } while (0) macro
632 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
966 DPRINT("String: %s\n", yytext);
975 DPRINT("Keyword: /dts-v1/\n");
984 DPRINT("Keyword: /plugin/\n");
991 DPRINT("Keyword: /memreserve/\n");
999 DPRINT("Keyword: /bits/\n");
1007 DPRINT("Keyword: /delete-property/\n");
1008 DPRINT("<PROPNODENAME>\n");
1016 DPRINT("Keyword: /delete-node/\n");
1017 DPRINT("<PROPNODENAME>\n");
1025 DPRINT("Keyword: /omit-if-no-ref/\n");
1026 DPRINT("<PROPNODENAME>\n");
1034 DPRINT("Label: %s\n", yytext);
1044 DPRINT("Integer Literal: '%s'\n", yytext);
1069 DPRINT("Character literal: %s\n", yytext);
1091 DPRINT("Ref: %s\n", yytext+1);
1100 DPRINT("Ref: %s\n", yytext+2);
1109 DPRINT("Byte: %02x\n", (int)yylval.byte);
1116 DPRINT("/BYTESTRING\n");
1124 DPRINT("PropNodeName: %s\n", yytext);
1134 DPRINT("Binary Include\n");
1188 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1191 DPRINT("<BYTESTRING>\n");
1196 DPRINT("<PROPNODENAME>\n");