Searched defs:P2ALIGN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h243 #define P2ALIGN(x, align) ((x) & -(align)) macro
/freebsd-10-stable/sys/dev/sfxge/common/
H A Defsys.h99 #define P2ALIGN(_x, _a) ((_x) & -(_a)) macro
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h73 #define P2ALIGN(x, align) ((x) & -(align)) macro

Completed in 131 milliseconds