Searched refs:_VKI_NSIG (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_vki.c69 // Set's size must agree with _VKI_NSIG
70 vg_assert( 8 * sizeof(set) == _VKI_NSIG );
81 vg_assert(_VKI_NSIG == NSIG);
82 vg_assert(_VKI_NSIG == 32);
H A Dm_libcsignal.c104 if (signum < 1 || signum > _VKI_NSIG)
115 if (signum < 1 || signum > _VKI_NSIG)
126 if (signum < 1 || signum > _VKI_NSIG)
369 // for (i = 1; i <= _VKI_NSIG; i++) {
428 for (i = 1; i < _VKI_NSIG; i++)
432 if (i == _VKI_NSIG)
H A Dm_signals.c246 Int VG_(max_signal) = _VKI_NSIG;
513 /* Base-ment of these arrays[_VKI_NSIG].
515 Valid signal numbers are 1 .. _VKI_NSIG inclusive.
546 SCSS_Per_Signal scss_per_sig[1+_VKI_NSIG];
590 SKSS_Per_Signal skss_per_sig[1+_VKI_NSIG];
600 vg_assert(sigNo >= 1 && sigNo <= _VKI_NSIG);
615 for (sig = 1; sig <= _VKI_NSIG; sig++) {
638 for (sig = 1; sig <= _VKI_NSIG; sig++) {
2529 for (i = 1; i <= _VKI_NSIG; i++) {
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h75 #define _VKI_NSIG 64 macro
77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
119 #define VKI_SIGRTMAX _VKI_NSIG
H A Dvki-arm-linux.h96 #define _VKI_NSIG 64 macro
98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
143 #define VKI_SIGRTMAX _VKI_NSIG
H A Dvki-ppc32-linux.h97 #define _VKI_NSIG 64 macro
99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
144 #define VKI_SIGRTMAX _VKI_NSIG
H A Dvki-ppc64-linux.h99 #define _VKI_NSIG 64 macro
101 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
146 #define VKI_SIGRTMAX _VKI_NSIG
H A Dvki-x86-linux.h92 #define _VKI_NSIG 64 macro
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
139 #define VKI_SIGRTMAX _VKI_NSIG
H A Dvki-s390x-linux.h141 #define _VKI_NSIG _VKI_SIGCONTEXT_NSIG macro
191 #define VKI_SIGRTMAX _VKI_NSIG
H A Dvki-darwin.h375 #define _VKI_NSIG 32 macro
376 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
/external/valgrind/main/callgrind/
H A Dthreads.c396 CLG_ASSERT((sigNum > 0) && (sigNum <= _VKI_NSIG));
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c759 for (i = 1; i <= _VKI_NSIG; i++)

Completed in 148 milliseconds