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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h65 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) macro

Completed in 24 milliseconds