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

  /external/valgrind/main/coregrind/
m_vki.c 70 // Set's size must agree with _VKI_NSIG
71 vg_assert( 8 * sizeof(set) == _VKI_NSIG );
82 vg_assert(_VKI_NSIG == NSIG);
83 vg_assert(_VKI_NSIG == 32);
m_libcsignal.c 104 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)
m_signals.c 244 Int VG_(max_signal) = _VKI_NSIG;
599 /* Base-ment of these arrays[_VKI_NSIG].
601 Valid signal numbers are 1 .. _VKI_NSIG inclusive.
632 SCSS_Per_Signal scss_per_sig[1+_VKI_NSIG];
676 SKSS_Per_Signal skss_per_sig[1+_VKI_NSIG];
686 vg_assert(sigNo >= 1 && sigNo <= _VKI_NSIG);
701 for (sig = 1; sig <= _VKI_NSIG; sig++) {
724 for (sig = 1; sig <= _VKI_NSIG; sig++) {
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 75 #define _VKI_NSIG 64
77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
119 #define VKI_SIGRTMAX _VKI_NSIG
vki-arm64-linux.h 82 #define _VKI_NSIG 64
84 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
126 #define VKI_SIGRTMAX _VKI_NSIG
vki-arm-linux.h 96 #define _VKI_NSIG 64
98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
143 #define VKI_SIGRTMAX _VKI_NSIG
vki-ppc32-linux.h 97 #define _VKI_NSIG 64
99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
144 #define VKI_SIGRTMAX _VKI_NSIG
    [all...]
vki-ppc64-linux.h 99 #define _VKI_NSIG 64
101 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
146 #define VKI_SIGRTMAX _VKI_NSIG
vki-x86-linux.h 92 #define _VKI_NSIG 64
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
139 #define VKI_SIGRTMAX _VKI_NSIG
vki-mips32-linux.h 107 #define _VKI_NSIG 128
109 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
155 #define VKI_SIGRTMAX _VKI_NSIG
    [all...]
vki-mips64-linux.h 117 #define _VKI_NSIG 128
119 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
165 #define VKI_SIGRTMAX (_VKI_NSIG - 1)
    [all...]
vki-s390x-linux.h 141 #define _VKI_NSIG _VKI_SIGCONTEXT_NSIG
191 #define VKI_SIGRTMAX _VKI_NSIG
vki-darwin.h 375 #define _VKI_NSIG 32
376 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
  /external/valgrind/main/callgrind/
threads.c 394 CLG_ASSERT((sigNum > 0) && (sigNum <= _VKI_NSIG));
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 53 for (i = 1; i <= _VKI_NSIG; i++) {
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 205 milliseconds