HomeSort by relevance Sort by last modified time
    Searched refs:_VKI_NSIG_BPW (Results 1 - 14 of 14) sorted by null

  /external/valgrind/coregrind/
m_vki.c 73 // Set's word size must agree with _VKI_NSIG_BPW
74 vg_assert( 8 * sizeof(set.sig[0]) == _VKI_NSIG_BPW );
76 vg_assert( _VKI_NSIG_BPW == 32 || _VKI_NSIG_BPW == 64 );
m_libcsignal.c 43 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...]
m_signals.c     [all...]
  /external/valgrind/include/vki/
vki-amd64-linux.h 76 #define _VKI_NSIG_BPW 64
77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-arm64-linux.h 83 #define _VKI_NSIG_BPW 64
84 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-arm-linux.h 97 #define _VKI_NSIG_BPW 32
98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-ppc32-linux.h 98 #define _VKI_NSIG_BPW 32
99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
    [all...]
vki-ppc64-linux.h 102 #define _VKI_NSIG_BPW 64
103 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-x86-linux.h 93 #define _VKI_NSIG_BPW 32
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-mips32-linux.h 108 #define _VKI_NSIG_BPW 32
109 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
    [all...]
vki-mips64-linux.h 118 #define _VKI_NSIG_BPW 64
119 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
    [all...]
vki-s390x-linux.h 142 #define _VKI_NSIG_BPW _VKI_SIGCONTEXT_NSIG_BPW
vki-darwin.h 393 #define _VKI_NSIG_BPW 32
395 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-solaris.h 1041 #define _VKI_NSIG_BPW 32
1042 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
    [all...]

Completed in 80 milliseconds