Searched defs:_NSIG (Results 1 - 6 of 6) sorted by relevance

/external/libunwind/src/setjmp/
H A Dsiglongjmp.c34 #if !defined(_NSIG) && defined(_SIG_MAXSIG)
35 # define _NSIG (_SIG_MAXSIG - 1) macro
96 if (UNW_NUM_EH_REGS < 4 || _NSIG > 16 * sizeof (unw_word_t))
103 || (_NSIG > 8 * sizeof (unw_word_t)
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S93 #define _NSIG 64 define
167 mov x3, #(_NSIG / 8)
/external/dhcpcd-6.8.2/compat/
H A Dposix_spawn.c43 #ifndef _NSIG
45 #define _NSIG _SIG_MAXSIG + 1 macro
48 #define _NSIG SIGPWR + 1 macro
66 for (i = 1; i < _NSIG; i++) {
/external/openssh/openbsd-compat/
H A Dreadpassphrase.c49 #ifndef _NSIG
51 # define _NSIG NSIG macro
53 # define _NSIG 128 macro
57 static volatile sig_atomic_t signo[_NSIG];
78 for (i = 0; i < _NSIG; i++)
179 for (i = 0; i < _NSIG; i++) {
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h6 #define _NSIG 64 macro
8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
51 #define SIGRTMAX _NSIG
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h14 #define _NSIG 128 macro
16 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
61 #define SIGRTMAX _NSIG

Completed in 561 milliseconds