Home
last modified time | relevance | path

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

/external/dtc/
Ddtc-lexer.l112 DPRINT("String: %s\n", yytext);
119 DPRINT("Keyword: /dts-v1/\n");
126 DPRINT("Keyword: /plugin/\n");
131 DPRINT("Keyword: /memreserve/\n");
137 DPRINT("Keyword: /bits/\n");
143 DPRINT("Keyword: /delete-property/\n");
144 DPRINT("<PROPNODENAME>\n");
150 DPRINT("Keyword: /delete-node/\n");
151 DPRINT("<PROPNODENAME>\n");
157 DPRINT("Label: %s\n", yytext);
[all …]
/external/curl/docs/examples/
Devhiperfifo.c76 #define DPRINT(x...) printf(x) macro
120 DPRINT("%s %li\n", __PRETTY_FUNCTION__, timeout_ms); in multi_timer_cb()
203 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents); in event_cb()
221 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents); in timer_cb()
279 DPRINT("%s e %p s %i what %i cbp %p sockp %p\n", in sock_cb()