Searched refs:ALIGNUP (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c299 #define ALIGNUP(d, a) ((d) % (a) ? (d) - (d) % (a) + (a): (d)) macro
505 start = ALIGNUP(start + offset, alignment);
520 a_first = ALIGNUP(first + offset, alignment);
554 a_first = ALIGNUP(first + offset, alignment);

Completed in 103 milliseconds