Searched refs:tprintf (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dpaste10.c13 #define tprintf(format, args...) sprintf(format, ## args) macro
15 strcpy(tprintf("<%s>", test))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dpaste10.c13 #define tprintf(format, args...) sprintf(format, ## args) macro
15 strcpy(tprintf("<%s>", test))
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtprintf.h1 /* $NetBSD: tprintf.h,v 1.17 2005/12/03 17:10:46 christos Exp $ */
31 * @(#)tprintf.h 8.1 (Berkeley) 6/2/93
42 void tprintf(tpr_t, const char *fmt, ...) __printflike(2, 3);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Drx.c223 #define tprintf if (trace && running_benchmark) printf macro
239 tprintf("%d cycles\n", throughput);
254 tprintf("register %d load stall\n", r); \
263 tprintf ("Rt now %d\n", r); \
418 tprintf("src memory stall\n");
583 tprintf("dst memory stall\n");
703 tprintf ("0x%x " #vop " 0x%x " #vop " 0x%x = 0x%llx\n", uma, umb, c, ll); \
707 tprintf ("%d " #vop " %d " #vop " %d = %lld\n", ma, mb, c, sll); \
718 tprintf("0x%x " #vop " 0x%x = 0x%x\n", ma, mb, v); \
729 tprintf("
[all...]
H A Dfpu.c51 #define tprintf if (trace) printf macro
486 tprintf("%g + %g = %g\n", da, db, da+db);
515 tprintf("%g - %g = %g\n", da, db, da-db);
545 tprintf("%g x %g = %g\n", da, db, da*db);
575 tprintf("%g / %g = %g\n", da, db, da/db);
629 tprintf("fcmp: %g cmp %g\n", da, db);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A DMakefile.am28 tout_str toutimpl tpow tpow3 tpow_all tpow_z tprintf \
H A DMakefile.in79 tprintf$(EXEEXT) trandom$(EXEEXT) trec_sqrt$(EXEEXT) \
632 tprintf_SOURCES = tprintf.c
633 tprintf_OBJECTS = tprintf$U.$(OBJEXT)
922 tpow_all.c tpow_z.c tprintf.c trandom.c trec_sqrt.c tremquo.c \
948 tpow_all.c tpow_z.c tprintf.c trandom.c trec_sqrt.c tremquo.c \
1458 tprintf$(EXEEXT): $(tprintf_OBJECTS) $(tprintf_DEPENDENCIES)
1459 @rm -f tprintf$(EXEEXT)
1735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tprintf$U.Po@am__quote@
2026 tprintf_.c: tprintf.c $(ANSI2KNR)
2027 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tprintf
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c1214 #define tprintf if (TRACE_RELAX) printf
1347 tprintf ("\033[32m est frag: addr %08lx fix %ld var %ld ofs %ld lit %p opc %p type %d sub %d\033[0m\n",
1358 tprintf (" -> opfixsize %d delta %d\n", opfixsize, delta);
1380 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",
1430 tprintf (" -> new %d old %d delta %d (external)\n", newsize, oldsize, newsize-oldsize);
1441 tprintf ("branch, addr %08lx pc %08lx disp %ld\n",
1495 tprintf (" - newsize %d\n", newsize);
1499 tprintf ("other, addr %08lx pc %08lx LI %d OF %d\n",
1552 tprintf (" -> new %d old %d delta %d\n", newsize, oldsize, newsize-oldsize);
1582 tprintf ("\03
1213 #define tprintf macro
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dct.c96 #include <sys/tprintf.h>
735 tprintf(sc->sc_tpr,
739 tprintf(sc->sc_tpr,
743 tprintf(sc->sc_tpr,
H A Dmt.c91 #include <sys/tprintf.h>
495 tprintf(sc->sc_ttyp,
515 tprintf(sc->sc_ttyp,
923 tprintf(sc->sc_ttyp,
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dct.c89 #include <sys/tprintf.h>
780 tprintf(sc->sc_tpr,
784 tprintf(sc->sc_tpr,
788 tprintf(sc->sc_tpr,
H A Dmt.c78 #include <sys/tprintf.h>
464 tprintf(sc->sc_ttyp,
484 tprintf(sc->sc_ttyp,
889 tprintf(sc->sc_ttyp,
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Demul.c47 #include <sys/tprintf.h>
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_srvsocket.c59 #include <sys/tprintf.h>
H A Dnfs_socket.c64 #include <sys/tprintf.h>
1218 tprintf(tpr, "nfs server %s: %s\n", server, msg);
H A Dnfs_clntsocket.c64 #include <sys/tprintf.h>
716 * If there was a successful reply and a tprintf msg.
717 * tprintf a response.
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_prf.c59 #include <sys/tprintf.h>
509 * tprintf functions: used to send messages to a specific process
513 * use the handle when calling "tprintf"
518 * tprintf_open: get a tprintf handle on a process "p"
541 * tprintf_close: dispose of a tprintf handle obtained with tprintf_open
556 * tprintf: given tprintf handle to a process [obtained with tprintf_open],
562 tprintf(tpr_t tpr, const char *fmt, ...) function
594 * use tprintf]
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplay_vcons.c44 #include <sys/tprintf.h>
/netbsd-6-1-5-RELEASE/share/man/man9/
H A DMakefile425 kprintf.9 tprintf.9 kprintf.9 tprintf_open.9 kprintf.9 tprintf_close.9 \

Completed in 243 milliseconds