Home
last modified time | relevance | path

Searched refs:uint_least32_t (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.util/rand.util.seedseq/
Dtypes.pass.cpp23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint122 uint_least32_t
170 using::uint_least32_t;
Datomic496 typedef atomic<uint_least32_t> atomic_uint_least32_t;
1479 typedef atomic<uint_least32_t> atomic_uint_least32_t;
Dstring859 typedef uint_least32_t int_type;
Drandom408 typedef uint_least32_t result_type;
/ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
Dtypes.pass.cpp28 …static_assert((std::is_same<std::char_traits<char32_t>::int_type, std::uint_least32_t>::value), ""… in main()
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdint_h.pass.cpp96 static_assert(sizeof(uint_least32_t)*CHAR_BIT >= 32, in main()
98 static_assert(std::is_unsigned<uint_least32_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp96 static_assert(sizeof(std::uint_least32_t)*CHAR_BIT >= 32, in main()
98 static_assert(std::is_unsigned<std::uint_least32_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp48 …static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::atomic_uint_least32_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h190 #undef uint_least32_t
198 #define uint_least32_t uint32_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4120 uint_least32_t d3 = UINT32_C (0xffffffff);
121 uint_least32_t d3max = UINT_LEAST32_MAX;
193 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp898 std::uint_least32_t i3 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20125 uint_least32_t d3 = UINT32_C (0xffffffff);
20126 uint_least32_t d3max = UINT_LEAST32_MAX;
20198 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;