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

  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /bionic/libc/include/
stdint.h 205 # define WINT_MAX UINT32_MAX
208 # define WINT_MAX INT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 206 # define WINT_MAX UINT32_MAX
209 # define WINT_MAX INT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 248 # define WINT_MAX INT32_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 220 #define WINT_MAX 0xffffU
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 219 #define WINT_MAX _UI16_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 219 #define WINT_MAX _UI16_MAX
  /external/mesa3d/include/c99/
stdint.h 219 #define WINT_MAX _UI16_MAX
  /external/bison/darwin-lib/
stdint.h 567 #undef WINT_MAX
570 #define WINT_MAX \
  /external/bison/lib/
stdint.in.h 566 #undef WINT_MAX
569 #define WINT_MAX \
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 248 // WINT_MAX
249 assert(WINT_MAX == std::numeric_limits<wint_t>::max());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 248 // WINT_MAX
249 assert(WINT_MAX == std::numeric_limits<std::wint_t>::max());
  /external/clang/lib/Headers/
stdint.h 685 # define WINT_MAX __UINTN_MAX(__WINT_WIDTH__)
688 # define WINT_MAX __INTN_MAX(__WINT_WIDTH__)
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 215 #ifndef WINT_MAX
216 #error WINT_MAX not defined
  /external/bison/
configure     [all...]

Completed in 60 milliseconds