Home
last modified time | relevance | path

Searched defs:fct (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath.h40 # define __quadmath_nth(fct) fct throw () argument
43 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct argument
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath.h40 # define __quadmath_nth(fct) fct throw () argument
43 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct argument
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dcdefs.h83 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument
84 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument
93 # define __NTH(fct) __LEAF_ATTR fct __THROW argument
94 # define __NTHNL(fct) fct __THROW argument
98 # define __NTH(fct) fct argument
99 # define __NTHNL(fct) fct argument
114 # define __NTH(fct) fct argument
/netbsd-src/sys/dev/pcmcia/
H A Dif_ne_pcmcia.c520 ne2000_match(struct pcmcia_card *card, int fct, int n) in ne2000_match()
H A Dpcmciachip.h128 #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg) \ argument
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_table.c77 #define RVTEST(fct) do { \ argument
/netbsd-src/sys/dev/ic/
H A Disp_netbsd.c393 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; in ispioctl() local