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

  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 180 #define WINT_MAX INT32_MAX
  /bionic/tests/headers/posix/
stdint_h.c 127 MACRO(WINT_MAX);
  /bionic/libc/include/
stdint.h 206 # define WINT_MAX UINT32_MAX
209 # define WINT_MAX INT32_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 219 #define WINT_MAX _UI16_MAX
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 219 #define WINT_MAX _UI16_MAX
  /external/libusb/msvc/
stdint.h 220 #define WINT_MAX 0xffffU
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 204 #define WINT_MAX _UI16_MAX
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 234 #define WINT_MAX _EFI_WINT_MAX /* wint_t */
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 249 // WINT_MAX
250 assert(WINT_MAX == std::numeric_limits<wint_t>::max());
inttypes_h.pass.cpp 215 #ifndef WINT_MAX
216 #error WINT_MAX not defined
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 250 // WINT_MAX
251 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/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 215 #ifndef WINT_MAX
216 #error WINT_MAX not defined

Completed in 2396 milliseconds