Searched defs:fct (Results 1 – 7 of 7) sorted by relevance
40 # define __quadmath_nth(fct) fct throw () argument43 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct argument
83 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument84 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument93 # define __NTH(fct) __LEAF_ATTR fct __THROW argument94 # define __NTHNL(fct) fct __THROW argument98 # define __NTH(fct) fct argument99 # define __NTHNL(fct) fct argument114 # define __NTH(fct) fct argument
520 ne2000_match(struct pcmcia_card *card, int fct, int n) in ne2000_match()
128 #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg) \ argument
77 #define RVTEST(fct) do { \ argument
393 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; in ispioctl() local