Home
last modified time | relevance | path

Searched refs:int_fast16_t (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp80 typedef ::intfast16_t int_fast16_t; typedef
112 using ::int_fast16_t;
155 typedef int16_t int_fast16_t; typedef
226 typedef int int_fast16_t; typedef
233 typedef short int_fast16_t; typedef
243 typedef __short16 int_fast16_t; typedef
250 typedef short int_fast16_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint126 int_fast16_t
174 using::int_fast16_t;
Datomic504 typedef atomic<int_fast16_t> atomic_int_fast16_t;
1757 typedef atomic<int_fast16_t> atomic_int_fast16_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp112 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16, in main()
114 static_assert(std::is_signed<int_fast16_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp112 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16, in main()
114 static_assert(std::is_signed<std::int_fast16_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp54 …static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp903 std::int_fast16_t i2 = 0; in main()