Home
last modified time | relevance | path

Searched refs:SetIO (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dpcecd_drive.cpp47 #define SetIO(set) SetIOP(PCECD_Drive_IO_mask, set) macro
325 SetIO(false); in ChangePhase()
335 SetIO(true); in ChangePhase()
344 SetIO(true); in ChangePhase()
352 SetIO(true); in ChangePhase()
360 SetIO(false); in ChangePhase()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/pce_fast/
H A Dpcecd_drive.cpp37 #define SetIO(set) SetIOP(PCECD_Drive_IO_mask, set) macro
312 SetIO(false); in ChangePhase()
322 SetIO(true); in ChangePhase()
331 SetIO(true); in ChangePhase()
339 SetIO(true); in ChangePhase()
347 SetIO(false); in ChangePhase()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dpcecd_drive.cpp44 #define SetIO(set) SetIOP(PCECD_Drive_IO_mask, set) macro
324 SetIO(false); in ChangePhase()
334 SetIO(true); in ChangePhase()
343 SetIO(true); in ChangePhase()
351 SetIO(true); in ChangePhase()
359 SetIO(false); in ChangePhase()
/dports/emulators/mednafen/mednafen/src/cdrom/
H A Dscsicd.cpp73 #define SetIO(set) SetIOP(SCSICD_IO_mask, set) macro
418 SetIO(false); in ChangePhase()
428 SetIO(true); in ChangePhase()
437 SetIO(true); in ChangePhase()
445 SetIO(true); in ChangePhase()
454 SetIO(false); in ChangePhase()
462 SetIO(false); in ChangePhase()
470 SetIO(false); in ChangePhase()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/cdrom/
H A Dscsicd.cpp45 #define SetIO(set) SetIOP(SCSICD_IO_mask, set) macro
393 SetIO(false); in ChangePhase()
403 SetIO(true); in ChangePhase()
412 SetIO(true); in ChangePhase()
420 SetIO(true); in ChangePhase()
429 SetIO(false); in ChangePhase()
437 SetIO(false); in ChangePhase()
445 SetIO(false); in ChangePhase()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/cdrom/
H A Dscsicd.cpp46 #define SetIO(set) SetIOP(SCSICD_IO_mask, set) macro
391 SetIO(false); in ChangePhase()
401 SetIO(true); in ChangePhase()
410 SetIO(true); in ChangePhase()
418 SetIO(true); in ChangePhase()
427 SetIO(false); in ChangePhase()
435 SetIO(false); in ChangePhase()
443 SetIO(false); in ChangePhase()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/restbridge/
H A Dsqldbrestio.pp309 Procedure SetIO(aInput : TRestInputStreamer;aOutput : TRestOutputStreamer);
856 procedure TRestIO.SetIO(aInput: TRestInputStreamer; aOutput: TRestOutputStreamer);
H A Dsqldbrestbridge.pp819 Result.SetIO(aInput,aOutput);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/restbridge/
H A Dsqldbrestio.pp309 Procedure SetIO(aInput : TRestInputStreamer;aOutput : TRestOutputStreamer);
856 procedure TRestIO.SetIO(aInput: TRestInputStreamer; aOutput: TRestOutputStreamer);
H A Dsqldbrestbridge.pp819 Result.SetIO(aInput,aOutput);
/dports/science/siconos/siconos-4.4.0/io/swig/io/
H A Dvview.py1132 def SetIO(self, io): member in IOReader
1300 self.io_reader.SetIO(io=self.io)