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

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h20 # define SIG_ATOMIC_MIN INT32_MIN //(-2147483647-1) macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h21 # define SIG_ATOMIC_MIN (-SIG_ATOMIC_MAX-1) //(-2147483647-1) macro
/external/clang/test/Preprocessor/
H A Dstdint.c1477 SIG_ATOMIC_MIN_ SIG_ATOMIC_MIN
/external/syslinux/dos/
H A Dstdint.h117 # define SIG_ATOMIC_MIN (-2147483647-1) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h199 #define SIG_ATOMIC_MIN INT_MIN macro
/external/libusb/msvc/
H A Dstdint.h200 #define SIG_ATOMIC_MIN INT32_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h199 #define SIG_ATOMIC_MIN INT_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h184 #define SIG_ATOMIC_MIN INT_MIN macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp231 // SIG_ATOMIC_MIN
232 assert(SIG_ATOMIC_MIN == std::numeric_limits<sig_atomic_t>::min());
H A Dinttypes_h.pass.cpp191 #ifndef SIG_ATOMIC_MIN
192 #error SIG_ATOMIC_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp232 // SIG_ATOMIC_MIN
233 assert(SIG_ATOMIC_MIN == std::numeric_limits<std::sig_atomic_t>::min());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp191 #ifndef SIG_ATOMIC_MIN
192 #error SIG_ATOMIC_MIN not defined
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py141 SIG_ATOMIC_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
H A Dstdint.h681 #define SIG_ATOMIC_MIN __INTN_MIN(__SIG_ATOMIC_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py269 SIG_ATOMIC_MIN = (-2147483647-1) variable

Completed in 445 milliseconds