Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h250 #define P2ALIGN(x, align) ((x) & -(align)) macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h90 #define P2ALIGN(x, align) ((x) & -(align)) macro