Lines Matching refs:DPRINT
52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
54 #define DPRINT(fmt, ...) do { } while (0) macro
59 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
80 DPRINT("String: %s\n", yytext);
87 DPRINT("Keyword: /dts-v1/\n");
94 DPRINT("Keyword: /memreserve/\n");
100 DPRINT("Label: %s\n", yytext);
108 DPRINT("Literal: '%s'\n", yylval.literal);
113 DPRINT("Ref: %s\n", yytext+1);
120 DPRINT("Ref: %s\n", yytext+2);
127 DPRINT("Byte: %02x\n", (int)yylval.byte);
132 DPRINT("/BYTESTRING\n");
138 DPRINT("PropNodeName: %s\n", yytext);
145 DPRINT("Binary Include\n");
154 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
157 DPRINT("<BYTESTRING>\n");
162 DPRINT("<PROPNODENAME>\n");