Searched defs:round_up (Results 1 – 4 of 4) sorted by relevance
124 round_up(size_t size) in round_up() function
126 round_up(size_t size) in round_up() function
184 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
13446 round_up (tree value, int divisor) in round_up() function