Searched refs:_VKI_NSIG_BPW (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_vki.c71 // Set's word size must agree with _VKI_NSIG_BPW
72 vg_assert( 8 * sizeof(set.sig[0]) == _VKI_NSIG_BPW );
74 vg_assert( _VKI_NSIG_BPW == 32 || _VKI_NSIG_BPW == 64 );
H A Dm_libcsignal.c47 /* In the sigset routines below, be aware that _VKI_NSIG_BPW can be
107 set->sig[signum / _VKI_NSIG_BPW] |= (1ULL << (signum % _VKI_NSIG_BPW));
118 set->sig[signum / _VKI_NSIG_BPW] &= ~(1ULL << (signum % _VKI_NSIG_BPW));
129 if (1 & ((set->sig[signum / _VKI_NSIG_BPW]) >> (signum % _VKI_NSIG_BPW)))
H A Dm_signals.c1093 # if _VKI_NSIG_BPW == 32
1096 # elif _VKI_NSIG_BPW == 64
1100 # error "Unsupported value for _VKI_NSIG_BPW"
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h76 #define _VKI_NSIG_BPW 64 macro
77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-arm-linux.h97 #define _VKI_NSIG_BPW 32 macro
98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-ppc32-linux.h98 #define _VKI_NSIG_BPW 32 macro
99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-ppc64-linux.h100 #define _VKI_NSIG_BPW 64 macro
101 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-x86-linux.h93 #define _VKI_NSIG_BPW 32 macro
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-s390x-linux.h142 #define _VKI_NSIG_BPW _VKI_SIGCONTEXT_NSIG_BPW macro
H A Dvki-darwin.h374 #define _VKI_NSIG_BPW 32 macro
376 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)

Completed in 40 milliseconds