Searched defs:roundup (Results 1 – 7 of 7) sorted by relevance
37 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
389 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
158 off_t roundup; /* round image size up to this value */ member
2077 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
501 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
27 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
42 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro