Home
last modified time | relevance | path

Searched refs:knDISK_SECTOR_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp1265 const int knDISK_SECTOR_SIZE = 4096; in LookupNodesCustomNonCompressedCase() local
1266 CPL_STATIC_ASSERT( (knDISK_SECTOR_SIZE % SECTOR_SIZE) == 0 ); in LookupNodesCustomNonCompressedCase()
1267 GByte abyDiskSector[knDISK_SECTOR_SIZE]; in LookupNodesCustomNonCompressedCase()
1269 GIntBig nOldOffset = -knDISK_SECTOR_SIZE-1; in LookupNodesCustomNonCompressedCase()
1305 nOldOffset = -knDISK_SECTOR_SIZE-1; in LookupNodesCustomNonCompressedCase()
1329 if( nNewOffset - nOldOffset >= knDISK_SECTOR_SIZE ) in LookupNodesCustomNonCompressedCase()
1333 ~(static_cast<GIntBig>(knDISK_SECTOR_SIZE)-1); in LookupNodesCustomNonCompressedCase()
1336 VSIFReadL(abyDiskSector, 1, knDISK_SECTOR_SIZE, fpNodes); in LookupNodesCustomNonCompressedCase()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp1265 const int knDISK_SECTOR_SIZE = 4096; in LookupNodesCustomNonCompressedCase() local
1266 CPL_STATIC_ASSERT( (knDISK_SECTOR_SIZE % SECTOR_SIZE) == 0 ); in LookupNodesCustomNonCompressedCase()
1267 GByte abyDiskSector[knDISK_SECTOR_SIZE]; in LookupNodesCustomNonCompressedCase()
1269 GIntBig nOldOffset = -knDISK_SECTOR_SIZE-1; in LookupNodesCustomNonCompressedCase()
1305 nOldOffset = -knDISK_SECTOR_SIZE-1; in LookupNodesCustomNonCompressedCase()
1329 if( nNewOffset - nOldOffset >= knDISK_SECTOR_SIZE ) in LookupNodesCustomNonCompressedCase()
1333 ~(static_cast<GIntBig>(knDISK_SECTOR_SIZE)-1); in LookupNodesCustomNonCompressedCase()
1336 VSIFReadL(abyDiskSector, 1, knDISK_SECTOR_SIZE, fpNodes); in LookupNodesCustomNonCompressedCase()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp1265 const int knDISK_SECTOR_SIZE = 4096; in LookupNodesCustomNonCompressedCase() local
1266 CPL_STATIC_ASSERT( (knDISK_SECTOR_SIZE % SECTOR_SIZE) == 0 ); in LookupNodesCustomNonCompressedCase()
1267 GByte abyDiskSector[knDISK_SECTOR_SIZE]; in LookupNodesCustomNonCompressedCase()
1269 GIntBig nOldOffset = -knDISK_SECTOR_SIZE-1; in LookupNodesCustomNonCompressedCase()
1305 nOldOffset = -knDISK_SECTOR_SIZE-1; in LookupNodesCustomNonCompressedCase()
1329 if( nNewOffset - nOldOffset >= knDISK_SECTOR_SIZE ) in LookupNodesCustomNonCompressedCase()
1333 ~(static_cast<GIntBig>(knDISK_SECTOR_SIZE)-1); in LookupNodesCustomNonCompressedCase()
1336 VSIFReadL(abyDiskSector, 1, knDISK_SECTOR_SIZE, fpNodes); in LookupNodesCustomNonCompressedCase()