Searched defs:ROUND_TO (Results 1 – 6 of 6) sorted by relevance
33 #define ROUND_TO(_x, _y) INK_ALIGN((_x), (_y)) macro
3368 #define ROUND_TO(x,y) (((x)/(y))*(y)) in GDALCopyWholeRasterGetSwathSize() macro
4472 #define ROUND_TO(x,y) (((x)/(y))*(y)) in GDALCopyWholeRasterGetSwathSize() macro
1663 #define ROUND_TO(mode, even, up, down) \ macro