Searched refs:FPV (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | fd.c | 193 typedef void (*FPV)(void *); typedef 357 callout_reset(&fdsc->sc_motor_ch, 0, (FPV)fdmotoroff, fdsc); in fdcattach() 760 (FPV)fdmotoroff, sc); in fddone() 881 (FPV)fdmotoroff, sc); in fd_xfer() 900 (FPV)fdmotoroff, sc); in fd_xfer() 944 callout_reset(&sc->sc_motor_ch, FLP_XFERDELAY, (FPV)fdmotoroff, sc); in fd_xfer() 1251 (FPV)fdmotoroff, fdsoftc); in fdmoff()
|
| H A D | ms.c | 82 typedef void (*FPV)(void *); typedef 291 (FPV)ms_3b_delay, (void *)ms); in mouse_soft()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4659 APFloat FPV(APFloat::IEEEhalf(), in getNode() local 4664 (void)FPV.convert(EVTToAPFloatSemantics(VT), in getNode() 4666 return getConstantFP(FPV, DL, VT); in getNode()
|