Home
last modified time | relevance | path

Searched refs:nSectionSize (Results 1 – 7 of 7) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dmedia.cpp427 unsigned nSectionSize = m_nMaxSize - GetPos(); in GetRemainingSize() local
431 return nSectionSize < nMediaSize ? nSectionSize : nMediaSize; in GetRemainingSize()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapcoordblock.cpp430 const int nSectionSize = (nVersion >= 450) ? 28 : 24; in ReadCoordSecHdrs() local
431 if( numSections > INT_MAX / nSectionSize ) in ReadCoordSecHdrs()
437 const int nTotalHdrSizeUncompressed = nSectionSize * numSections; in ReadCoordSecHdrs()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapcoordblock.cpp430 const int nSectionSize = (nVersion >= 450) ? 28 : 24; in WriteHeader()
431 if( numSections > INT_MAX / nSectionSize ) in WriteHeader()
437 const int nTotalHdrSizeUncompressed = nSectionSize * numSections; in WriteHeader()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapcoordblock.cpp430 const int nSectionSize = (nVersion >= 450) ? 28 : 24; in ReadCoordSecHdrs() local
431 if( numSections > INT_MAX / nSectionSize ) in ReadCoordSecHdrs()
437 const int nTotalHdrSizeUncompressed = nSectionSize * numSections; in ReadCoordSecHdrs()
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp2687 qint64 nSectionSize=result.osCodeSection.nSize; in getPEInfo() local
2699 qint64 nSectionSize=result.osCodeSection.nSize; in getPEInfo() local
2707 qint64 nSectionSize=result.osEntryPointSection.nSize; in getPEInfo() local
3589 qint64 nSectionSize=pPEInfo->osImportSection.nSize; in PE_handle_Protection() local
4394 qint64 nSectionSize=pPEInfo->osImportSection.nSize; in PE_handle_Protection() local
5339 qint64 nSectionSize=pPEInfo->osEntryPointSection.nSize; in PE_handle_VProtect() local
5407 qint64 nSectionSize=pPEInfo->listSectionRecords.at(1).nSize; in PE_handle_SafeengineShielden() local
5905 qint64 nSectionSize=pPEInfo->osCodeSection.nSize; in PE_handle_NETProtection() local
6007 qint64 nSectionSize=pPEInfo->osCodeSection.nSize; in PE_handle_NETProtection() local
6009 VI_STRUCT vi=get_DeepSea_vi(pDevice,bIsImage,nSectionOffset,nSectionSize); in PE_handle_NETProtection()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxpe.cpp4113 qint64 nSectionSize=0; in __getSectionOffsetAndSize() local
4119nSectionSize=sectionHeader.SizeOfRawData+(sectionHeader.PointerToRawData-nSectionOffset); in __getSectionOffsetAndSize()
4124 nSectionSize=sectionHeader.Misc.VirtualSize; in __getSectionOffsetAndSize()
4127 result=convertOffsetAndSize(nSectionOffset,nSectionSize); in __getSectionOffsetAndSize()
9505 … quint32 nSectionSize=(quint32)XBinary::getPhysSize(baSection.data(),baSection.size()); in rebuildDump() local
9506 listSectionsSize.append(nSectionSize); in rebuildDump()
9563 quint32 nSectionSize=getSection_VirtualSize(i); in rebuildDump() local
9564 bufPE.setSection_SizeOfRawData(i,S_ALIGN_UP(nSectionSize,nSectionAlignment)); in rebuildDump()
/dports/cad/libopencad/libopencad-0.2.0/lib/dwg/
H A Dr2000.cpp775 size_t nSectionSize = dObjectSize + nBitOffsetFromStart / 8 + 2; in GetObject() local
776 unique_ptr<char[]> sectionContentPtr( new char[nSectionSize + 4] ); in GetObject()
779 pFileIO->Read( pabySectionContent, nSectionSize ); in GetObject()