Home
last modified time | relevance | path

Searched defs:ROUND_TO (Results 1 – 6 of 6) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DP_CacheVol.h33 #define ROUND_TO(_x, _y) INK_ALIGN((_x), (_y)) macro
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Drasterio.cpp3368 #define ROUND_TO(x,y) (((x)/(y))*(y)) in GDALCopyWholeRasterGetSwathSize() macro
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Drasterio.cpp4472 #define ROUND_TO(x,y) (((x)/(y))*(y)) in GDALCopyWholeRasterGetSwathSize() macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Drasterio.cpp4472 #define ROUND_TO(x,y) (((x)/(y))*(y)) in GDALCopyWholeRasterGetSwathSize() macro
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Drasterio.cpp4472 #define ROUND_TO(x,y) (((x)/(y))*(y)) in GDALCopyWholeRasterGetSwathSize() macro
/dports/lang/ruby26/ruby-2.6.9/
H A Dinternal.h1663 #define ROUND_TO(mode, even, up, down) \ macro