Home
last modified time | relevance | path

Searched refs:uint_least16_t (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp81 typedef ::uintleast16_t uint_least16_t; typedef
114 using ::uint_least16_t;
157 typedef uint16_t uint_least16_t; typedef
228 typedef unsigned short uint_least16_t; typedef
235 typedef unsigned short uint_least16_t; typedef
245 typedef unsigned __short16 uint_least16_t; typedef
251 typedef unsigned short uint_least16_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint121 uint_least16_t
169 using::uint_least16_t;
Datomic496 typedef atomic<uint_least16_t> atomic_uint_least16_t;
1749 typedef atomic<uint_least16_t> atomic_uint_least16_t;
Dstring751 typedef uint_least16_t int_type;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
Dtypes.pass.cpp28 …static_assert((std::is_same<std::char_traits<char16_t>::int_type, std::uint_least16_t>::value), ""… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp91 static_assert(sizeof(uint_least16_t)*CHAR_BIT >= 16, in main()
93 static_assert(std::is_unsigned<uint_least16_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp91 static_assert(sizeof(std::uint_least16_t)*CHAR_BIT >= 16, in main()
93 static_assert(std::is_unsigned<std::uint_least16_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp46 …static_assert((std::is_same<std::atomic<std::uint_least16_t>, std::atomic_uint_least16_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h188 #undef uint_least16_t
196 #define uint_least16_t uint16_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4118 uint_least16_t d2 = UINT16_C (0xffff);
119 uint_least16_t d2max = UINT_LEAST16_MAX;
176 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
192 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp897 std::uint_least16_t i2 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20123 uint_least16_t d2 = UINT16_C (0xffff);
20124 uint_least16_t d2max = UINT_LEAST16_MAX;
20181 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
20197 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;