Home
last modified time | relevance | path

Searched refs:__int64 (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-autotools-remove-support-for-the-__int64-type.-See-1.patch4 Subject: [PATCH] autotools: remove support for the __int64 type. See #1313
6 __int64 was the 64bit type for Visual Studio before it added support for
27 -AC_CHECK_SIZEOF(__int64)
54 - # __int64 is a 64 bit integer.
69 - glib_size_type='__int64'
79 - glib_ssize_type='__int64'
89 - gint64='__int64'
106 -"long long"|__int64)
115 -"long long"|__int64)
125 - glib_intptr_type_define=__int64
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dregister_fundamental.hpp46 BOOST_TYPEOF_REGISTER_TYPE(unsigned __int64)
47 BOOST_TYPEOF_REGISTER_TYPE(__int64)
55 BOOST_TYPEOF_REGISTER_TYPE(unsigned __int64)
56 BOOST_TYPEOF_REGISTER_TYPE(__int64)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_integral.hpp61 template<> struct is_integral<unsigned __int64> : public true_type{};
62 template<> struct is_integral<__int64> : public true_type{};
70 template<> struct is_integral<unsigned __int64> : public true_type{};
71 template<> struct is_integral<__int64> : public true_type{};
H A Dmake_signed.hpp70 __int64
102 __int64
H A Dmake_unsigned.hpp69 unsigned __int64
101 unsigned __int64
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger_traits.hpp237 class integer_traits< __int64>
238 : public std::numeric_limits< __int64>,
239 public detail::integer_traits_base< __int64, _I64_MIN, _I64_MAX>
243 class integer_traits< unsigned __int64>
244 : public std::numeric_limits< unsigned __int64>,
245 public detail::integer_traits_base< unsigned __int64, 0, _UI64_MAX>
H A Dcstdint.hpp345 typedef __int64 intmax_t;
346 typedef unsigned __int64 uintmax_t;
347 typedef __int64 int64_t;
348 typedef __int64 int_least64_t;
349 typedef __int64 int_fast64_t;
350 typedef unsigned __int64 uint64_t;
351 typedef unsigned __int64 uint_least64_t;
352 typedef unsigned __int64 uint_fast64_t;
H A Dinteger_fwd.hpp88 class integer_traits<__int64>;
91 class integer_traits<unsigned __int64>;
H A Dlimits.hpp26 # define BOOST_LLT __int64
27 # define BOOST_ULLT unsigned __int64
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dold_numeric_cast.hpp221 static inline bool check(src_type x, unsigned __int64) \
224 unsigned __int64 y = static_cast<unsigned __int64>(x); \
226 __int64 div2 = static_cast<__int64>(y >> 1); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dstdint.h135 typedef signed __int64 int64_t;
136 typedef unsigned __int64 uint64_t;
161 typedef signed __int64 intptr_t;
162 typedef unsigned __int64 uintptr_t;
/OK3568_Linux_fs/external/mpp/osal/windows/
H A Dstdint.h9 typedef __int64 int64_t;
14 typedef unsigned __int64 uint64_t;
/OK3568_Linux_fs/kernel/include/acpi/platform/
H A Dacintel.h23 #define COMPILER_DEPENDENT_INT64 __int64
24 #define COMPILER_DEPENDENT_UINT64 unsigned __int64
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/include/
H A Drkiio_common.h28 typedef unsigned __int64 RK_U64;
29 typedef __int64 RK_S64;
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_type.h28 typedef unsigned __int64 RK_U64;
34 typedef signed __int64 RK_S64;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_type.h28 typedef unsigned __int64 RK_U64;
34 typedef signed __int64 RK_S64;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_rt.hpp192 struct gcd_traits<unsigned __int64> : public gcd_traits_defaults<unsigned __int64>
194 BOOST_FORCEINLINE static unsigned find_lsb(unsigned __int64 mask) BOOST_NOEXCEPT in find_lsb()
200 BOOST_FORCEINLINE static unsigned make_odd(unsigned __int64& val) BOOST_NOEXCEPT in make_odd()
234 template <> struct gcd_traits<__int64> : public gcd_traits_defaults<__int64>
235 …T_FORCEINLINE static unsigned make_odd(__int64& val)BOOST_NOEXCEPT{ unsigned result = gcd_traits<u… in make_odd()
/OK3568_Linux_fs/external/libmali/include/KHR/
H A Dmali_khrplatform.h177 typedef __int64 khronos_int64_t;
178 typedef unsigned __int64 khronos_uint64_t;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dbitscan.hpp64 BOOST_FORCEINLINE unsigned find_lsb(unsigned __int64 mask, const mpl::int_<2>&) in find_lsb()
88 sizeof(Unsigned) <= sizeof(__int64), in find_lsb()
108 sizeof(Unsigned) <= sizeof(__int64), in find_msb()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dinterface.h56 typedef __int64 int64;
57 typedef unsigned __int64 uint64;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dinterface.h56 typedef __int64 int64;
57 typedef unsigned __int64 uint64;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dinterface.h56 typedef __int64 int64;
57 typedef unsigned __int64 uint64;
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dmodes_lcl.h13 typedef __int64 i64;
14 typedef unsigned __int64 u64;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dtypedefs.h110 typedef signed __int64 int64;
111 typedef unsigned __int64 uint64;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dtypedefs.h110 typedef signed __int64 int64;
111 typedef unsigned __int64 uint64;

123