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

/external/clang/test/Preprocessor/
H A Dstdint.c1371 SIG_ATOMIC_MAX_ SIG_ATOMIC_MAX
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h201 #define SIG_ATOMIC_MAX INT32_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/mesa3d/include/c99/
H A Dstdint.h200 #define SIG_ATOMIC_MAX INT_MAX macro
/external/bison/darwin-lib/
H A Dstdint.h521 #undef SIG_ATOMIC_MAX macro
525 #define SIG_ATOMIC_MAX \ macro
/external/bison/lib/
H A Dstdint.in.h520 #undef SIG_ATOMIC_MAX
524 #define SIG_ATOMIC_MAX \
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h728 #ifndef SIG_ATOMIC_MAX
729 # define SIG_ATOMIC_MAX ((((sig_atomic_t) 1) << (sizeof (sig_atomic_t)*CHAR_BIT-1)) - 1) macro
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp233 // SIG_ATOMIC_MAX
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp233 // SIG_ATOMIC_MAX
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<std::sig_atomic_t>::max());
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp195 #ifndef SIG_ATOMIC_MAX
196 #error SIG_ATOMIC_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h682 #define SIG_ATOMIC_MAX __INTN_MAX(__SIG_ATOMIC_WIDTH__) macro
/external/bison/
H A Dconfigure14293 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)

Completed in 481 milliseconds