Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp92 typedef ::intfast64_t int_fast64_t; typedef
128 using ::int_fast64_t;
171 typedef int64_t int_fast64_t; typedef
310 typedef ::boost::long_long_type int_fast64_t; typedef
322 typedef long int_fast64_t; typedef
334 __extension__ typedef long long int_fast64_t; typedef
346 typedef __int64 int_fast64_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint128 int_fast64_t
176 using::int_fast64_t;
Datomic508 typedef atomic<int_fast64_t> atomic_int_fast64_t;
1761 typedef atomic<int_fast64_t> atomic_int_fast64_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp122 static_assert(sizeof(int_fast64_t)*CHAR_BIT >= 64, in main()
124 static_assert(std::is_signed<int_fast64_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp122 static_assert(sizeof(std::int_fast64_t)*CHAR_BIT >= 64, in main()
124 static_assert(std::is_signed<std::int_fast64_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp58 …static_assert((std::is_same<std::atomic< std::int_fast64_t>, std::atomic_int_fast64_t>::value), "… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp905 std::int_fast64_t i4 = 0; in main()