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

/external/valgrind/main/coregrind/
H A Dm_vki.c72 // Set's word size must agree with _VKI_NSIG_BPW
73 vg_assert( 8 * sizeof(set.sig[0]) == _VKI_NSIG_BPW );
75 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.c1212 # if _VKI_NSIG_BPW == 32
1215 # elif _VKI_NSIG_BPW == 64
1219 # 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-arm64-linux.h83 #define _VKI_NSIG_BPW 64 macro
84 #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-mips32-linux.h108 #define _VKI_NSIG_BPW 32 macro
109 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-mips64-linux.h118 #define _VKI_NSIG_BPW 64 macro
119 #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 166 milliseconds