/external/lzma/CPP/7zip/UI/Common/ |
DirItem.h | 12 UInt64 Size;
56 UInt64 Size;
|
ArchiveExtractCallback.cpp | 32 UInt64 packSize)
56 STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 size)
66 static void NormalizeVals(UInt64 &v1, UInt64 &v2)
68 const UInt64 kMax = (UInt64)1 << 31;
76 static UInt64 MyMultDiv64(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal) [all...] |
/external/lzma/CPP/Common/ |
C_FileIO.cpp | 32 bool CFileBase::GetLength(UInt64 &length) const
37 length = (UInt64)lengthTemp;
|
IntToString.cpp | 7 void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base)
29 void ConvertUInt64ToString(UInt64 value, wchar_t *s)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.h | 156 uint64 start, uint64 end, const char *flags, 157 uint64 offset, int64 inode, const char *filename, 172 // The offsets are all uint64 in order to handle the case of a 178 bool Next(uint64 *start, uint64 *end, char **flags, 179 uint64 *offset, int64 *inode, char **filename); 181 bool NextExt(uint64 *start, uint64 *end, char **flags, 182 uint64 *offset, int64 *inode, char **filename [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.h | 156 uint64 start, uint64 end, const char *flags, 157 uint64 offset, int64 inode, const char *filename, 172 // The offsets are all uint64 in order to handle the case of a 178 bool Next(uint64 *start, uint64 *end, char **flags, 179 uint64 *offset, int64 *inode, char **filename); 181 bool NextExt(uint64 *start, uint64 *end, char **flags, 182 uint64 *offset, int64 *inode, char **filename [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_index.cc | 54 bool operator()(uint64 hash1, uint64 hash2); 63 bool CompareHashesForTimestamp::operator()(uint64 hash1, uint64 hash2) { 77 EntryMetadata::EntryMetadata(base::Time last_used_time, uint64 entry_size) 91 COMPILE_ASSERT(sizeof(EntryMetadata) == (sizeof(int64) + sizeof(uint64)), 207 const uint64 hash_key = simple_util::GetEntryHashKey(key); 217 const uint64 hash_key = simple_util::GetEntryHashKey(key); 229 bool SimpleIndex::Has(uint64 hash) const { 260 scoped_ptr<std::vector<uint64> > entry_hashes(new std::vector<uint64>()) [all...] |
/external/chromium_org/net/quic/congestion_control/ |
cubic_test.cc | 40 uint64 cube = i * i * i; 49 for (uint64 i = 1300; i < 20000; i += 100) { 50 uint64 cube = i * i * i; 57 for (uint64 i = 20000; i < 130000; i *= 2) { 58 uint64 cube = i * i * i;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
cpumonitor.cc | 64 static uint64 TimeValueTToInt64(const time_value_t &time_value) { 159 float CpuSampler::UpdateCpuLoad(uint64 current_total_times, 160 uint64 current_cpu_times, 161 uint64 *prev_total_times, 162 uint64 *prev_cpu_times) { 168 const uint64 cpu_diff = current_cpu_times - *prev_cpu_times; 169 const uint64 total_diff = current_total_times - *prev_total_times; 189 uint64 total_times, cpu_times; 227 uint64 current_idle = 0; 228 uint64 current_kernel = 0 [all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2.cpp | 94 static void SetSizes(const UInt64 **srcSizes, CRecordVector<UInt64> &sizes,
95 CRecordVector<const UInt64 *> &sizePointers, UInt32 numItems)
114 void CCoderInfo2::SetCoderInfo(const UInt64 **inSizes,
115 const UInt64 **outSizes)
|
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/lzma/CPP/7zip/Archive/ |
LzmaHandler.cpp | 44 UInt64 Size;
49 bool HasSize() const { return (Size != (UInt64)(Int64)-1); }
65 (!HasSize() || Size < ((UInt64)1 << 56)) &&
81 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); }
89 static const UInt64 k_BCJ = 0x03030103;
150 const UInt64 *Size = header.HasSize() ? &header.Size : NULL;
181 UInt64 _startPosition;
182 UInt64 _packSize;
280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
295 UInt64 endPos; [all...] |
/external/openfst/src/include/fst/ |
rational.h | 110 uint64 Properties() const { return Properties(kFstProperties); } 113 uint64 Properties(uint64 mask) const { 123 uint64 props1 = fst1.Properties(kFstProperties, false); 124 uint64 props2 = fst2.Properties(kFstProperties, false); 145 uint64 props1 = fst1.Properties(kFstProperties, false); 146 uint64 props2 = fst2.Properties(kFstProperties, false); 168 uint64 props = fst.Properties(kFstProperties, false); 196 uint64 props1 = FstImpl<A>::Properties(); 197 uint64 props2 = fst.Properties(kFstProperties, false) [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 182 HRESULT PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs,
183 const UInt64 *size, const UInt64 *compressedSize);
291 g_StdOut << (UInt64)index;
359 static void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *value)
368 HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs,
369 const UInt64 *size, const UInt64 *compressedSize) [all...] |
/external/ceres-solver/internal/ceres/ |
collections_port.h | 107 inline void hash_mix(uint64& a, uint64& b, uint64& c) { 126 inline uint64 Hash64NumWithSeed(uint64 num, uint64 c) { 128 uint64 b = GG_ULONGLONG(0xe08c1d668b756f82);
|
/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;
|
/external/chromium_org/chrome/browser/metrics/ |
thread_watcher_unittest.cc | 65 uint64 ping_sent_; 66 uint64 pong_received_; 67 uint64 success_response_; 68 uint64 failed_response_; 70 uint64 saved_ping_sequence_number_; 139 virtual void OnPongMessage(uint64 ping_sequence_number) OVERRIDE { 145 virtual void OnCheckResponsiveness(uint64 ping_sequence_number) OVERRIDE { 467 EXPECT_GT(io_watcher_->ping_sent_, static_cast<uint64>(0)); 468 EXPECT_GT(io_watcher_->pong_received_, static_cast<uint64>(0)); 471 EXPECT_GE(io_watcher_->saved_ping_sequence_number_, static_cast<uint64>(0)) [all...] |
/external/chromium_org/net/quic/ |
quic_utils.cc | 20 uint64 QuicUtils::FNV1a_64_Hash(const char* data, int len) { 21 static const uint64 kOffset = GG_UINT64_C(14695981039346656037); 22 static const uint64 kPrime = GG_UINT64_C(1099511628211); 26 uint64 hash = kOffset; 107 const uint64 lo = Uint128Low64(v); 108 const uint64 hi = Uint128High64(v); 116 uint64 lo, hi;
|
/external/chromium_org/third_party/lzma_sdk/ |
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/chromium_org/third_party/ots/third_party/lzma_sdk/ |
Types.h | 74 typedef unsigned long UInt64; 80 typedef unsigned __int64 UInt64; 84 typedef unsigned long long int UInt64; 185 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset); 223 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); 225 Value (UInt64)(Int64)-1 for size means unknown value. */
|
/external/chromium_org/third_party/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/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/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;
|