Home
last modified time | relevance | path

Searched refs:UINT_FAST32_MAX (Results 1 – 11 of 11) sorted by relevance

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