Searched refs:_VKI_NSIG_BPW (Results 1 – 16 of 16) sorted by relevance
43 STATIC_ASSERT((_VKI_MAXSIG % _VKI_NSIG_BPW) != 0);89 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) { in VG_()95 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1; in VG_()108 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) { in VG_()114 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1; in VG_()127 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) { in VG_()133 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1; in VG_()149 set->sig[signum / _VKI_NSIG_BPW] |= (1ULL << (signum % _VKI_NSIG_BPW)); in VG_()160 set->sig[signum / _VKI_NSIG_BPW] &= ~(1ULL << (signum % _VKI_NSIG_BPW)); in VG_()171 if (1 & ((set->sig[signum / _VKI_NSIG_BPW]) >> (signum % _VKI_NSIG_BPW))) in VG_()
73 vg_assert( 8 * sizeof(set.sig[0]) == _VKI_NSIG_BPW ); in VG_()75 vg_assert( _VKI_NSIG_BPW == 32 || _VKI_NSIG_BPW == 64 ); in VG_()
1314 # if _VKI_NSIG_BPW == 32 in format_sigset()1317 # elif _VKI_NSIG_BPW == 64 in format_sigset()
83 #define _VKI_NSIG_BPW 64 macro84 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
76 #define _VKI_NSIG_BPW 64 macro77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
77 #define _VKI_NSIG_BPW 64 macro78 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
102 #define _VKI_NSIG_BPW 64 macro103 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
98 #define _VKI_NSIG_BPW 32 macro99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
93 #define _VKI_NSIG_BPW 32 macro94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
97 #define _VKI_NSIG_BPW 32 macro98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
108 #define _VKI_NSIG_BPW 32 macro109 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
118 #define _VKI_NSIG_BPW 64 macro119 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
393 #define _VKI_NSIG_BPW 32 macro395 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
142 #define _VKI_NSIG_BPW _VKI_SIGCONTEXT_NSIG_BPW macro
975 #define _VKI_NSIG_BPW 32 macro976 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
314 #define _VKI_NSIG_BPW 32315 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)