Searched refs:SIG_ATOMIC_MAX (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h843 #ifndef SIG_ATOMIC_MAX
846 # define SIG_ATOMIC_MAX (~ (-1L << (@BITSIZEOF_SIG_ATOMIC_T@ - 1))) macro
848 # define SIG_ATOMIC_MAX (~ (-1 << (@BITSIZEOF_SIG_ATOMIC_T@ - 1))) macro
852 # define SIG_ATOMIC_MAX (((1UL << (@BITSIZEOF_SIG_ATOMIC_T@ - 1)) - 1) * 2 + 1) macro
854 # define SIG_ATOMIC_MAX (((1U << (@BITSIZEOF_SIG_ATOMIC_T@ - 1)) - 1) * 2 + 1) macro
856 # define SIG_ATOMIC_MAX (((1 << (@BITSIZEOF_SIG_ATOMIC_T@ - 1)) - 1) * 2 + 1) macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h195 #define SIG_ATOMIC_MAX INT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h186 #define SIG_ATOMIC_MAX INT32_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h201 #define SIG_ATOMIC_MAX INT32_MAX macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h416 #undef SIG_ATOMIC_MAX macro
420 #define SIG_ATOMIC_MAX \ macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in588 #undef SIG_ATOMIC_MAX
H A Dconfig.h.msvc586 #undef SIG_ATOMIC_MAX
H A Dconfig.h_vms587 #undef SIG_ATOMIC_MAX
H A Dconfigure28579 for bound in SIG_ATOMIC_MIN SIG_ATOMIC_MAX; do
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.tab493 SIG_ATOMIC_MAX C XX 1 L signal.h
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim228 syn keyword cConstant PTRDIFF_MIN PTRDIFF_MAX SIG_ATOMIC_MIN SIG_ATOMIC_MAX

Completed in 182 milliseconds