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

/external/libcxx/test/std/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/std/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/clang/lib/Headers/
H A Dstdatomic.h104 typedef _Atomic(uint_least32_t) atomic_char32_t;
111 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
H A Dstdint.h196 typedef __uint_least32_t uint_least32_t; typedef
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp102 test<uint_least32_t>();
/external/syslinux/dos/
H A Dstdint.h29 typedef unsigned int uint_least32_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp19 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
50 static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::atomic_uint_least32_t>::value), "");
/external/syslinux/com32/include/
H A Dstdint.h17 typedef uint32_t uint_least32_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp96 // typedef uint_least32_t
97 static_assert(sizeof(uint_least32_t)*CHAR_BIT >= 32,
98 "sizeof(uint_least32_t)*CHAR_BIT >= 32");
99 static_assert(std::is_unsigned<uint_least32_t>::value,
100 "std::is_unsigned<uint_least32_t>::value");
H A Dinttypes_h.pass.cpp900 test<uint_least32_t>();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp97 // typedef std::uint_least32_t
98 static_assert(sizeof(std::uint_least32_t)*CHAR_BIT >= 32,
99 "sizeof(std::uint_least32_t)*CHAR_BIT >= 32");
100 static_assert(std::is_unsigned<std::uint_least32_t>::value,
101 "std::is_unsigned<std::uint_least32_t>::value");
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h100 typedef uint32_t uint_least32_t; typedef
/external/libusb/msvc/
H A Dstdint.h103 typedef unsigned uint_least32_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h100 typedef uint32_t uint_least32_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h85 typedef uint32_t uint_least32_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp900 test<std::uint_least32_t>();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h775 typedef uint32_t uint_least32_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2491 uint_least32_t = uint32_t variable
2632 'pthread_condattr_t', 'PKCS7_DIGEST', 'uint_least32_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2491 uint_least32_t = uint32_t variable
2632 'pthread_condattr_t', 'PKCS7_DIGEST', 'uint_least32_t',

Completed in 8127 milliseconds