Searched refs:_NSIG (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/signal/
H A Dsigrtmax.c4 return _NSIG - 1;
H A Dsigisemptyset.c6 static const unsigned long zeroset[_NSIG / 8 / sizeof(long)];
7 return !memcmp(set, &zeroset, _NSIG / 8);
H A Dsigemptyset.c6 if (sizeof(long) == 4 || _NSIG > 65)
8 if (sizeof(long) == 4 && _NSIG > 65) {
H A Dsigfillset.c8 if (_NSIG > 65) {
14 if (_NSIG > 65)
H A Dsigismember.c5 if (s >= _NSIG - 1)
H A Dsigaddset.c6 if (s >= _NSIG - 1 || sig - 32U < 3) {
H A Dsigandset.c4 #define SST_SIZE (_NSIG / 8 / sizeof(long))
H A Dsigorset.c4 #define SST_SIZE (_NSIG / 8 / sizeof(long))
H A Dsigdelset.c6 if (s >= _NSIG - 1 || sig - 32U < 3) {
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsignal.c67 #if _NSIG > 65
83 if (signum - 1U >= _NSIG - 1)
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h105 #define _NSIG 65 macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h127 #define _NSIG 65 macro
/fuchsia/zircon/third_party/ulib/musl/src/conf/
H A Dsysconf.c58 [_SC_RTSIG_MAX] = _NSIG - 1 - 31 - 3,
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsignal.h234 #define NSIG _NSIG

Completed in 92 milliseconds