Home
last modified time | relevance | path

Searched defs:ROUNDUP2 (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/uts/common/io/hme/
H A Dhme.h276 #define ROUNDUP2(a, n) (uchar_t *)((((uintptr_t)(a)) + ((n) - 1)) & ~((n) - 1)) macro
/titanic_51/usr/src/uts/common/io/sfe/
H A Dsfe.c82 #define ROUNDUP2(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/titanic_51/usr/src/uts/sun/io/eri/
H A Deri.h682 #define ROUNDUP2(a, n) (uchar_t *)((((uintptr_t)(a)) + ((n) - 1)) & ~((n) - 1)) macro