Home
last modified time | relevance | path

Searched refs:P2SAMEHIGHBIT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h249 #define P2SAMEHIGHBIT(x, y) (((x) ^ (y)) < ((x) & (y))) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h303 #define P2SAMEHIGHBIT(x, y) (((x) ^ (y)) < ((x) & (y))) macro