Home | History | Annotate | Download | only in util

Lines Matching refs:roundup

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