Searched refs:uint_least32_t (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/
H A Dtypes.pass.cpp16 // typedef uint_least32_t result_type;
23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
H A Dtypes.pass.cpp15 // typedef uint_least32_t int_type;
28 static_assert((std::is_same<std::char_traits<char32_t>::int_type, std::uint_least32_t>::value), "");
/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp17 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
48 static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::atomic_uint_least32_t>::value), "");
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp95 // typedef uint_least32_t
96 static_assert(sizeof(uint_least32_t)*CHAR_BIT >= 32,
97 "sizeof(uint_least32_t)*CHAR_BIT >= 32");
98 static_assert(std::is_unsigned<uint_least32_t>::value,
99 "std::is_unsigned<uint_least32_t>::value");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp95 // typedef std::uint_least32_t
96 static_assert(sizeof(std::uint_least32_t)*CHAR_BIT >= 32,
97 "sizeof(std::uint_least32_t)*CHAR_BIT >= 32");
98 static_assert(std::is_unsigned<std::uint_least32_t>::value,
99 "std::is_unsigned<std::uint_least32_t>::value");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h103 typedef unsigned uint_least32_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h100 typedef uint32_t uint_least32_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h100 typedef uint32_t uint_least32_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h100 typedef uint32_t uint_least32_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h228 #undef uint_least32_t macro
236 #define uint_least32_t uint32_t macro
/external/bison/lib/
H A Dstdint.in.h227 #undef uint_least32_t
235 #define uint_least32_t uint32_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h589 typedef uint32_t uint_least32_t; typedef
628 typedef uint_least32_t uint_fast32_t;
/external/clang/lib/Headers/
H A Dstdint.h196 typedef __uint_least32_t uint_least32_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp898 std::uint_least32_t i3 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h775 typedef uint32_t uint_least32_t; typedef
/external/bison/
H A Dconfigure14252 uint_least32_t d3 = UINT32_C (0xffffffff);
14253 uint_least32_t d3max = UINT_LEAST32_MAX;
14327 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9926 typedef uint32_t uint_least32_t;

Completed in 2653 milliseconds