Searched defs:GR_CT_DIV_ROUND_UP (Results 1 – 2 of 2) sorted by relevance
147 #define GR_CT_DIV_ROUND_UP(X, Y) (((X) + ((Y)-1)) / (Y)) macro