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/ |
D | types.pass.cpp | 23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cstdint | 122 uint_least32_t 170 using::uint_least32_t;
|
D | atomic | 496 typedef atomic<uint_least32_t> atomic_uint_least32_t; 1479 typedef atomic<uint_least32_t> atomic_uint_least32_t;
|
D | string | 859 typedef uint_least32_t int_type;
|
D | random | 408 typedef uint_least32_t result_type;
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
D | types.pass.cpp | 28 …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/ |
D | stdint_h.pass.cpp | 96 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/ |
D | cstdint.pass.cpp | 96 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/ |
D | cstdint_typedefs.pass.cpp | 48 …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/ |
D | stdint.in.h | 190 #undef uint_least32_t 198 #define uint_least32_t uint32_t macro
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdint.m4 | 120 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/ |
D | cinttypes.pass.cpp | 898 std::uint_least32_t i3 = 0; in main()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 20125 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;
|