Searched defs:round_up (Results 1 – 3 of 3) sorted by relevance
44 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
128 static inline constexpr T round_up(const T x) { in round_up() function
246 #define round_up(x, y) roundup2((x), (y)) macro