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

/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h20 # define SIG_ATOMIC_MAX INT32_MAX //(2147483647) macro
21 # define SIG_ATOMIC_MIN (-SIG_ATOMIC_MAX-1) //(-2147483647-1)
/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h21 # define SIG_ATOMIC_MAX INT32_MAX //(2147483647) macro
/external/clang/test/Preprocessor/
H A Dstdint.c1478 SIG_ATOMIC_MAX_ SIG_ATOMIC_MAX
/external/syslinux/dos/
H A Dstdint.h118 # define SIG_ATOMIC_MAX (2147483647) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/libusb/msvc/
H A Dstdint.h201 #define SIG_ATOMIC_MAX INT32_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h185 #define SIG_ATOMIC_MAX INT_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp234 // SIG_ATOMIC_MAX
235 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max());
H A Dinttypes_h.pass.cpp195 #ifndef SIG_ATOMIC_MAX
196 #error SIG_ATOMIC_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp235 // SIG_ATOMIC_MAX
236 assert(SIG_ATOMIC_MAX == std::numeric_limits<std::sig_atomic_t>::max());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp195 #ifndef SIG_ATOMIC_MAX
196 #error SIG_ATOMIC_MAX not defined
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py142 SIG_ATOMIC_MAX = (2147483647) variable
/external/clang/lib/Headers/
H A Dstdint.h682 #define SIG_ATOMIC_MAX __INTN_MAX(__SIG_ATOMIC_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py270 SIG_ATOMIC_MAX = (2147483647) variable

Completed in 175 milliseconds