Searched refs:DPRINT (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/
H A Ddtc-lexer.l40 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
42 #define DPRINT(fmt, ...) do { } while (0)
47 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
99 DPRINT("String: %s\n", yytext);
106 DPRINT("Keyword: /dts-v1/\n");
113 DPRINT("Keyword: /plugin/\n");
118 DPRINT("Keyword: /memreserve/\n");
124 DPRINT("Keyword: /bits/\n");
130 DPRINT("Keyword: /delete-property/\n");
131 DPRINT("<PROPNODENAM
[all...]
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-filter.c31 DPRINT(("tre_filter_find: %.*s\n", len, str));
60 DPRINT(("Found possible match at %d\n",
66 DPRINT(("No match so far...\n"));
71 DPRINT(("This string cannot match.\n"));
H A Dtre-match-backtrack.c250 DPRINT(("tnfa_execute_backtrack, input type %d\n", type));
251 DPRINT(("len = %d\n", len));
319 DPRINT(("> init %p, prev_c %lc\n", trans_i->state, (tre_cint_t)prev_c));
322 DPRINT(("assert failed\n"));
334 DPRINT(("saving state %d for backtracking\n", trans_i->state_id));
351 DPRINT(("entering match loop, pos %d, str_byte %p\n", pos, str_byte));
352 DPRINT(("pos:chr/code | state and tags\n"));
353 DPRINT(("-------------+------------------------------------------------\n"));
363 DPRINT(("start loop\n"));
366 DPRINT((" matc
[all...]
H A Dtre-mem.c72 DPRINT(("tre_mem_alloc: oops, called after failure?!\n"));
82 DPRINT(("tre_mem_alloc: xmalloc forced failure\n"));
97 DPRINT(("tre_mem_alloc: using provided block\n"));
100 DPRINT(("tre_mem_alloc: provided block was NULL\n"));
114 DPRINT(("tre_mem_alloc: allocating new %d byte block\n",
H A Dtre-match-parallel.c75 DPRINT((" %p", (void *)reach->state));
78 DPRINT(("/"));
81 DPRINT(("%d:%d", i, reach->tags[i]));
83 DPRINT((","));
88 DPRINT(("\n"));
131 DPRINT(("tre_tnfa_run_parallel, input type %d\n", type));
221 DPRINT(("skipped %lu chars\n", (unsigned long)(str_byte - orig_str)));
254 DPRINT(("skipped %d chars\n", str_byte - orig_str));
268 DPRINT(("length: %d\n", len));
269 DPRINT(("po
[all...]
H A Dtre-stack.c80 DPRINT(("tre_stack_push: stack full\n"));
87 DPRINT(("tre_stack_push: trying to realloc more space\n"));
94 DPRINT(("tre_stack_push: realloc failed.\n"));
97 DPRINT(("tre_stack_push: realloc succeeded.\n"));
H A Dtre-parse.c84 DPRINT(("Expanding macro '%c' => '%s'\n",
104 DPRINT(("out of array space, i = %d\n", *i));
133 DPRINT((" expanding class to character ranges\n"));
148 DPRINT((" range %c (%d) to %c (%d)\n", min, min, max, max));
285 DPRINT(("tre_parse_bracket: done: '%.*" STRF "'\n", REST(re)));
297 DPRINT(("tre_parse_bracket: range: '%.*" STRF "'\n", REST(re)));
318 DPRINT(("tre_parse_bracket: class: '%.*" STRF "'\n", REST(re)));
344 DPRINT((" class name: %s\n", tmp_str));
365 DPRINT(("tre_parse_bracket: char: '%.*" STRF "'\n", REST(re)));
395 DPRINT(("addin
[all...]
H A Dtre-match-approx.c67 /* Prints the `reach' array in a readable fashion with DPRINT. */
75 DPRINT((" reach:\n"));
81 DPRINT((" %03d, costs ", id));
84 DPRINT(("["));
87 DPRINT(("%2d", reach[id].costs[i][j]));
89 DPRINT((","));
91 DPRINT(("]"));
93 DPRINT((", "));
95 DPRINT(("\n tags "));
98 DPRINT(("
[all...]
H A Dtre-compile.c45 DPRINT(("add_tag_left: tag %d\n", tag_id));
78 DPRINT(("tre_add_tag_right: tag %d\n", tag_id));
131 DPRINT((" Using tag %d for %s offset of "
277 DPRINT(("Literal %d-%d\n",
289 DPRINT(("Minimal %d, %d\n", minimal_tag, tag));
301 DPRINT((" num_tags = 1\n"));
305 DPRINT((" num_tags++\n"));
324 DPRINT(("Catenation, next_tag = %d\n", next_tag));
337 DPRINT((" Pushing %d for after left\n",
342 DPRINT((" Reservin
[all...]
H A Dtre-ast.c118 DPRINT(("params ["));
122 DPRINT(("unset"));
124 DPRINT(("default"));
126 DPRINT(("%d", params[i]));
128 DPRINT((", "));
130 DPRINT(("]"));
H A Dtre-internal.h25 #define DPRINT(msg) do {printf msg; fflush(stdout);} while(/*CONSTCOND*/(void)0,0) macro
27 #define DPRINT(msg) do { } while(/*CONSTCOND*/(void)0,0) macro
H A Dregexec.c53 DPRINT(("end tag = t%d = %d\n", tnfa->end_tag, match_eo));
72 DPRINT(("pmatch[%d] = {t%d = %d, t%d = %d}\n", i,
90 DPRINT(("pmatch[%d] parent %d\n", i, parents[j]));
H A Dregcomp.c75 DPRINT(("mbrtowc: error %d: %s.\n", errno, strerror(errno)));
H A Dtre-match-utils.h202 DPRINT(("neg_char_classes_test: %p, %d, %d\n", classes, wc, icase));
/netbsd-current/sys/netinet/
H A Daccf_http.c132 #define DPRINT(fmt, args...) \ macro
137 #define DPRINT(fmt, args...) macro
144 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, "
239 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
242 DPRINT("short cc (%d) mbufstrncmp failed", cc);
247 DPRINT("mbufstrcmp ok");
254 DPRINT("mbufstrcmp bad");
258 DPRINT("fallout");
291 DPRINT("newline");
308 DPRINT("o
[all...]
/netbsd-current/sys/stand/efiboot/
H A Defirng.c44 #define DPRINT(...) __nothing macro
46 #define DPRINT Print macro
72 DPRINT(L"efirng: protocol: %r\n", status);
136 DPRINT(L"efirng: GetRNG: %r\n", status);
/netbsd-current/sys/dev/pci/
H A Dpci_resource.c51 #define DPRINT aprint_debug macro
239 DPRINT("PCI: " PCI_SBDF_FMT " %04x:%04x %02x 0x%06x",
246 DPRINT(" (device)\n");
249 DPRINT(" (bridge %u -> %u-%u)\n",
255 DPRINT("PCI: " PCI_SBDF_FMT
263 DPRINT("PCI: " PCI_SBDF_FMT
271 DPRINT("PCI: " PCI_SBDF_FMT
281 DPRINT(" (0x%02x)\n", PCI_HDRTYPE_TYPE(pd->pd_bhlc));
287 DPRINT("PCI: " PCI_SBDF_FMT
297 DPRINT(", 3
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c76 #define DPRINT(x) if (dflag) printf x macro
80 #define DPRINT(x) macro
389 DPRINT(("mkrobuf %s\n", s));
402 DPRINT(("strtobuf iob %p buf %p str %s\n", iob, iob->buf, str));
1210 DPRINT(("mergeadd: %p %d\n", bl, m));
1223 DPRINT(("mergeadd return: %d ", blkidp));
1237 DPRINT(("storeblk: %d\n", l));
1447 DPRINT(("loopover return 0\n"));
1469 DPRINT(("%d:enter kfind(%s)\n",0,sp->namep));
1568 DPRINT(("
[all...]
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dlocore.S73 #define DPRINT(string) PRINT(string) define
77 #define DPRINT(string) define
345 DPRINT(str); \
/netbsd-current/sys/arch/sun3/sun3x/
H A Dpmap.c171 #define DPRINT(args) if (pmap_debug) printf args macro
176 #define DPRINT(args) /* nada */ macro
3532 DPRINT(("pmap_activate(%p)\n", pmap));
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1508 # define DPRINT(x) printf x macro
1510 # define DPRINT(x) macro

Completed in 307 milliseconds