/external/lzma/C/ |
Types.h | 73 typedef unsigned long UInt64;
79 typedef unsigned __int64 UInt64;
83 typedef unsigned long long int UInt64;
184 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
224 Value (UInt64)(Int64)-1 for size means unknown value. */
|
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2MT.cpp | 52 static void SetSizes(const UInt64 **srcSizes, CRecordVector<UInt64> &sizes,
53 CRecordVector<const UInt64 *> &sizePointers, UInt32 numItems)
73 void CCoder2::SetCoderInfo(const UInt64 **inSizes, const UInt64 **outSizes)
189 const UInt64 ** /* inSizes */,
192 const UInt64 ** /* outSizes */,
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_endian.h | 144 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 Uint64 u; 157 static __inline__ Uint64 SDL_Swap64(Uint64 x) 163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/external/skia/src/utils/win/ |
SkDWriteFontFileStream.cpp | 113 UINT64 realFileSize = 0; 126 UINT64 fileSize; 173 UINT64 fileOffset, 174 UINT64 fragmentSize, 178 UINT64 fileSize; 223 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) { 228 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetLastWriteTime(UINT64* lastWriteTime) {
|
/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...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_endian.h | 144 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 Uint64 u; 157 static __inline__ Uint64 SDL_Swap64(Uint64 x) 163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_endian.h | 144 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 Uint64 u; 157 static __inline__ Uint64 SDL_Swap64(Uint64 x) 163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_endian.h | 144 static __inline__ Uint64 SDL_Swap64(Uint64 x) 148 Uint64 u; 157 static __inline__ Uint64 SDL_Swap64(Uint64 x) 163 static __inline__ Uint64 SDL_Swap64(Uint64 x)
|
/external/chromium_org/google_apis/gcm/base/ |
socket_stream_unittest.cc | 23 const uint64 kReadDataSize = arraysize(kReadData) - 1; 25 const uint64 kReadData2Size = arraysize(kReadData2) - 1; 27 const uint64 kWriteDataSize = arraysize(kWriteData) - 1; 41 base::StringPiece DoInputStreamRead(uint64 bytes); 43 uint64 DoOutputStreamWrite(const base::StringPiece& write_src); 104 base::StringPiece GCMSocketStreamTest::DoInputStreamRead(uint64 bytes) { 105 uint64 total_bytes_read = 0; 133 uint64 GCMSocketStreamTest::DoOutputStreamWrite( 136 uint64 total_bytes_written = 0; 144 uint64 bytes_to_write = (static_cast<uint64>(size) < bytes ? size : bytes) [all...] |
/external/chromium_org/net/quic/congestion_control/ |
cube_root.cc | 12 int FindMostSignificantBit(uint64 x) { 61 uint32 CubeRoot::Root(uint64 a) { 76 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
unknown_field_set.h | 115 void AddVarint(int number, uint64 value); 117 void AddFixed64(int number, uint64 value); 174 inline uint64 varint() const; 176 inline uint64 fixed64() const; 180 inline void set_varint(uint64 value); 182 inline void set_fixed64(uint64 value); 209 uint64 varint_; 211 uint64 fixed64_; 257 inline uint64 UnknownField::varint () const { 265 inline uint64 UnknownField::fixed64() const [all...] |
extension_set.cc | 300 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64) 717 HANDLE_TYPE( UINT64, uint64, RepeatedField < uint64>); 759 HANDLE_TYPE(UINT64, uint64, UInt64); [all...] |
/external/libyuv/files/include/libyuv/ |
basic_types.h | 23 typedef unsigned __int64 uint64; typedef 34 typedef unsigned long uint64; // NOLINT typedef 44 typedef unsigned long long uint64; // NOLINT typedef
|
/external/lzma/CPP/7zip/Common/ |
MethodProps.cpp | 11 static const UInt64 k_LZMA = 0x030101;
12 static const UInt64 k_LZMA2 = 0x21;
14 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder)
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.h | 134 CRecordVector<UInt64> VolumesSizes;
156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \
|
/external/lzma/CPP/Windows/ |
FileIO.cpp | 169 bool CFileBase::GetPosition(UInt64 &position) const
174 bool CFileBase::GetLength(UInt64 &length) const
189 length = (((UInt64)sizeHigh) << 32) + sizeLow;
193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const
213 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition)
220 UInt64 newPosition;
224 bool CFileBase::SeekToEnd(UInt64 &newPosition)
239 fileInfo.Size = (((UInt64)winFileInfo.nFileSizeHigh) << 32) + winFileInfo.nFileSizeLow;
241 fileInfo.FileIndex = (((UInt64)winFileInfo.nFileIndexHigh) << 32) + winFileInfo.nFileIndexLow; [all...] |
PropVariantConversions.cpp | 12 static UString ConvertUInt64ToString(UInt64 value)
95 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop)
102 case VT_UI8: return (UInt64)prop.uhVal.QuadPart;
|
/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...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 46 static const uint64 MAX_ADDRESS = kuint64max; 107 uint64 first_address, 108 uint64 last_address, 139 uint64 first_address, 140 uint64 last_address, 143 uint64 page_address = (first_address / page_size) * page_size; 177 uint64 pagecount = ReadPageCount(state.pfn); 224 uint64 DeepHeapProfile::MemoryInfoGetterLinux::ReadPageCount(uint64 pfn) const { 229 uint64 kpagecount_value [all...] |
/external/openfst/src/include/fst/ |
arc-map.h | 91 // uint64 Properties(uint64 props) const; 125 uint64 props = fst->Properties(kFstProperties, false); 216 uint64 iprops = ifst.Properties(kCopyProperties, false); 285 uint64 oprops = ofst->Properties(kFstProperties, false); 429 uint64 Properties() const { return Properties(kFstProperties); } 432 uint64 Properties(uint64 mask) const { 506 uint64 props = fst_->Properties(kCopyProperties, false); 700 uint64 Properties(uint64 props) const { return props; [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zOut.cpp | 63 static void SetUInt64(Byte *p, UInt64 d)
151 UInt64 COutArchive::GetPos() const
195 void COutArchive::WriteUInt64(UInt64 value)
204 void COutArchive::WriteNumber(UInt64 value)
211 if (value < ((UInt64(1) << ( 7 * (i + 1)))))
227 static UInt32 GetBigNumberSize(UInt64 value)
231 if (value < (((UInt64)1 << (i * 7))))
237 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) [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
|