Home
last modified time | relevance | path

Searched refs:DPRINT (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.l52 #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);
[all …]
H A Ddtc-lexer.lex.c_shipped594 #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);
[all …]