Home
last modified time | relevance | path

Searched refs:nCacheMax (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalrasterblock.cpp37 static int nCacheMax = 40 * 1024*1024; variable
62 nCacheMax = nNewSize; in GDALSetCacheMax()
68 while( nCacheUsed > nCacheMax ) in GDALSetCacheMax()
98 nCacheMax = atoi(CPLGetConfigOption("GDAL_CACHEMAX","10")); in GDALGetCacheMax()
99 if( nCacheMax < 10000 ) in GDALGetCacheMax()
100 nCacheMax *= 1024 * 1024; in GDALGetCacheMax()
105 return nCacheMax; in GDALGetCacheMax()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalrasterblock.cpp50 static GIntBig nCacheMax = 40 * 1024 * 1024; variable
161 nCacheMax = nNewSizeInBytes; in GDALSetCacheMax64()
167 while( nCacheUsed > nCacheMax ) in GDALSetCacheMax64()
269 nNewCacheMax = nCacheMax; in GDALGetCacheMax64()
275 nNewCacheMax = nCacheMax; in GDALGetCacheMax64()
296 nNewCacheMax = nCacheMax; in GDALGetCacheMax64()
305 nCacheMax = nNewCacheMax; in GDALGetCacheMax64()
307 nCacheMax / (1024 * 1024)); in GDALGetCacheMax64()
311 return nCacheMax; in GDALGetCacheMax64()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalrasterblock.cpp50 static GIntBig nCacheMax = 40 * 1024 * 1024;
161 nCacheMax = nNewSizeInBytes;
167 while( nCacheUsed > nCacheMax )
269 nNewCacheMax = nCacheMax;
275 nNewCacheMax = nCacheMax;
296 nNewCacheMax = nCacheMax;
305 nCacheMax = nNewCacheMax;
307 nCacheMax / (1024 * 1024));
311 return nCacheMax;
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalrasterblock.cpp50 static GIntBig nCacheMax = 40 * 1024 * 1024; variable
161 nCacheMax = nNewSizeInBytes; in GDALSetCacheMax64()
167 while( nCacheUsed > nCacheMax ) in GDALSetCacheMax64()
269 nNewCacheMax = nCacheMax; in GDALGetCacheMax64()
275 nNewCacheMax = nCacheMax; in GDALGetCacheMax64()
296 nNewCacheMax = nCacheMax; in GDALGetCacheMax64()
305 nCacheMax = nNewCacheMax; in GDALGetCacheMax64()
307 nCacheMax / (1024 * 1024)); in GDALGetCacheMax64()
311 return nCacheMax; in GDALGetCacheMax64()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalrasterblock.cpp38 static GIntBig nCacheMax = 40 * 1024*1024; variable
133 nCacheMax = nNewSizeInBytes; in GDALSetCacheMax64()
139 while( nCacheUsed > nCacheMax ) in GDALSetCacheMax64()
223 return nCacheMax; in GDALGetCacheMax64()
227 nCacheMax = nNewCacheMax; in GDALGetCacheMax64()
231 return nCacheMax; in GDALGetCacheMax64()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsil_cache.cpp99 GUIntBig nCacheMax; member in VSICachedFile
132 nCacheMax = CPLScanUIntBig( in VSICachedFile()
135 nCacheMax = nCacheSize; in VSICachedFile()
468 while( nCacheUsed > nCacheMax ) in Read()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_cache.cpp114 GUIntBig nCacheMax = 0; member in VSICachedFile
149 nCacheMax(nCacheSize), in VSICachedFile()
153 nCacheMax = CPLScanUIntBig( in VSICachedFile()
491 while( nCacheUsed > nCacheMax ) in Read()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_cache.cpp114 GUIntBig nCacheMax = 0; member in VSICachedFile
149 nCacheMax(nCacheSize), in VSICachedFile()
153 nCacheMax = CPLScanUIntBig( in VSICachedFile()
491 while( nCacheUsed > nCacheMax ) in Read()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_cache.cpp114 GUIntBig nCacheMax = 0; member in VSICachedFile
149 nCacheMax(nCacheSize), in VSICachedFile()
153 nCacheMax = CPLScanUIntBig( in VSICachedFile()
491 while( nCacheUsed > nCacheMax ) in Read()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp405 GIntBig nCacheMax = GDALGetCacheMax64(); in IRasterIO() local
406 if( nMemoryRequiredForTiles > nCacheMax ) in IRasterIO()
412 nMemoryRequiredForTiles, nCacheMax ); in IRasterIO()
420 if( nMemoryRequiredForTilesAllBands <= nCacheMax ) in IRasterIO()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp405 GIntBig nCacheMax = GDALGetCacheMax64(); in IRasterIO() local
406 if( nMemoryRequiredForTiles > nCacheMax ) in IRasterIO()
412 nMemoryRequiredForTiles, nCacheMax ); in IRasterIO()
420 if( nMemoryRequiredForTilesAllBands <= nCacheMax ) in IRasterIO()
H A Dpostgisrasterdataset.cpp1245 GIntBig nCacheMax = GDALGetCacheMax64(); in LoadSources() local
1246 if( nBands * nMemoryRequiredForTiles <= nCacheMax ) in LoadSources()
1251 else if( nMemoryRequiredForTiles <= nCacheMax ) in LoadSources()
/dports/graphics/gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp405 GIntBig nCacheMax = GDALGetCacheMax64(); in IRasterIO() local
406 if( nMemoryRequiredForTiles > nCacheMax ) in IRasterIO()
412 nMemoryRequiredForTiles, nCacheMax ); in IRasterIO()
420 if( nMemoryRequiredForTilesAllBands <= nCacheMax ) in IRasterIO()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp568 GIntBig nCacheMax = (GIntBig) GDALGetCacheMax64(); in IRasterIO() local
569 if( nMemoryRequiredForTiles > nCacheMax ) in IRasterIO()
575 nMemoryRequiredForTiles, nCacheMax ); in IRasterIO()
583 if( nMemoryRequiredForTilesAllBands <= nCacheMax ) in IRasterIO()
H A Dpostgisrasterdataset.cpp1067 GIntBig nCacheMax = (GIntBig) GDALGetCacheMax64(); in LoadSources() local
1068 if( nBands * nMemoryRequiredForTiles <= nCacheMax ) in LoadSources()
1073 else if( nMemoryRequiredForTiles <= nCacheMax ) in LoadSources()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/eeda/
H A Deedaidataset.cpp858 const GIntBig nCacheMax = GDALGetCacheMax64()/2; in PrefetchBlocks() local
859 if( nUncompressedSize > nCacheMax || in PrefetchBlocks()
868 nUncompressedSizeThisBand <= nCacheMax ) in PrefetchBlocks()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/eeda/
H A Deedaidataset.cpp858 const GIntBig nCacheMax = GDALGetCacheMax64()/2; in PrefetchBlocks() local
859 if( nUncompressedSize > nCacheMax || in PrefetchBlocks()
868 nUncompressedSizeThisBand <= nCacheMax ) in PrefetchBlocks()
/dports/graphics/gdal/gdal-3.3.3/frmts/eeda/
H A Deedaidataset.cpp858 const GIntBig nCacheMax = GDALGetCacheMax64()/2; in PrefetchBlocks() local
859 if( nUncompressedSize > nCacheMax || in PrefetchBlocks()
868 nUncompressedSizeThisBand <= nCacheMax ) in PrefetchBlocks()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp1936 const GIntBig nCacheMax = GDALGetCacheMax64()/2; in PrefetchBlocks() local
1952 if( nUncompressedSize <= nCacheMax && in PrefetchBlocks()
2046 if( nUncompressedSize > nCacheMax || in PrefetchBlocks()
2056 nUncompressedSizeThisBand <= nCacheMax ) in PrefetchBlocks()
/dports/graphics/gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp1936 const GIntBig nCacheMax = GDALGetCacheMax64()/2; in PrefetchBlocks() local
1952 if( nUncompressedSize <= nCacheMax && in PrefetchBlocks()
2046 if( nUncompressedSize > nCacheMax || in PrefetchBlocks()
2056 nUncompressedSizeThisBand <= nCacheMax ) in PrefetchBlocks()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp1936 const GIntBig nCacheMax = GDALGetCacheMax64()/2; in PrefetchBlocks() local
1952 if( nUncompressedSize <= nCacheMax && in PrefetchBlocks()
2046 if( nUncompressedSize > nCacheMax || in PrefetchBlocks()
2056 nUncompressedSizeThisBand <= nCacheMax ) in PrefetchBlocks()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/
H A Dlsm_file.c242 int nCacheMax; /* Configured cache size (in pages) */ member
651 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsOpen()
865 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsSetPageSize()
1083 if( pFS->pLruFirst==0 || pFS->nCacheAlloc<pFS->nCacheMax ){ in fsPageBuffer()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/
H A Dlsm_file.c242 int nCacheMax; /* Configured cache size (in pages) */ member
651 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsOpen()
865 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsSetPageSize()
1083 if( pFS->pLruFirst==0 || pFS->nCacheAlloc<pFS->nCacheMax ){ in fsPageBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/
H A Dlsm_file.c242 int nCacheMax; /* Configured cache size (in pages) */ member
651 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsOpen()
865 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsSetPageSize()
1083 if( pFS->pLruFirst==0 || pFS->nCacheAlloc<pFS->nCacheMax ){ in fsPageBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/
H A Dlsm_file.c242 int nCacheMax; /* Configured cache size (in pages) */ member
651 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsOpen()
865 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsSetPageSize()
1083 if( pFS->pLruFirst==0 || pFS->nCacheAlloc<pFS->nCacheMax ){ in fsPageBuffer()

12