Searched refs:FMT (Results 101 - 110 of 110) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.cc993 #define tagged_printf(FMT, ARG, TAG) do { \
994 int count_ = printf (" " FMT ",", ARG); \
/netbsd-current/sys/dev/pckbport/
H A Dsynaptics.c134 #define DPRINTF(LEVEL, SC, FMT, ARGS...) do \
139 device_printf(_dprintf_psc->sc_dev, FMT, ##ARGS); \
/netbsd-current/sys/dev/usb/
H A Duhci.c121 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,1,FMT,A,B,C,D)
122 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(uhcidebug,N,FMT,A,B,C,D)
H A Dohci.c112 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ohcidebug,FMT,A,B,C,D)
113 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ohcidebug,N,FMT,A,B,C,D)
H A Dehci.c135 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ehcidebug,FMT,A,B,C,D)
136 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ehcidebug,N,FMT,A,B,C,D)
/netbsd-current/sys/arch/mips/mips/
H A Dfp.S137 * Decode the FMT field (bits 25-21) and FUNCTION field (bits 5-0).
139 srl v0, a0, 21 - PTR_SCALESHIFT # get FMT field
140 andi v0, v0, 0x1F << PTR_SCALESHIFT # mask FMT field
143 PTR_L a3, fmt_tbl(v0) # switch on FUNC & FMT
147 PTR_L a3, fmt_tbl(v0) # switch on FUNC & FMT
/netbsd-current/sys/dev/pci/
H A Dradeonfbreg.h4846 # define R300_EASY_TX_FORMAT(B, G, R, A, FMT) ( \
4851 | (R300_TX_FORMAT_##FMT) \
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtracepoint.cc99 #define trace_debug(FMT, args...) \
100 trace_debug_1 (1, FMT, ##args)
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s6579 mov.l %d1,-(%sp) # push SIGN(X) IN SGL-FMT
7784 mov.l %d1,-(%sp) # EXTENDED FMT
7933 fmov.s %d1,%fp1 # -SIGN(X)*2 IN SGL FMT
7938 fmov.s %d1,%fp0 # SGN IN SGL FMT
9019 fmov.l INT(%a6),%fp1 # N --> FLOATING FMT
9116 fmov.l INT(%a6),%fp1 # N --> FLOATING FMT
H A Dfpsp.s6685 mov.l %d1,-(%sp) # push SIGN(X) IN SGL-FMT
7890 mov.l %d1,-(%sp) # EXTENDED FMT
8039 fmov.s %d1,%fp1 # -SIGN(X)*2 IN SGL FMT
8044 fmov.s %d1,%fp0 # SGN IN SGL FMT
9125 fmov.l INT(%a6),%fp1 # N --> FLOATING FMT
9222 fmov.l INT(%a6),%fp1 # N --> FLOATING FMT

Completed in 526 milliseconds

12345