Home
last modified time | relevance | path

Searched defs:sectStart (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Archs/MIPS/
H A DMipsElfFile.cpp93 int64_t sectStart = segStart+sect->getOffset(); in seekVirtual() local
130 int64_t sectStart = segStart+sect->getOffset(); in seekPhysical() local
151 int64_t sectStart = sect->getOffset(); in seekPhysical() local
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Archs/MIPS/
H A DMipsElfFile.cpp93 int64_t sectStart = segStart+sect->getOffset(); in seekVirtual() local
130 int64_t sectStart = segStart+sect->getOffset(); in seekPhysical() local
151 int64_t sectStart = sect->getOffset(); in seekPhysical() local
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Archs/MIPS/
H A DMipsElfFile.cpp93 int64_t sectStart = segStart+sect->getOffset(); in seekVirtual() local
130 int64_t sectStart = segStart+sect->getOffset(); in seekPhysical() local
151 int64_t sectStart = sect->getOffset(); in seekPhysical() local
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dfat.hxx231 SECT sectStart; member
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dsstream.cxx239 SECT sectStart = segtab[iseg].sectStart; in ReadAt() local
H A Dmstream.cxx826 SECT sectStart; in MWrite() local
H A Ddir.cxx36 inline SCODE CMStream::KillStream(SECT sectStart, ULONG ulSize) in KillStream()
H A Dfat.cxx1182 SCODE CFat::SetChainLength(SECT sectStart, ULONG ulLength) in SetChainLength()
/dports/cad/calculix/CalculiX/libSNL/src/
H A DsnlSurface_pointLoop.cpp570 int sectStart = (int) ( lastAbsAngle / circleSectSliceSize ); in fitCone() local
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/services/
H A DTskImgDB.h120 TSK_DADDR_T sectStart; member
H A DTskImgDBSqlite.cpp3071 int TskImgDBSqlite::addUnusedSector(uint64_t sectStart, uint64_t sectEnd, int volId, std::vector<Ts… in addUnusedSector()
H A DTskImgDBPostgreSQL.cpp3383 int TskImgDBPostgreSQL::addUnusedSector(uint64_t sectStart, uint64_t sectEnd, int volId, std::vecto… in addUnusedSector()