Home
last modified time | relevance | path

Searched refs:int_least16_t (Results 1 – 10 of 10) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp79 typedef ::intleast16_t int_least16_t; typedef
111 using ::int_least16_t;
154 typedef int16_t int_least16_t; typedef
225 typedef short int_least16_t; typedef
232 typedef short int_least16_t; typedef
242 typedef __short16 int_least16_t; typedef
249 typedef short int_least16_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint116 int_least16_t
164 using::int_least16_t;
Datomic495 typedef atomic<int_least16_t> atomic_int_least16_t;
1748 typedef atomic<int_least16_t> atomic_int_least16_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp70 static_assert(sizeof(int_least16_t)*CHAR_BIT >= 16, in main()
72 static_assert(std::is_signed<int_least16_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp70 static_assert(sizeof(std::int_least16_t)*CHAR_BIT >= 16, in main()
72 static_assert(std::is_signed<std::int_least16_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp45 …static_assert((std::is_same<std::atomic< std::int_least16_t>, std::atomic_int_least16_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h187 #undef int_least16_t
195 #define int_least16_t int16_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4107 int_least16_t c2 = INT16_C (0x7fff);
108 int_least16_t c2max = INT_LEAST16_MAX;
109 int_least16_t c2min = INT_LEAST16_MIN;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp891 std::int_least16_t i2 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20112 int_least16_t c2 = INT16_C (0x7fff);
20113 int_least16_t c2max = INT_LEAST16_MAX;
20114 int_least16_t c2min = INT_LEAST16_MIN;