Searched refs:_NSIG_BPW (Results 1 – 11 of 11) sorted by relevance
14 # define _NSIG_BPW 32 macro16 # define _NSIG_BPW 64 macro19 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)57 set->sig[sig / _NSIG_BPW] |= 1 << (sig % _NSIG_BPW); in __const_sigaddset()74 set->sig[sig / _NSIG_BPW] &= ~(1 << (sig % _NSIG_BPW)); in __const_sigdelset()80 return 1 & (set->sig[sig / _NSIG_BPW] >> (sig % _NSIG_BPW)); in __const_sigismember()
11 #define _NSIG_BPW 32 macro12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)46 return 1 & (set->sig[sig / _NSIG_BPW] >> (sig % _NSIG_BPW)); in __const_sigismember()
9 #define _NSIG_BPW 64 macro11 #define _NSIG_BPW 32 macro13 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
16 #define _NSIG_BPW 64 macro17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
11 #define _NSIG_BPW 64 macro12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
11 #define _NSIG_BPW 32 macro12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
83 #define _NSIG_BPW 64 macro85 #define _NSIG_BPW 32 macro87 #define _NSIG_WORDS (__NEW_NSIG / _NSIG_BPW)
61 #define _NSIG_BPW (sizeof(unsigned long) * 8) macro62 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
19 #define _NSIG_BPW 32 macro20 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
16 #define _NSIG_BPW (sizeof(unsigned long) * 8) macro17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
16 #define _NSIG_BPW _SIGCONTEXT_NSIG_BPW macro