Home
last modified time | relevance | path

Searched refs:currentSector (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/assets/mods/generous-rebels/data/scripts/
H A Dmain.lua9 local currentSector = GetCurrentSector()
11 if currentSector == "A9" then
12 local sectorInfo = GetSectorInfo(currentSector)
20 elseif currentSector == "A10-1" then
21 local sectorInfo = GetUndergroundSectorInfo(currentSector)
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/
H A Dk3blibdvdcss.cpp46 int currentSector; member in K3b::LibDvdCss::Private
68 d->currentSector = 0; in open()
104 bool needToSeek = ( firstSector != d->currentSector || firstSector == 0 ); in readWrapped()
151 …qDebug() << "(K3b::LibDvdCss) need to seek from " << d->currentSector << " to " << firstSector << … in readWrapped()
153 d->currentSector = seek( firstSector, flags ); in readWrapped()
154 if( d->currentSector != firstSector ) { in readWrapped()
155 qDebug() << "(K3b::LibDvdCss) seek failed: " << d->currentSector; in readWrapped()
159 qDebug() << "(K3b::LibDvdCss) seek done: " << d->currentSector; in readWrapped()
169 d->currentSector += ret; in readWrapped()
171 d->currentSector = 0; // force a seek the next time in readWrapped()
H A Dk3bcdparanoialib.cpp332 currentSector(0), in Private()
373 long currentSector; member in K3b::CdparanoiaLib::Private
589 d->startSector = d->currentSector = d->lastSector = 0; in initParanoia()
617 d->currentSector = 0; in cleanup()
680 d->startSector = d->currentSector = start; in initReading()
706 if( d->currentSector > d->lastSector ) { in read()
708 << (d->currentSector - d->startSector) << " sectors." << endl in read()
716 if( d->currentSector != d->data->sector() ) { in read()
718 if( d->data->paranoiaSeek( d->currentSector, SEEK_SET ) == -1 ) in read()
756 d->currentSector++; in read()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/jobs/
H A Dk3bdatatrackreader.cpp274 K3b::Msf currentSector = d->firstSector; in run() local
283 while( !canceled() && currentSector <= d->lastSector ) { in run()
288 currentSector.lba(), in run()
292 currentSector.lba(), in run()
308 … << " current sector: " << (currentSector.lba()-d->firstSector.lba()) << endl; in run()
311 .arg(currentSector.lba()-d->firstSector.lba()) ); in run()
319 … << " current sector: " << (currentSector.lba()-d->firstSector.lba()) << endl; in run()
322 … .arg(d->imagePath).arg(currentSector.lba()-d->firstSector.lba()) ); in run()
328 currentSector += readSectors; in run()
330 int currentPercent = 100 * (currentSector.lba() - d->firstSector.lba() + 1 ) / in run()
[all …]
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddrive_fat.cpp56 Bit32u currentSector; member in fatFile
102 myDrive->loadedDisk->Read_AbsoluteSector(currentSector, sectorBuffer); in fatFile()
120 if(currentSector == 0) { in Read()
127 myDrive->loadedDisk->Read_AbsoluteSector(currentSector, sectorBuffer); in Read()
142 if(currentSector == 0) { in Read()
150 myDrive->loadedDisk->Read_AbsoluteSector(currentSector, sectorBuffer); in Read()
186 if(currentSector == 0) { in Write()
191 if(currentSector == 0) { in Write()
208 if(currentSector == 0) { in Write()
213 if(currentSector == 0) { in Write()
[all …]
H A Ddrive_iso.cpp394 dirIterators[dirIterator].currentSector = EXTENT_LOCATION(*de); in GetDirIterator()
416 if (dirIterator.valid && ReadCachedSector(&buffer, dirIterator.currentSector)) { in GetNextDirEntry()
423 if (dirIterator.currentSector < dirIterator.endSector) { in GetNextDirEntry()
425 dirIterator.currentSector++; in GetNextDirEntry()
426 if (!ReadCachedSector(&buffer, dirIterator.currentSector)) { in GetNextDirEntry()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddrive_fat.cpp55 Bit32u currentSector; member in fatFile
101 myDrive->loadedDisk->Read_AbsoluteSector(currentSector, sectorBuffer); in fatFile()
119 if(currentSector == 0) { in Read()
126 myDrive->loadedDisk->Read_AbsoluteSector(currentSector, sectorBuffer); in Read()
141 if(currentSector == 0) { in Read()
149 myDrive->loadedDisk->Read_AbsoluteSector(currentSector, sectorBuffer); in Read()
185 if(currentSector == 0) { in Write()
190 if(currentSector == 0) { in Write()
207 if(currentSector == 0) { in Write()
212 if(currentSector == 0) { in Write()
[all …]
H A Ddrive_iso.cpp401 dirIterators[dirIterator].currentSector = EXTENT_LOCATION(*de); in GetDirIterator()
424 if (dirIterator.valid && ReadCachedSector(&buffer, dirIterator.currentSector)) { in GetNextDirEntry()
431 if (dirIterator.currentSector < dirIterator.endSector) { in GetNextDirEntry()
433 dirIterator.currentSector++; in GetNextDirEntry()
434 if (!ReadCachedSector(&buffer, dirIterator.currentSector)) { in GetNextDirEntry()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddrive_fat.cpp56 Bit32u currentSector; member in fatFile
93 currentSector(0), in fatFile()
121 if(currentSector == 0) { in Read()
128 myDrive->readSector(currentSector, sectorBuffer); in Read()
143 if(currentSector == 0) { in Read()
151 myDrive->readSector(currentSector, sectorBuffer); in Read()
210 if(currentSector == 0) { in Write()
215 if(currentSector == 0) { in Write()
232 if(currentSector == 0) loadedSector = false; in Write()
273 if (currentSector == 0) { in Seek()
[all …]
H A Ddrive_iso.cpp397 dirIterators[dirIterator].currentSector = EXTENT_LOCATION(*de); in GetDirIterator()
419 if (dirIterator.valid && ReadCachedSector(&buffer, dirIterator.currentSector)) { in GetNextDirEntry()
426 if (dirIterator.currentSector < dirIterator.endSector) { in GetNextDirEntry()
428 dirIterator.currentSector++; in GetNextDirEntry()
429 if (!ReadCachedSector(&buffer, dirIterator.currentSector)) { in GetNextDirEntry()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/core/
H A DPartitionLayout.cpp219 qint64 currentSector, availableSectors = totalSectors; in createPartitions() local
286 currentSector = firstSector; in createPartitions()
306 currentSector, in createPartitions()
307 currentSector + sectors - 1, in createPartitions()
317 currentSector, in createPartitions()
318 currentSector + sectors - 1, in createPartitions()
363 currentSector += sectors; in createPartitions()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/nfc/
H A Dtargetemulator.cpp290 : memory(64, 0x00), currentSector(0), expectPacket2(false) in NfcTagType2()
333 currentSector = sector; in processCommand()
343 int absoluteBlock = currentSector * 256 + block; in processCommand()
353 int absoluteBlock = currentSector * 256 + block; in processCommand()
H A Dtargetemulator_p.h115 quint8 currentSector; variable
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/img/
H A Dimg_writer.cpp151 … uint32_t currentSector = uint32_t((addr % writer->blockSize + inputOffset) / VHD_SECTOR_SIZE); in addToExistingBlock() local
153 if (getBit(writer->blockToSectorBitmap[blockNum], currentSector)) { in addToExistingBlock()
170 setBit(writer->blockToSectorBitmap[blockNum], currentSector, true); in addToExistingBlock()
254 TSK_OFF_T currentSector = (startingOffset + i) / VHD_SECTOR_SIZE; in addNewBlock() local
255 setBit(completedSectors, currentSector, true); in addNewBlock()
256 sectorBitmap[currentSector / 8] = completedSectors[currentSector / 8]; in addNewBlock()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/img/
H A Dimg_writer.cpp151 … uint32_t currentSector = uint32_t((addr % writer->blockSize + inputOffset) / VHD_SECTOR_SIZE); in addToExistingBlock() local
153 if (getBit(writer->blockToSectorBitmap[blockNum], currentSector)) { in addToExistingBlock()
170 setBit(writer->blockToSectorBitmap[blockNum], currentSector, true); in addToExistingBlock()
254 TSK_OFF_T currentSector = (startingOffset + i) / VHD_SECTOR_SIZE; in addNewBlock() local
255 setBit(completedSectors, currentSector, true); in addNewBlock()
256 sectorBitmap[currentSector / 8] = completedSectors[currentSector / 8]; in addNewBlock()
/dports/games/edge/Edge-1.35-source/src/
H A Dp_spec.h191 side_t *P_GetSide(int currentSector, int line, int side);
192 sector_t *P_GetSector(int currentSector, int line, int side);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importidtech1/src/
H A Dmapimporter.cpp1548 for (int currentSector = 0; currentSector < int(sectors.size()); ++currentSector) in DENG2_PIMPL() local
1550 auto &sector = sectors[currentSector]; in DENG2_PIMPL()
1574 const auto innerSide = LineDef::Side(sideOfSector(line, currentSector)); in DENG2_PIMPL()
1594 const int other = otherSector(line, currentSector); in DENG2_PIMPL()
1606 if (surroundingSector < 0 || surroundingSector == currentSector) in DENG2_PIMPL()
1635 currentSector, in DENG2_PIMPL()
1647 const int currentSector = indexOf(sector); in DENG2_PIMPL() local
1664 const int otherSector = this->otherSector(line, currentSector); in DENG2_PIMPL()
1666 if (otherSector == currentSector || sectors[otherSector].foundHacks) in DENG2_PIMPL()
1679 const auto innerSide = LineDef::Side(sideOfSector(line, currentSector)); in DENG2_PIMPL()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/src/rip/
H A Dk3bmassaudioencodingjob.cpp470 Msf currentSector; in writeCueFile() local
476 … Device::Track newTrack( currentSector, currentSector + length - 1, Device::Track::TYPE_AUDIO ); in writeCueFile()
482 currentSector += length; in writeCueFile()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/discimages/
H A DIszImageStream.cpp146 uint64 currentSector = (m_position / m_header.sectorSize); in SyncCache() local
147 uint64 neededBlock = (currentSector * m_header.sectorSize) / m_header.blockSize; in SyncCache()
/dports/games/heretic/glheretic-1.2/
H A Dp_spec.h76 sector_t *getSector(int currentSector,int line,int side);
77 side_t *getSide(int currentSector,int line, int side);
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_spec.h87 sector_t *getSector(int currentSector, int line, int side);
88 side_t *getSide(int currentSector, int line, int side);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_spec.h87 sector_t *getSector(int currentSector, int line, int side);
88 side_t *getSide(int currentSector, int line, int side);
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dobjects.cpp3376 Sector *currentSector; in first() local
3383 if (currentSector == nullptr) in first()
3395 currentSector = searchWorld->getSector( in first()
3403 return currentSector->childID; in first()
3420 Sector *currentSector; in next() local
3431 currentSector = searchWorld->getSector( in next()
3974 Sector *currentSector; in first() local
3980 assert(currentSector != nullptr); in first()
3994 assert(currentSector != nullptr); in first()
4022 Sector *currentSector; in next() local
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_spec.h81 ( int currentSector,
87 ( int currentSector,
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_spec.h74 ( int currentSector,
80 ( int currentSector,

123