Searched defs:roundup (Results 1 – 3 of 3) sorted by relevance
11 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
17 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
72 #define roundup(x, y) ( \ macro