Searched defs:Y (Results 1 – 1 of 1) sorted by relevance
73 #define DIV_ROUND_UP(X, Y) (((X) + ((Y) - 1)) / (Y)) argument76 #define ROUND_UP(X, Y) (DIV_ROUND_UP(X, Y) * (Y)) argument