Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/common/sys/
H A Dsysmacros.h271 #define P2END(x, align) (-(~(x) & -(align))) macro
/titanic_52/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h79 #define P2END(x, align) (-(~(x) & -(align))) macro