HomeSort by: relevance | last modified time | path
    Searched defs:tprintf (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.h 205 #define tprintf(...) macro
206 #define Tprintf(...)
211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro
212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ )
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.h 205 #define tprintf(...) macro
206 #define Tprintf(...)
211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro
212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ )
  /src/external/bsd/zstd/dist/tests/regression/
test.c 210 #define tprintf(file, ...) \ macro
231 tprintf(
251 tprintf(results, "Total compressed size\n");
276 tprintf(results, "%s\n", result_get_error_string(result));
278 tprintf(
  /src/external/gpl3/gdb.old/dist/sim/rl78/
mem.c 43 #define tprintf if (trace) printf macro
184 tprintf ("MDUC: %lu * %lu = %lu\n", alu, ahu, rvu);
192 tprintf ("MDUC: %ld * %ld = %ld\n", als, ahs, rvs);
203 tprintf ("MDUC: %lu * %lu + %lu = ", alu, ahu, mdc);
205 tprintf ("%lu\n", mdc);
215 tprintf ("MDUC: %ld * %ld + %ld = ", als, ahs, mdc);
216 tprintf ("%ld\n", mdc);
262 tprintf ("MDUC: %lu / %lu = q %lu, r %lu\n", a, b, q, r);
313 tprintf ("\033[34m([%05X]<-%02X)\033[0m", address, value);
321 tprintf ("\033[34m([%05X]<-%04X)\033[0m", address, value)
    [all...]
rl78.c 42 #define tprintf if (trace) printf macro
97 tprintf (" #");
102 tprintf (" %s=", reg_names[o->reg]);
107 tprintf (" %s.%d=", reg_names[o->reg], o->bit_number);
114 tprintf (" [0x%x]=", v);
123 tprintf (" [0x%x].%d=", v, o->bit_number);
129 tprintf (" [--%s]", reg_names[o->reg]);
144 tprintf (" [%s++]", reg_names[o->reg]);
162 tprintf ("%d", v);
172 tprintf (" -> ")
    [all...]
  /src/external/gpl3/gdb/dist/sim/rl78/
mem.c 43 #define tprintf if (trace) printf macro
184 tprintf ("MDUC: %lu * %lu = %lu\n", alu, ahu, rvu);
192 tprintf ("MDUC: %ld * %ld = %ld\n", als, ahs, rvs);
203 tprintf ("MDUC: %lu * %lu + %lu = ", alu, ahu, mdc);
205 tprintf ("%lu\n", mdc);
215 tprintf ("MDUC: %ld * %ld + %ld = ", als, ahs, mdc);
216 tprintf ("%ld\n", mdc);
262 tprintf ("MDUC: %lu / %lu = q %lu, r %lu\n", a, b, q, r);
313 tprintf ("\033[34m([%05X]<-%02X)\033[0m", address, value);
321 tprintf ("\033[34m([%05X]<-%04X)\033[0m", address, value)
    [all...]
rl78.c 42 #define tprintf if (trace) printf macro
97 tprintf (" #");
102 tprintf (" %s=", reg_names[o->reg]);
107 tprintf (" %s.%d=", reg_names[o->reg], o->bit_number);
114 tprintf (" [0x%x]=", v);
123 tprintf (" [0x%x].%d=", v, o->bit_number);
129 tprintf (" [--%s]", reg_names[o->reg]);
144 tprintf (" [%s++]", reg_names[o->reg]);
162 tprintf ("%d", v);
172 tprintf (" -> ")
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
fpu.c 53 #define tprintf if (trace) printf macro
488 tprintf("%g + %g = %g\n", da, db, da+db);
517 tprintf("%g - %g = %g\n", da, db, da-db);
547 tprintf("%g x %g = %g\n", da, db, da*db);
577 tprintf("%g / %g = %g\n", da, db, da/db);
631 tprintf("fcmp: %g cmp %g\n", da, db);
rx.c 230 #define tprintf if (trace && running_benchmark) printf macro
246 tprintf("%d cycles\n", throughput);
261 tprintf("register %d load stall\n", r); \
270 tprintf ("Rt now %d\n", r); \
426 tprintf("src memory stall\n");
595 tprintf("dst memory stall\n");
716 tprintf ("0x%x " #vop " 0x%x " #vop " 0x%x = 0x%llx\n", uma, umb, c, ll); \
720 tprintf ("%d " #vop " %d " #vop " %d = %lld\n", ma, mb, c, sll); \
731 tprintf("0x%x " #vop " 0x%x = 0x%x\n", ma, mb, v); \
742 tprintf("%lld " #OP " %d\n", val, count);
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
fpu.c 53 #define tprintf if (trace) printf macro
488 tprintf("%g + %g = %g\n", da, db, da+db);
517 tprintf("%g - %g = %g\n", da, db, da-db);
547 tprintf("%g x %g = %g\n", da, db, da*db);
577 tprintf("%g / %g = %g\n", da, db, da/db);
631 tprintf("fcmp: %g cmp %g\n", da, db);
rx.c 230 #define tprintf if (trace && running_benchmark) printf macro
246 tprintf("%d cycles\n", throughput);
261 tprintf("register %d load stall\n", r); \
270 tprintf ("Rt now %d\n", r); \
426 tprintf("src memory stall\n");
595 tprintf("dst memory stall\n");
716 tprintf ("0x%x " #vop " 0x%x " #vop " 0x%x = 0x%llx\n", uma, umb, c, ll); \
720 tprintf ("%d " #vop " %d " #vop " %d = %lld\n", ma, mb, c, sll); \
731 tprintf("0x%x " #vop " 0x%x = 0x%x\n", ma, mb, v); \
742 tprintf("%lld " #OP " %d\n", val, count);
    [all...]
  /src/sys/kern/
subr_prf.c 61 #include <sys/tprintf.h>
580 * tprintf functions: used to send messages to a specific process
584 * use the handle when calling "tprintf"
589 * tprintf_open: get a tprintf handle on a process "p"
612 * tprintf_close: dispose of a tprintf handle obtained with tprintf_open
627 * tprintf: given tprintf handle to a process [obtained with tprintf_open],
633 tprintf(tpr_t tpr, const char *fmt, ...) function
665 * use tprintf]
  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 742 #define tprintf if (TRACE_RELAX) printf
882 tprintf (" -> opfixsize %d delta %d\n", opfixsize, delta);
950 tprintf (" -> new %d old %d delta %d (external)\n", newsize, oldsize, newsize-oldsize);
1015 tprintf (" -> new %d old %d delta %d\n", newsize, oldsize, newsize-oldsize);
1052 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc);
1063 tprintf ("unknown addr ? - %x = ?\n", (int)mypc);
1069 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp);
1213 tprintf ("fragP->fr_fix now %ld (%d + (%p - %p)\n", (long) fragP->fr_fix,
1217 tprintf ("compare 0x%lx vs 0x%lx - 0x%lx = 0x%lx (%p)\n",
741 #define tprintf macro
tc-rx.c 1382 #define tprintf if (TRACE_RELAX) printf
1515 tprintf ("\033[32m est frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d\033[0m\n",
1526 tprintf (" -> opfixsize %d delta %d\n", opfixsize, delta);
1560 tprintf ("\033[36mrelax frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d str %ld\033[0m\n",
1582 tprintf("subtype %u\n", fragP->fr_subtype);
1585 tprintf ("\033[34m -> mypc %lu next_size %u new %d old %d delta %d (fetchalign)\033[0m\n",
1638 tprintf (" -> new %d old %d delta %d (external)\n", newsize, oldsize, newsize-oldsize);
1648 tprintf ("branch, addr %08lx pc %08lx disp %ld\n",
1702 tprintf (" - newsize %d\n", newsize);
1706 tprintf ("other, addr %08lx pc %08lx LI %d OF %d\n"
1381 #define tprintf macro
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 742 #define tprintf if (TRACE_RELAX) printf
882 tprintf (" -> opfixsize %d delta %d\n", opfixsize, delta);
950 tprintf (" -> new %d old %d delta %d (external)\n", newsize, oldsize, newsize-oldsize);
1015 tprintf (" -> new %d old %d delta %d\n", newsize, oldsize, newsize-oldsize);
1052 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc);
1063 tprintf ("unknown addr ? - %x = ?\n", (int)mypc);
1069 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp);
1213 tprintf ("fragP->fr_fix now %ld (%d + (%p - %p)\n", (long) fragP->fr_fix,
1217 tprintf ("compare 0x%lx vs 0x%lx - 0x%lx = 0x%lx (%p)\n",
741 #define tprintf macro
tc-rx.c 1382 #define tprintf if (TRACE_RELAX) printf
1515 tprintf ("\033[32m est frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d\033[0m\n",
1526 tprintf (" -> opfixsize %d delta %d\n", opfixsize, delta);
1560 tprintf ("\033[36mrelax frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d str %ld\033[0m\n",
1582 tprintf("subtype %u\n", fragP->fr_subtype);
1585 tprintf ("\033[34m -> mypc %lu next_size %u new %d old %d delta %d (fetchalign)\033[0m\n",
1638 tprintf (" -> new %d old %d delta %d (external)\n", newsize, oldsize, newsize-oldsize);
1648 tprintf ("branch, addr %08lx pc %08lx disp %ld\n",
1702 tprintf (" - newsize %d\n", newsize);
1706 tprintf ("other, addr %08lx pc %08lx LI %d OF %d\n"
1381 #define tprintf macro
    [all...]

Completed in 34 milliseconds