Home
last modified time | relevance | path

Searched refs:SIG_ATOMIC_MIN (Results 1 – 19 of 19) sorted by relevance

/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h21 # define SIG_ATOMIC_MIN (-SIG_ATOMIC_MAX-1) //(-2147483647-1) macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h20 # define SIG_ATOMIC_MIN INT32_MIN //(-2147483647-1) macro
/external/clang/test/Preprocessor/
Dstdint.c1477 SIG_ATOMIC_MIN_ SIG_ATOMIC_MIN
/external/syslinux/dos/
Dstdint.h117 # define SIG_ATOMIC_MIN (-2147483647-1) macro
/external/bison/darwin-lib/
Dstdint.h520 #undef SIG_ATOMIC_MIN
522 #define SIG_ATOMIC_MIN \ macro
/external/bison/lib/
Dstdint.in.h519 #undef SIG_ATOMIC_MIN
521 #define SIG_ATOMIC_MIN \
/external/libcxx/include/
Dcstdint76 SIG_ATOMIC_MIN
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h199 #define SIG_ATOMIC_MIN INT_MIN macro
/external/libvncserver/compat/msvc/
Dstdint.h199 #define SIG_ATOMIC_MIN INT_MIN macro
/external/libusb/msvc/
Dstdint.h200 #define SIG_ATOMIC_MIN INT32_MIN macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp191 #ifndef SIG_ATOMIC_MIN
192 #error SIG_ATOMIC_MIN not defined
Dstdint_h.pass.cpp232 assert(SIG_ATOMIC_MIN == std::numeric_limits<sig_atomic_t>::min()); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp191 #ifndef SIG_ATOMIC_MIN
192 #error SIG_ATOMIC_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp233 assert(SIG_ATOMIC_MIN == std::numeric_limits<std::sig_atomic_t>::min()); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py141 SIG_ATOMIC_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
Dstdint.h681 #define SIG_ATOMIC_MIN __INTN_MIN(__SIG_ATOMIC_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py269 SIG_ATOMIC_MIN = (-2147483647-1) variable
/external/bison/m4/
Dstdint.m4167 SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
/external/bison/
Dconfigure14292 SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)