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

/external/openfst/src/include/fst/
H A Dtypes.h36 typedef uint64_t uint64; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h32 typedef unsigned __int64 uint64; typedef
42 typedef unsigned long long uint64; typedef
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h22 typedef unsigned __int64 uint64; typedef
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h96 typedef uint64_t uint64; typedef in namespace:google
101 typedef u_int64_t uint64;
106 typedef unsigned __int64 uint64;
145 bool RegisterFlagValidator(const uint64* flag,
146 bool (*validate_fn)(const char*, uint64));
316 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
491 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
492 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h53 typedef unsigned __int64 uint64; typedef
63 typedef unsigned long long uint64; typedef
/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.h69 typedef uint64_t uint64; typedef in namespace:re2
115 static inline uint64 Hash64StringWithSeed(const char* s, int len, uint32 seed) {
120 return ((uint64)x << 32) | y;
/external/chromium/base/
H A Dbasictypes.h58 typedef unsigned long uint64; typedef
60 typedef unsigned long long uint64; typedef
72 const uint64 kuint64max = ((uint64) GG_LONGLONG(0xFFFFFFFFFFFFFFFF));
/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/stressapptest/src/
H A Dsattypes.h42 typedef unsigned long long uint64; typedef
67 uint64 l64;
94 typedef uint64 cpu_set_t;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h44 typedef unsigned long long uint64; typedef
/external/libpcap/
H A Dpcap-dos.h59 typedef unsigned long long uint64; typedef
64 typedef unsigned __int64 uint64; typedef
/external/stlport/src/
H A Dnum_get_float.cpp104 typedef unsigned __int64 uint64; typedef
110 typedef uint64_t uint64; typedef
119 static void _Stl_mult64(const uint64 u, const uint64 v,
120 uint64& high, uint64& low) {
121 const uint64 low_mask = ULL(0xffffffff);
122 const uint64 u0 = u & low_mask;
123 const uint64 u1 = u >> 32;
124 const uint64 v
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h138 typedef unsigned __int64 uint64; typedef in namespace:google::protobuf
148 typedef uint64_t uint64; typedef in namespace:google::protobuf
172 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF);
/external/qemu/fpu/
H A Dsoftfloat.h65 typedef uint64_t uint64; typedef
260 float32 uint64_to_float32( uint64 STATUS_PARAM );
262 float64 uint64_to_float64( uint64 STATUS_PARAM );
420 uint64 float64_to_uint64 (float64 a STATUS_PARAM);
421 uint64 float64_to_uint64_round_to_zero (float64 a STATUS_PARAM);
/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);

Completed in 663 milliseconds