Searched defs:uint64 (Results 1 - 25 of 44) sorted by last modified time

12

/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/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/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/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/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/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/openfst/src/include/fst/
H A Dtypes.h36 typedef uint64_t 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/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/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h33 typedef uint64_t uint64; typedef
/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));
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py127 def uint64(self): member in class:BinaryReader
144 return self.uint64()
/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/lldb/tools/debugserver/source/
H A DDNBDefs.h288 uint64_t uint64; member in union:DNBRegisterValue::__anon25388
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; typedef
44 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/libpcap/
H A Dpcap-dos.h59 typedef unsigned long long uint64; typedef
64 typedef unsigned __int64 uint64; typedef
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h28 typedef unsigned __int64 uint64; typedef
/external/chromium_org/third_party/smhasher/src/
H A DCity.h60 typedef uint64_t uint64; typedef
61 typedef std::pair<uint64, uint64> uint128;
63 inline uint64 Uint128Low64(const uint128& x) { return x.first; }
64 inline uint64 Uint128High64(const uint128& x) { return x.second; }
67 uint64 CityHash64(const char *buf, size_t len);
71 uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed);
75 uint64 CityHash64WithSeeds(const char *buf, size_t len,
76 uint64 seed
[all...]
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/webrtc/base/
H A Dbasictypes.h29 typedef unsigned __int64 uint64; typedef
39 // On Mac OS X, cssmconfig.h defines uint64 as uint64_t
42 typedef uint64_t uint64; typedef
52 typedef unsigned long uint64; // NOLINT typedef
62 typedef unsigned long long uint64; // NOLINT typedef
/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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer

Completed in 588 milliseconds

12