Home
last modified time | relevance | path

Searched refs:SDEBUG (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atom.c104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
107 #define SDEBUG(...) do { } while (0) macro
591 SDEBUG(" dst: "); in atom_op_add()
593 SDEBUG(" src: "); in atom_op_add()
596 SDEBUG(" dst: "); in atom_op_add()
605 SDEBUG(" dst: "); in atom_op_and()
607 SDEBUG(" src: "); in atom_op_and()
610 SDEBUG(" dst: "); in atom_op_and()
625 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
627 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atom.c115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
118 #define SDEBUG(...) do { } while (0) macro
605 SDEBUG(" dst: "); in atom_op_add()
607 SDEBUG(" src: "); in atom_op_add()
610 SDEBUG(" dst: "); in atom_op_add()
619 SDEBUG(" dst: "); in atom_op_and()
621 SDEBUG(" src: "); in atom_op_and()
624 SDEBUG(" dst: "); in atom_op_and()
639 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
641 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c71 #define SDEBUG(x) if (sdebug) printf x macro
73 #define SDEBUG(x) macro
111 SDEBUG(("refnode(%s)\n", sp->sname)); in refnode()
124 SDEBUG(("inline_addarg(%p)\n", ip)); in inline_addarg()
142 SDEBUG(("inline_start(\"%s\")\n", sp->sname)); in inline_start()
185 SDEBUG(("inline_end()\n")); in inline_end()
215 SDEBUG(("inline_ref(\"%s\")\n", sp->sname)); in inline_ref()
410 SDEBUG(("inlinetree(%p,%p) OK %d\n", f, ap, is->flags & CANINL)); in inlinetree()
444 SDEBUG(("branch labels %d,%d,%d\n", l0, l1, l2)); in inlinetree()
451 SDEBUG(("pre-offsets crslab %d tvaloff %d\n", crslab, tvaloff)); in inlinetree()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c71 #define SDEBUG(x) if (sdebug) printf x macro
73 #define SDEBUG(x) macro
114 SDEBUG(("refnode(%s)\n", sp->sname)); in refnode()
172 SDEBUG(("inline_addarg(%p)\n", ip)); in inline_addarg()
205 SDEBUG(("inline_start(\"%s\")\n", sp->sname)); in inline_start()
252 SDEBUG(("inline_end()\n")); in inline_end()
286 SDEBUG(("inline_ref(\"%s\")\n", sp->sname)); in inline_ref()
490 SDEBUG(("inlinetree(%p,%p) OK %d\n", f, ap, is->flags & CANINL)); in inlinetree()
526 SDEBUG(("branch labels %d,%d,%d\n", l0, l1, l2)); in inlinetree()
535 SDEBUG(("pre-offsets crslab %d tvaloff %d\n", crslab, tvaloff)); in inlinetree()
[all …]
/netbsd-src/lib/libedit/
H A Dcommon.c661 #ifdef SDEBUG in ed_search_prev_history()
676 #ifdef SDEBUG in ed_search_prev_history()
716 #ifdef SDEBUG in ed_search_next_history()
729 #ifdef SDEBUG in ed_search_next_history()
H A Dsearch.c164 #ifdef SDEBUG in c_hmatch()
189 #ifdef SDEBUG in c_setpat()
575 #ifdef SDEBUG in cv_repeat_srch()