Searched defs:uint64 (Results 1 - 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h33 typedef uint64_t uint64; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h86 typedef UnsignedInteger<64>::type uint64; typedef in namespace:ceres::internal
/external/dng_sdk/source/
H A Ddng_types.h49 typedef uint64_t uint64; typedef
73 typedef unsigned long long uint64; typedef
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h46 typedef unsigned long long uint64; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; // NOLINT typedef
44 typedef unsigned long long uint64; // NOLINT typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h26 typedef unsigned __int64 uint64; typedef
37 typedef unsigned long uint64; // NOLINT typedef
47 typedef unsigned long long uint64; // NOLINT typedef
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c36 uint64_t uint64; member in union:pointer_hack
45 ph.uint64 = 0;
47 ph.uint64 = (ph.uint64 + 15) & ~15;
/external/mmc-utils/3rdparty/hmac_sha/
H A Dsha2.h55 typedef unsigned long long uint64; typedef
73 uint64 h[8];
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp50 typedef std::uint64_t uint64; typedef in namespace:glm::detail
54 typedef uint64_t uint64;
57 typedef unsigned __int64 uint64;
60 __extension__ typedef unsigned long long uint64;
63 typedef Uint64 uint64;
66 typedef unsigned long long uint64;
77 typedef uint64 uint64;
97 typedef detail::uint64 uint64; typedef in namespace:glm
[all...]
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h100 typedef uint64_t uint64; typedef in namespace:google
105 typedef u_int64_t uint64;
110 typedef unsigned __int64 uint64;
149 bool RegisterFlagValidator(const uint64* flag,
150 bool (*validate_fn)(const char*, uint64));
316 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
496 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h84 typedef unsigned __int64 uint64; typedef
87 typedef unsigned long long uint64; typedef
/external/regex-re2/util/
H A Dutil.h74 typedef uint64_t uint64; typedef in namespace:re2
123 static inline uint64 Hash64StringWithSeed(const char* s, int len, uint32 seed) {
128 return ((uint64)x << 32) | y;
/external/dbus/tools/
H A Ddbus-send.c65 dbus_uint64_t uint64; local
110 uint64 = strtoull (value, NULL, 0);
111 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT64, &uint64);
208 else if (!strcmp (arg, "uint64"))
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h107 typedef uint64_t uint64; typedef in namespace:google
112 typedef u_int64_t uint64;
117 typedef unsigned __int64 uint64;
162 bool RegisterFlagValidator(const uint64* flag,
163 bool (*validate_fn)(const char*, uint64));
338 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
532 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h130 typedef uint64_t uint64;
135 typedef u_int64_t uint64; typedef in namespace:google
140 typedef unsigned __int64 uint64; typedef in namespace:google
185 GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag,
186 bool (*validate_fn)(const char*, uint64));
360 extern GFLAGS_DLL_DECL uint64 Uint64FromEnv(const char *varname, uint64 defval);
552 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
553 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
/external/libpcap/
H A Dpcap-dos.h57 typedef unsigned long long uint64; typedef
62 typedef unsigned __int64 uint64; typedef
/external/opencv3/modules/hal/include/opencv2/hal/
H A Ddefs.h266 uint64 - unsigned 8 byte integer
290 typedef unsigned __int64 uint64; typedef
295 typedef uint64_t uint64; typedef
316 uint64 u;
619 template<typename _Tp> static inline _Tp saturate_cast(uint64 v) { return _Tp(v); }
630 template<> inline uchar saturate_cast<uchar>(int64 v) { return (uchar)((uint64)v <= (uint64)UCHAR_MAX ? v : v > 0 ? UCHAR_MAX : 0); }
631 template<> inline uchar saturate_cast<uchar>(uint64 v) { return (uchar)std::min(v, (uint64)UCHAR_MAX); }
640 template<> inline schar saturate_cast<schar>(int64 v) { return (schar)((uint64)((int6
[all...]
/external/opencv3/modules/imgcodecs/test/
H A Dtest_grfmt.cpp552 #define uint64 uint64_hack_ macro
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h168 typedef unsigned __int64 uint64; typedef in namespace:google::protobuf
178 typedef uint64_t uint64; typedef in namespace:google::protobuf
202 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF);
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dtype_precision.hpp352 typedef detail::uint64 lowp_uint64;
368 typedef detail::uint64 lowp_uint64_t;
384 typedef detail::uint64 lowp_u64;
400 typedef detail::uint64 mediump_uint64;
416 typedef detail::uint64 mediump_uint64_t;
432 typedef detail::uint64 mediump_u64;
448 typedef detail::uint64 highp_uint64;
464 typedef detail::uint64 highp_uint64_t;
480 typedef detail::uint64 highp_u64;
496 typedef detail::uint64 uint6 typedef in namespace:glm
[all...]
/external/opencv3/3rdparty/libtiff/
H A Dtiff.h64 * 64-bit quantities int64/uint64
78 typedef TIFF_UINT64_T uint64; typedef
107 uint64 tiff_diroff; /* byte offset to first directory */
/external/opencv/cxcore/include/
H A Dcxtypes.h143 typedef unsigned __int64 uint64; typedef
146 typedef unsigned long long uint64; typedef
174 uint64 u;
301 typedef uint64 CvRNG;
305 CvRNG rng = seed ? (uint64)seed : (uint64)(int64)-1;
312 uint64 temp = *rng;
313 temp = (uint64)(unsigned)temp*1554115554 + (temp >> 32);
/external/pdfium/third_party/libtiff/
H A Dtiff.h64 * 64-bit quantities int64/uint64
78 typedef TIFF_UINT64_T uint64; typedef
107 uint64 tiff_diroff; /* byte offset to first directory */
/external/vulkan-validation-layers/libs/glm/
H A Dfwd.hpp739 typedef detail::uint64 lowp_uint64;
756 typedef detail::uint64 lowp_uint64_t;
773 typedef detail::uint64 lowp_u64;
791 typedef detail::uint64 mediump_uint64;
807 typedef detail::uint64 mediump_uint64_t;
823 typedef detail::uint64 mediump_u64;
841 typedef detail::uint64 highp_uint64;
857 typedef detail::uint64 highp_uint64_t;
873 typedef detail::uint64 highp_u64;
891 typedef detail::uint64 uint6 typedef in namespace:glm
[all...]

Completed in 1262 milliseconds

12