/prebuilt/windows/sdl/host/include/SDL/ |
SDL_endian.h | 130 static __inline__ Uint64 SDL_Swap64(Uint64 x) 134 Uint64 u; 143 static __inline__ Uint64 SDL_Swap64(Uint64 x) 149 static __inline__ Uint64 SDL_Swap64(Uint64 x) 194 extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops *src); 195 extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops *src); 202 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value) [all...] |
SDL_types.h | 75 typedef unsigned SDL_HAS_64BIT_TYPE Uint64; 83 } Uint64, Sint64; 96 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
|
/external/stlport/src/ |
num_get_float.cpp | 104 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 v0 = v & low_mask [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 104 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 v0 = v & low_mask [all...] |
/external/chromium/base/ |
rand_util_posix.cc | 45 uint64 RandUint64() { 46 uint64 number;
|
/external/chromium/chrome/common/ |
guid_unittest.cc | 13 uint64 bytes[] = { 0, 0 }; 19 uint64 bytes[] = { 0x0123456789ABCDEFULL, 0xFEDCBA9876543210ULL };
|
/external/chromium/net/spdy/ |
spdy_io_buffer.h | 49 uint64 position_; 51 static uint64 order_; // Maintains a FIFO order for equal priorities.
|
/external/chromium/net/base/ |
upload_data.cc | 44 uint64 UploadData::Element::GetContentLength() { 49 return static_cast<uint64>(bytes_.size()); 83 if (file_range_offset_ >= static_cast<uint64>(length)) 144 uint64 offset, uint64 length, 172 uint64 UploadData::GetContentLength() { 173 uint64 len = 0;
|
network_delegate.cc | 20 int NetworkDelegate::NotifyBeforeSendHeaders(uint64 request_id,
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_endian.h | 129 static __inline__ Uint64 SDL_Swap64(Uint64 x) 133 Uint64 u; 142 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
weight.h | 87 const uint64 kLeftSemiring = 0x0000000000000001ULL; 90 const uint64 kRightSemiring = 0x0000000000000002ULL; 92 const uint64 kSemiring = kLeftSemiring | kRightSemiring; 95 const uint64 kCommutative = 0x0000000000000004ULL; 98 const uint64 kIdempotent = 0x0000000000000008ULL; 101 const uint64 kPath = 0x0000000000000010ULL; 126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring;
|
map.h | 60 // uint64 Properties(uint64 props) const; 88 uint64 props = fst->Properties(kFstProperties, false); 222 uint64 iprops = ifst.Properties(kCopyProperties, false); 223 uint64 oprops = ofst->Properties(kFstProperties, false); 410 uint64 props = fst_->Properties(kCopyProperties, false); 502 virtual uint64 Properties(uint64 mask, bool test) const { 504 uint64 known, test = TestProperties(*this, mask, &known); 629 uint64 Properties(uint64 props) const { return props; [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_endian.h | 129 static __inline__ Uint64 SDL_Swap64(Uint64 x) 133 Uint64 u; 142 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_endian.h | 129 static __inline__ Uint64 SDL_Swap64(Uint64 x) 133 Uint64 u; 142 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_endian.h | 129 static __inline__ Uint64 SDL_Swap64(Uint64 x) 133 Uint64 u; 142 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/external/dbus/test/data/valid-introspection-files/ |
lots-of-types.xml | 39 <arg name="theUint64" type="uint64"/> 42 <arg name="theUint64" type="uint64" direction="out"/> 45 <arg name="newUint64Value" type="uint64"/>
|
/external/protobuf/src/google/protobuf/ |
unknown_field_set.h | 100 void AddVarint(int number, uint64 value); 102 void AddFixed64(int number, uint64 value); 149 inline uint64 varint() const; 151 inline uint64 fixed64() const; 155 inline void set_varint(uint64 value); 157 inline void set_fixed64(uint64 value); 174 uint64 varint_; 176 uint64 fixed64_; 219 inline uint64 UnknownField::varint () const { 227 inline uint64 UnknownField::fixed64() const [all...] |
extension_set.cc | 277 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64) 613 HANDLE_TYPE( UINT64, uint64, RepeatedField < uint64>); 655 HANDLE_TYPE(UINT64, uint64, UInt64); 747 HANDLE_TYPE( UINT64, UInt64, uint64) [all...] |
wire_format_lite_inl.h | 67 uint64 temp; 79 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>( 81 uint64* value) { 97 uint64 temp; 109 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_FIXED64>( 111 uint64* value) { 127 uint64 temp; 145 uint64 temp; 178 uint64, WireFormatLite::TYPE_FIXED64>( 180 uint64* value) [all...] |
/external/chromium/chrome/browser/policy/proto/ |
device_management_local.proto | 20 optional uint64 timestamp = 2;
|
/external/chromium/crypto/third_party/nss/ |
README.chromium | 12 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
|
/frameworks/ex/variablespeed/jni/ |
integral_types.h | 31 typedef unsigned long long uint64; // NOLINT typedef
|
/external/chromium/android/jni/ |
platform_file_jni.cc | 53 uint64 contentUrlSize(const FilePath& name) { 66 return static_cast<uint64>(length);
|
/external/chromium/chrome/browser/renderer_host/ |
offline_resource_handler.h | 35 virtual bool OnUploadProgress(int request_id, uint64 position, uint64 size);
|
save_file_resource_handler.h | 25 virtual bool OnUploadProgress(int request_id, uint64 position, uint64 size);
|