Home
last modified time | relevance | path

Searched refs:firstDataSector (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/FileSystems/
H A DISOFileSystem.cpp85 u32_le_be_pair firstDataSector; // LBA member
171 treeroot->startsector = desc.root.firstDataSector; in ISOFileSystem()
224 entry->startingPosition = dir.firstDataSector * 2048; in ReadDirectory()
228 entry->startsector = dir.firstDataSector; in ReadDirectory()
231 …x %i", entry->isDirectory ? "D" : "F", entry->name.c_str(), (u32)dir.firstDataSector, entry->start… in ReadDirectory()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DISOFileSystem.cpp85 u32_le_be_pair firstDataSector; // LBA member
171 treeroot->startsector = desc.root.firstDataSector; in ISOFileSystem()
224 entry->startingPosition = dir.firstDataSector * 2048; in ReadDirectory()
228 entry->startsector = dir.firstDataSector; in ReadDirectory()
231 …x %i", entry->isDirectory ? "D" : "F", entry->name.c_str(), (u32)dir.firstDataSector, entry->start… in ReadDirectory()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DISOFileSystem.cpp85 u32_le_be_pair firstDataSector; // LBA member
171 treeroot->startsector = desc.root.firstDataSector; in ISOFileSystem()
224 entry->startingPosition = dir.firstDataSector * 2048; in ReadDirectory()
228 entry->startsector = dir.firstDataSector; in ReadDirectory()
231 …x %i", entry->isDirectory ? "D" : "F", entry->name.c_str(), (u32)dir.firstDataSector, entry->start… in ReadDirectory()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddrive_fat.cpp301 return ((clustNum - 2) * bootbuffer.sectorspercluster) + firstDataSector; in getClustFirstSect()
723 firstDataSector(0),
889firstDataSector = (bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) …
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddrive_fat.cpp286 return ((clustNum - 2) * bootbuffer.sectorspercluster) + firstDataSector; in getClustFirstSect()
708firstDataSector = (bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) … in fatDrive()
H A Ddrives.h206 Bit32u firstDataSector; variable
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddrive_fat.cpp285 return ((clustNum - 2) * bootbuffer.sectorspercluster) + firstDataSector; in getClustFirstSect()
756firstDataSector = (bootbuffer.reservedsectors + (bootbuffer.fatcopies * bootbuffer.sectorsperfat) … in fatDrive()
H A Ddrives.h214 Bit32u firstDataSector; variable
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Ddrives.h210 Bit32u firstDataSector; variable