Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dsigsetops.c55 #define sigword(n) ((n-1)/MAXBITNO) macro
/titanic_50/usr/src/uts/common/sys/
H A Dsignal.h261 #define sigword(n) (((unsigned int)((n) - 1))>>5) macro