Home
last modified time | relevance | path

Searched refs:_VKI_MAXSIG (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dm_libcsignal.c41 # define _VKI_MAXSIG (_VKI_NSIG - 1) macro
43 STATIC_ASSERT((_VKI_MAXSIG % _VKI_NSIG_BPW) != 0);
89 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) { in VG_()
95 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1; in VG_()
108 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) { in VG_()
114 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1; in VG_()
127 if (_VKI_NSIG_BPW * (i + 1) <= (_VKI_MAXSIG + 1)) { in VG_()
133 ULong mask = (1UL << (_VKI_MAXSIG % _VKI_NSIG_BPW)) - 1; in VG_()
/external/valgrind/include/vki/
Dvki-solaris.h974 #define _VKI_MAXSIG MAXSIG macro