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

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h10 #define UINT_FAST32_MAX UINT32_MAX macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h10 #define UINT_FAST32_MAX UINT64_MAX macro
/external/clang/test/Preprocessor/
H A Dstdint.c1454 UINT_FAST32_MAX_ UINT_FAST32_MAX
/external/syslinux/dos/
H A Dstdint.h101 # define UINT_FAST32_MAX (4294967295U) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h170 #define UINT_FAST32_MAX UINT32_MAX macro
/external/libusb/msvc/
H A Dstdint.h171 #define UINT_FAST32_MAX UINT32_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h170 #define UINT_FAST32_MAX UINT32_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h155 #define UINT_FAST32_MAX UINT32_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp204 static_assert(UINT_FAST32_MAX >= 4294967295U, "UINT_FAST32_MAX >= 4294967295");
H A Dinttypes_h.pass.cpp151 #ifndef UINT_FAST32_MAX
152 #error UINT_FAST32_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp205 static_assert(UINT_FAST32_MAX >= 4294967295U, "UINT_FAST32_MAX >= 4294967295");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp151 #ifndef UINT_FAST32_MAX
152 #error UINT_FAST32_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h589 # define UINT_FAST32_MAX __UINT_LEAST32_MAX macro

Completed in 347 milliseconds