Searched refs:fct (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Difunc-16.s2 .globl fct
3 .type fct, @gnu_indirect_function
4 .set fct,resolve
7 .set int_fct,fct
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ifunc/
H A Difunc-16-x86.s2 .globl fct
3 .type fct, @gnu_indirect_function
4 .set fct,resolve
7 .set int_fct,fct
/netbsd-current/sys/arch/i386/pci/
H A Dpcic_pci_machdep.c55 pcic_pci_machdep_pcic_intr_establish(struct pcic_softc *sc, int (*fct)(void *))
62 fct, sc));
67 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg)
69 return (pcic_isa_chip_intr_establish(pch, pf, ipl, fct, arg));
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dcdefs.h57 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
58 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct
63 # define __NTH(fct) __LEAF_ATTR fct throw ()
64 # define __NTHNL(fct) fct throw ()
68 # define __NTH(fct) fct
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcdefs.h83 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
84 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct
93 # define __NTH(fct) __LEAF_ATTR fct __THROW
94 # define __NTHNL(fct) fct __THROW
98 # define __NTH(fct) fct
[all...]
/netbsd-current/sys/dev/pcmcia/
H A Dpcmciachip.h128 #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg) \
129 ((*(tag)->intr_establish)((handle), (pf), (ipl), (fct), (arg)))
H A Dpcmcia_cis.c134 int (*fct)(struct pcmcia_tuple *, void *),
226 if ((*fct) (&tuple, arg)) {
414 if ((*fct) (&tuple, arg)) {
H A Dif_ne_pcmcia.c520 ne2000_match(struct pcmcia_card *card, int fct, int n) argument
546 return (fct == ne2000devs[n].function ? &ne2000devs[n] : NULL);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath.h40 # define __quadmath_nth(fct) fct throw ()
43 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath.h40 # define __quadmath_nth(fct) fct throw ()
43 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct
/netbsd-current/sys/dev/isa/
H A Dtcic2_isa.c341 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg)
362 fct, arg)) == NULL)
H A Di82365_isasubr.c446 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg)
483 if ((ih = isa_intr_establish(ic, irq, ist, ipl, fct, arg)) == NULL)
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtests.c767 test5rm (int (*fct) (FLIST), mpfr_srcptr x, mpfr_ptr y, mpfr_ptr z,
781 inex = fct (z, x, rnd);
1011 * Then (in general), y is a bad case for fct in precision py (in
1014 * fct, inv, name: data related to the function.
1023 bad_cases (int (*fct)(FLIST), int (*inv)(FLIST), const char *name, argument
1078 sb = fct (z, x, MPFR_RNDN) != 0;
1175 test5rm (fct, x, y, z, MPFR_RNDZ, sb, name);
/netbsd-current/sys/arch/arm/sa11x0/
H A Dsa11xx_pcic.c329 int ipl, int (*fct)(void *), void *arg)
335 return (so->pcictag->intr_establish)(so, ipl, fct, arg);
/netbsd-current/sys/arch/epoc32/dev/
H A Detna.c419 int ipl, int (*fct)(void *), void *arg)
423 sc->sc_card_handler = fct;
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_pcic.c217 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg)
222 return (*so->pcictag->intr_establish)(so, ipl, fct, arg);
/netbsd-current/sys/arch/arm/imx/
H A Dimx_pcic.c238 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg)
243 return (*so->pcictag->intr_establish)(so, ipl, fct, arg);
/netbsd-current/sys/dev/ic/
H A Disp_netbsd.c393 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; local
401 bus = fct->chan;
409 loopid = fct->loopid;
413 switch (fct->action) {
417 mbs.param[2] = fct->lun;
427 mbs.param[2] = fct->lun;
433 mbs.param[2] = fct->lun;
439 mbs.param[2] = fct->lun;
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_table.c77 #define RVTEST(fct) do { \
80 (fct)) { \
/netbsd-current/sys/arch/mmeye/dev/
H A Dmmeyepcmcia.c316 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg)
322 ih = mmeye_intr_establish(irq, IST_LEVEL, ipl, fct, arg);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py409 (not [fct for fct in self._func_dict[prefix]
410 if self._func_dict[prefix][fct] is not None])):

Completed in 237 milliseconds