Searched refs:__int64 (Results 1 – 17 of 17) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_integral.hpp | 59 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned __int64,true) 60 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,__int64,true) 68 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned __int64,true) 69 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,__int64,true)
|
D | make_unsigned.hpp | 77 unsigned __int64 101 unsigned __int64
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | integer_traits.hpp | 242 class integer_traits< __int64> 243 : public std::numeric_limits< __int64>, 244 public detail::integer_traits_base< __int64, _I64_MIN, _I64_MAX> 248 class integer_traits< unsigned __int64> 249 : public std::numeric_limits< unsigned __int64>, 250 public detail::integer_traits_base< unsigned __int64, 0, _UI64_MAX>
|
D | cstdint.hpp | 342 typedef __int64 intmax_t; 343 typedef unsigned __int64 uintmax_t; 344 typedef __int64 int64_t; 345 typedef __int64 int_least64_t; 346 typedef __int64 int_fast64_t; 347 typedef unsigned __int64 uint64_t; 348 typedef unsigned __int64 uint_least64_t; 349 typedef unsigned __int64 uint_fast64_t;
|
D | limits.hpp | 26 # define BOOST_LLT __int64 27 # define BOOST_ULLT unsigned __int64
|
D | concept_check.hpp | 88 template <> struct Integer<__int64> {}; 89 template <> struct Integer<unsigned __int64> {}; 106 template <> struct SignedInteger<__int64> {}; 124 template <> struct UnsignedInteger<unsigned __int64> {};
|
D | lexical_cast.hpp | 466 BOOST_LCAST_DEF(unsigned __int64) 467 BOOST_LCAST_DEF( __int64) 980 typedef unsigned __int64 type; 1540 …bool operator<<(unsigned __int64 n) { start = lcast_put_unsigned<Traits>(n, finish); retur… in operator <<() 1541 bool operator<<( __int64 n) { return shl_signed(n); } in operator <<() 1761 bool operator>>(unsigned __int64& output) { return shr_unsigned(output); } in operator >>() 1762 bool operator>>(__int64& output) { return shr_signed(output); } in operator >>()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/ |
D | clang.hpp | 23 #if defined(__int64)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _bc.h | 96 #define _STLP_LONG_LONG __int64
|
D | _msvc.h | 44 # define _STLP_LONG_LONG __int64
|
/ndk/sources/cxx-stl/stlport/src/ |
D | lock_free_slist.h | 283 __int64 _M_align;
|
D | num_get_float.cpp | 35 typedef unsigned __int64 uint64_t; 104 typedef unsigned __int64 uint64;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 27 # define __int64 long long macro
|
D | fstream_unistd.cpp | 27 # define __int64 long long macro
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1645 typedef __int64 BiggestInt; 1894 typedef __int64 Int; 1895 typedef unsigned __int64 UInt;
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-death-test_test.cc | 1124 typedef unsigned __int64 BiggestParsable; 1125 typedef signed __int64 BiggestSignedParsable;
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 1012 typedef unsigned __int64 BiggestConvertible; in ParseNaturalNumber()
|