Lines Matching defs:roundup
36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))113 curr->end = roundup(curr->start, 4096);