Searched refs:_NSIG_BPW (Results 1 – 4 of 4) sorted by relevance
7 #define _NSIG_BPW BITS_PER_LONG macro8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
16 #define _NSIG_BPW (sizeof(unsigned long) * 8) macro17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
8 #define _NSIG_BPW __BITS_PER_LONG macro9 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
13 #define _NSIG_BPW 32 macro14 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)