Searched refs:_VKI_MAXSIG (Results 1 – 2 of 2) sorted by relevance
41 # define _VKI_MAXSIG (_VKI_NSIG - 1) macro43 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_()
974 #define _VKI_MAXSIG MAXSIG macro