Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h65 #ifndef SIGNOF
66 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h68 #ifndef SIGNOF
69 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) macro