Searched defs:roundup (Results 1 – 4 of 4) sorted by relevance
11 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
16 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
84 #define roundup(x, y) ( \ macro
2282 uint8_t roundup; member
Completed in 31 milliseconds