Searched refs:_VKI_NSIG_BPW (Results 1 – 12 of 12) sorted by relevance
72 vg_assert( 8 * sizeof(set.sig[0]) == _VKI_NSIG_BPW ); in VG_()74 vg_assert( _VKI_NSIG_BPW == 32 || _VKI_NSIG_BPW == 64 ); in VG_()
107 set->sig[signum / _VKI_NSIG_BPW] |= (1ULL << (signum % _VKI_NSIG_BPW)); in VG_()118 set->sig[signum / _VKI_NSIG_BPW] &= ~(1ULL << (signum % _VKI_NSIG_BPW)); in VG_()129 if (1 & ((set->sig[signum / _VKI_NSIG_BPW]) >> (signum % _VKI_NSIG_BPW))) in VG_()
1165 # if _VKI_NSIG_BPW == 32 in format_sigset()1168 # elif _VKI_NSIG_BPW == 64 in format_sigset()
76 #define _VKI_NSIG_BPW 64 macro77 #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)
97 #define _VKI_NSIG_BPW 32 macro98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
100 #define _VKI_NSIG_BPW 64 macro101 #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)
108 #define _VKI_NSIG_BPW 32 macro109 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
374 #define _VKI_NSIG_BPW 32 macro376 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
142 #define _VKI_NSIG_BPW _VKI_SIGCONTEXT_NSIG_BPW macro
314 #define _VKI_NSIG_BPW 32315 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)