Lines Matching refs:DPRINT
594 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
596 #define DPRINT(fmt, ...) do { } while (0)
601 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
903 DPRINT("String: %s\n", yytext);
913 DPRINT("Keyword: /dts-v1/\n");
923 DPRINT("Keyword: /memreserve/\n");
932 DPRINT("Label: %s\n", yytext);
943 DPRINT("Literal: '%s'\n", yylval.literal);
951 DPRINT("Ref: %s\n", yytext+1);
961 DPRINT("Ref: %s\n", yytext+2);
971 DPRINT("Byte: %02x\n", (int)yylval.byte);
979 DPRINT("/BYTESTRING\n");
988 DPRINT("PropNodeName: %s\n", yytext);
998 DPRINT("Binary Include\n");
1024 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1027 DPRINT("<BYTESTRING>\n");
1032 DPRINT("<PROPNODENAME>\n");