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

/external/valgrind/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.c43 STATIC_ASSERT((_VKI_MAXSIG % _VKI_NSIG_BPW) != 0);
52 /* In the sigset routines below, be aware that _VKI_NSIG_BPW can be
89 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) {
95 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1;
108 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) {
114 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1;
127 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) {
133 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1;
149 set->sig[signum / _VKI_NSIG_BPW] |= (1ULL << (signum % _VKI_NSIG_BPW));
[all...]
H A Dm_signals.c1314 # if _VKI_NSIG_BPW == 32
1317 # elif _VKI_NSIG_BPW == 64
1321 # error "Unsupported value for _VKI_NSIG_BPW"
/external/valgrind/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.h102 #define _VKI_NSIG_BPW 64 macro
103 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-tilegx-linux.h77 #define _VKI_NSIG_BPW 64 macro
78 #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.h393 #define _VKI_NSIG_BPW 32 macro
395 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
H A Dvki-solaris.h975 #define _VKI_NSIG_BPW 32 macro
976 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)

Completed in 2467 milliseconds