Searched defs:uint64 (Results 26 - 44 of 44) sorted by relevance

12

/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/chromium_org/third_party/cld/base/
H A Dbasictypes.h54 typedef unsigned long uint64; typedef
56 typedef unsigned long long uint64; typedef
68 const uint64 kuint64max = ((uint64) GG_LONGLONG(0xFFFFFFFFFFFFFFFF));
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h32 typedef unsigned __int64 uint64; typedef
39 typedef uint64_t uint64; typedef
55 uint64 *hash1, // in/out: in seed 1, out hash value 1
56 uint64 *hash2); // in/out: in seed 2, out hash value 2
61 static uint64 Hash64(
64 uint64 seed) // seed
66 uint64 hash1 = seed;
79 uint64 hash1 = seed, hash2 = seed;
88 uint64 seed1, // any 64-bit value will do, including 0
89 uint64 seed
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h71 typedef uint64_t uint64; typedef
75 const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max );
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h71 typedef uint64_t uint64; typedef
75 const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max );
/external/lldb/include/lldb/Core/
H A DRegisterValue.h79 m_data.uint64 = inst;
243 m_data.uint64 = uint;
300 m_data.uint64 = uint;
388 uint64_t uint64; member in union:lldb_private::RegisterValue::__anon25227
/external/stressapptest/src/
H A Dsattypes.h42 typedef unsigned long long uint64; typedef
67 uint64 l64;
94 typedef uint64 cpu_set_t;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h52 * int32, uint32, int64, and uint64 because some of these int
101 * uint64
105 typedef PRUint64 uint64; typedef
/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/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h183 typedef unsigned __int64 uint64; typedef in namespace:google::protobuf
193 typedef uint64_t uint64; typedef in namespace:google::protobuf
217 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF);
/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/include/fpu/
H A Dsoftfloat.h62 typedef uint64_t uint64; typedef
235 float32 uint64_to_float32( uint64 STATUS_PARAM );
237 float64 uint64_to_float64( uint64 STATUS_PARAM );
240 float128 uint64_to_float128( uint64 STATUS_PARAM );
382 uint64 float64_to_uint64 (float64 a STATUS_PARAM);
383 uint64 float64_to_uint64_round_to_zero (float64 a STATUS_PARAM);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h288 uint64_t uint64; member in union:DNBRegisterValue::__anon25388
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py127 def uint64(self): member in class:BinaryReader
144 return self.uint64()
/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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c535 GLuint64 uint64; member in union:uint64_pair
7548 p.uint64 = timeout;
8888 CALL_WaitSync(ctx->Exec, (n[1].data, n[2].bf, p.uint64));
/external/mesa3d/src/mesa/main/
H A Ddlist.c535 GLuint64 uint64; member in union:uint64_pair
7548 p.uint64 = timeout;
8888 CALL_WaitSync(ctx->Exec, (n[1].data, n[2].bf, p.uint64));

Completed in 429 milliseconds

12