Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp91 typedef ::intleast64_t int_least64_t; typedef
127 using ::int_least64_t;
170 typedef int64_t int_least64_t; typedef
309 typedef ::boost::long_long_type int_least64_t; typedef
321 typedef long int_least64_t; typedef
333 __extension__ typedef long long int_least64_t; typedef
345 typedef __int64 int_least64_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint118 int_least64_t
166 using::int_least64_t;
Datomic499 typedef atomic<int_least64_t> atomic_int_least64_t;
1752 typedef atomic<int_least64_t> atomic_int_least64_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp80 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64, in main()
82 static_assert(std::is_signed<int_least64_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp80 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64, in main()
82 static_assert(std::is_signed<std::int_least64_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp49 …static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h191 #undef int_least64_t
200 # define int_least64_t int64_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4113 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
114 int_least64_t c4max = INT_LEAST64_MAX;
115 int_least64_t c4min = INT_LEAST64_MIN;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp893 std::int_least64_t i4 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20118 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
20119 int_least64_t c4max = INT_LEAST64_MAX;
20120 int_least64_t c4min = INT_LEAST64_MIN;