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

/freebsd-10-stable/contrib/unbound/util/
H A Dregional.c51 #define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1))) macro
75 size_t a = ALIGN_UP(sizeof(struct regional), ALIGNMENT);
123 size_t a = ALIGN_UP(size, ALIGNMENT);

Completed in 46 milliseconds