| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/ |
| H A D | 0001-autotools-remove-support-for-the-__int64-type.-See-1.patch | 4 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 D | register_fundamental.hpp | 46 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 D | is_integral.hpp | 61 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 D | make_signed.hpp | 70 __int64 102 __int64
|
| H A D | make_unsigned.hpp | 69 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 D | integer_traits.hpp | 237 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 D | cstdint.hpp | 345 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 D | integer_fwd.hpp | 88 class integer_traits<__int64>; 91 class integer_traits<unsigned __int64>;
|
| H A D | limits.hpp | 26 # 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 D | old_numeric_cast.hpp | 221 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 D | stdint.h | 135 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 D | stdint.h | 9 typedef __int64 int64_t; 14 typedef unsigned __int64 uint64_t;
|
| /OK3568_Linux_fs/kernel/include/acpi/platform/ |
| H A D | acintel.h | 23 #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 D | rkiio_common.h | 28 typedef unsigned __int64 RK_U64; 29 typedef __int64 RK_S64;
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_type.h | 28 typedef unsigned __int64 RK_U64; 34 typedef signed __int64 RK_S64;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_type.h | 28 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 D | common_factor_rt.hpp | 192 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 D | mali_khrplatform.h | 177 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 D | bitscan.hpp | 64 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 D | interface.h | 56 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 D | interface.h | 56 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 D | interface.h | 56 typedef __int64 int64; 57 typedef unsigned __int64 uint64;
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | modes_lcl.h | 13 typedef __int64 i64; 14 typedef unsigned __int64 u64;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | typedefs.h | 110 typedef signed __int64 int64; 111 typedef unsigned __int64 uint64;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | typedefs.h | 110 typedef signed __int64 int64; 111 typedef unsigned __int64 uint64;
|