Home
last modified time | relevance | path

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

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfmultidim.cpp2256 std::vector<size_t> stack_count_iters(m_nDims - 1); in IReadWriteGeneric() local
2329 stack_count_iters[0] = count[0]; in IReadWriteGeneric()
2349 if( (--stack_count_iters[0]) == 0 ) in IReadWriteGeneric()
2391 stack_count_iters[dimIdx] = count[dimIdx]; in IReadWriteGeneric()
2401 if( (--stack_count_iters[dimIdx]) == 0 ) in IReadWriteGeneric()
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfmultidim.cpp2256 std::vector<size_t> stack_count_iters(m_nDims - 1); in IReadWriteGeneric() local
2329 stack_count_iters[0] = count[0]; in IReadWriteGeneric()
2349 if( (--stack_count_iters[0]) == 0 ) in IReadWriteGeneric()
2391 stack_count_iters[dimIdx] = count[dimIdx]; in IReadWriteGeneric()
2401 if( (--stack_count_iters[dimIdx]) == 0 ) in IReadWriteGeneric()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfmultidim.cpp2256 std::vector<size_t> stack_count_iters(m_nDims - 1); in IReadWriteGeneric() local
2329 stack_count_iters[0] = count[0]; in IReadWriteGeneric()
2349 if( (--stack_count_iters[0]) == 0 ) in IReadWriteGeneric()
2391 stack_count_iters[dimIdx] = count[dimIdx]; in IReadWriteGeneric()
2401 if( (--stack_count_iters[dimIdx]) == 0 ) in IReadWriteGeneric()