Home
last modified time | relevance | path

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

/external/syslinux/com32/include/bitsize64/
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/
Dstdintlimits.h21 # define SIG_ATOMIC_MAX INT32_MAX //(2147483647) macro
/external/clang/test/Preprocessor/
Dstdint.c1478 SIG_ATOMIC_MAX_ SIG_ATOMIC_MAX
/external/syslinux/dos/
Dstdint.h118 # define SIG_ATOMIC_MAX (2147483647) macro
/external/bison/darwin-lib/
Dstdint.h521 #undef SIG_ATOMIC_MAX
525 #define SIG_ATOMIC_MAX \ macro
/external/bison/lib/
Dstdint.in.h520 #undef SIG_ATOMIC_MAX
524 #define SIG_ATOMIC_MAX \
/external/libcxx/include/
Dcstdint77 SIG_ATOMIC_MAX
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/libusb/msvc/
Dstdint.h201 #define SIG_ATOMIC_MAX INT32_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp195 #ifndef SIG_ATOMIC_MAX
196 #error SIG_ATOMIC_MAX not defined
Dstdint_h.pass.cpp235 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max()); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp195 #ifndef SIG_ATOMIC_MAX
196 #error SIG_ATOMIC_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp236 assert(SIG_ATOMIC_MAX == std::numeric_limits<std::sig_atomic_t>::max()); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py142 SIG_ATOMIC_MAX = (2147483647) variable
/external/clang/lib/Headers/
Dstdint.h682 #define SIG_ATOMIC_MAX __INTN_MAX(__SIG_ATOMIC_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py270 SIG_ATOMIC_MAX = (2147483647) variable
/external/bison/m4/
Dstdint.m4168 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
/external/bison/
Dconfigure14293 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)