Searched defs:round_up (Results 1 – 4 of 4) sorted by relevance
53 #define round_up(x,y) (((x) + (y) - 1) & ~((y)-1)) macro
508 round_up, enumerator
674 round_up, enumerator
722 static inline ulong round_up(ulong n, ulong size) in round_up() function