Home
last modified time | relevance | path

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

/external/clang/test/Preprocessor/
Dstdint.c1478 SIG_ATOMIC_MAX_ SIG_ATOMIC_MAX
/external/libcxx/include/
Dcstdint77 SIG_ATOMIC_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h185 #define SIG_ATOMIC_MAX INT_MAX macro
/external/libusb/msvc/
Dstdint.h201 #define SIG_ATOMIC_MAX INT32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h200 #define SIG_ATOMIC_MAX INT_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