HomeSort by relevance Sort by last modified time
    Searched refs:SIG_ATOMIC_MAX (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /development/ndk/platforms/android-3/include/
stdint.h 237 # define SIG_ATOMIC_MAX INT32_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 201 #define SIG_ATOMIC_MAX INT32_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 200 #define SIG_ATOMIC_MAX INT_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 200 #define SIG_ATOMIC_MAX INT_MAX
  /external/mesa3d/include/c99/
stdint.h 200 #define SIG_ATOMIC_MAX INT_MAX
  /external/bison/darwin-lib/
stdint.h 521 #undef SIG_ATOMIC_MAX
525 #define SIG_ATOMIC_MAX \
  /external/bison/lib/
stdint.in.h 520 #undef SIG_ATOMIC_MAX
524 #define SIG_ATOMIC_MAX \
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 728 #ifndef SIG_ATOMIC_MAX
729 # define SIG_ATOMIC_MAX ((((sig_atomic_t) 1) << (sizeof (sig_atomic_t)*CHAR_BIT-1)) - 1)
  /bionic/libc/include/
stdint.h 201 #define SIG_ATOMIC_MAX INT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 202 #define SIG_ATOMIC_MAX INT32_MAX
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 233 // SIG_ATOMIC_MAX
234 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 233 // 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/
cinttypes.pass.cpp 195 #ifndef SIG_ATOMIC_MAX
196 #error SIG_ATOMIC_MAX not defined
  /external/clang/lib/Headers/
stdint.h 682 #define SIG_ATOMIC_MAX __INTN_MAX(__SIG_ATOMIC_WIDTH__)
  /external/bison/
configure     [all...]

Completed in 594 milliseconds