Searched refs:ALIGNUP (Results 1 – 1 of 1) sorted by relevance
317 #define ALIGNUP(d, a) ((d) % (a) ? (d) - (d) % (a) + (a): (d)) macro534 start = ALIGNUP(start + offset, alignment); in gpart_autofill()549 a_first = ALIGNUP(first + offset, alignment); in gpart_autofill()583 a_first = ALIGNUP(first + offset, alignment); in gpart_autofill()