Home
last modified time | relevance | path

Searched defs:MSF2SECT (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dcdrom.h37 #define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f)) macro
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dcdrom.h37 #define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f)) macro
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dcdrom.h38 #define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f)) macro
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/cdrcimg/
H A Dcdrcimg.c75 #define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f)) macro
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/cdrcimg/
H A Dcdrcimg.c75 #define MSF2SECT(m, s, f) (((m) * 60 + (s) - 2) * 75 + (f)) macro