Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dregional.c51 #define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1))) macro
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.c107 #define ALIGN_UP(x, y) roundup2((x), (y)) macro