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

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h9 #define UINT_FAST16_MAX UINT32_MAX macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h9 #define UINT_FAST16_MAX UINT64_MAX macro
/external/clang/test/Preprocessor/
H A Dstdint.c1444 UINT_FAST16_MAX_ UINT_FAST16_MAX
/external/syslinux/dos/
H A Dstdint.h100 # define UINT_FAST16_MAX (65535U) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h169 #define UINT_FAST16_MAX UINT16_MAX macro
/external/libusb/msvc/
H A Dstdint.h170 #define UINT_FAST16_MAX UINT16_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h169 #define UINT_FAST16_MAX UINT16_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h154 #define UINT_FAST16_MAX UINT16_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp203 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535");
H A Dinttypes_h.pass.cpp147 #ifndef UINT_FAST16_MAX
148 #error UINT_FAST16_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp204 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp147 #ifndef UINT_FAST16_MAX
148 #error UINT_FAST16_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h630 # define UINT_FAST16_MAX __UINT_LEAST16_MAX macro

Completed in 387 milliseconds