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

  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /bionic/libc/include/
stdint.h 206 # define WINT_MIN 0
209 # define WINT_MIN INT32_MIN
  /development/ndk/platforms/android-L/include/
stdint.h 207 # define WINT_MIN UINT32_MIN
210 # define WINT_MIN INT32_MIN
  /development/ndk/platforms/android-3/include/
stdint.h 247 # define WINT_MIN INT32_MIN
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 219 #define WINT_MIN 0U
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 218 #define WINT_MIN 0
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 218 #define WINT_MIN 0
  /external/mesa3d/include/c99/
stdint.h 218 #define WINT_MIN 0
  /external/bison/darwin-lib/
stdint.h 566 #undef WINT_MIN
568 #define WINT_MIN \
  /external/bison/lib/
stdint.in.h 565 #undef WINT_MIN
567 #define WINT_MIN \
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 245 // WINT_MIN
246 assert(WINT_MIN == std::numeric_limits<wint_t>::min());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 245 // WINT_MIN
246 assert(WINT_MIN == std::numeric_limits<std::wint_t>::min());
  /external/clang/lib/Headers/
stdint.h 684 # define WINT_MIN __UINTN_C(__WINT_WIDTH__, 0)
687 # define WINT_MIN __INTN_MIN(__WINT_WIDTH__)
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 211 #ifndef WINT_MIN
212 #error WINT_MIN not defined
  /external/bison/
configure     [all...]

Completed in 176 milliseconds