/external/chromium_org/net/tools/quic/ |
quic_epoll_clock_test.cc | 50 EXPECT_LE(static_cast<uint64>(start.ToTimeT()), now.ToUNIXSeconds()); 51 EXPECT_LE(now.ToUNIXSeconds(), static_cast<uint64>(end.ToTimeT()));
|
/external/chromium_org/third_party/re2/patches/ |
remove-valgrind-code.patch | 27 @@ -119,8 +121,6 @@ static inline uint64 Hash64StringWithSeed(const char* s, int len, uint32 seed) { 28 return ((uint64)x << 32) | y;
|
/external/lzma/C/Util/Lzma/ |
LzmaUtil.c | 56 UInt64 unpackSize)
58 int thereIsSize = (unpackSize != (UInt64)(Int64)-1);
110 UInt64 unpackSize;
125 unpackSize += (UInt64)header[LZMA_PROPS_SIZE + i] << (i * 8);
134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs)
201 size_t t8 = sizeof(UInt64);
203 return PrintError(rs, "Incorrect UInt32 or UInt64");
220 UInt64 fileSize;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zDecode.h | 52 UInt64 startPos,
53 const UInt64 *packSizes,
|
7zExtract.cpp | 25 UInt64 UnpackSize;
52 UInt64 importantTotalUnpacked = 0;
119 UInt64 unpackSize = folderInfo.GetUnpackSize();
131 // UInt64 unpackSize = _db.Files[startIndex + index].UnpackSize;
151 UInt64 totalPacked = 0;
152 UInt64 totalUnpacked = 0;
153 UInt64 curPacked, curUnpacked;
208 UInt64 folderStartPackPos = db.GetFolderStreamPos(folderIndex, 0);
|
/external/lzma/CPP/7zip/Common/ |
InBuffer.h | 23 UInt64 _processedSize;
77 UInt64 GetProcessedSize() const { return _processedSize + (_buffer - _bufferBase); }
|
/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/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/net/quic/ |
quic_data_reader.cc | 28 bool QuicDataReader::ReadUInt48(uint64* result) { 46 bool QuicDataReader::ReadUInt64(uint64* result) { 51 uint64 high_hash; 52 uint64 low_hash; 65 bool QuicDataReader::ReadUFloat16(uint64* result) {
|
/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)
|
/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/chromium_org/net/disk_cache/simple/ |
simple_index.cc | 58 bool operator()(uint64 hash1, uint64 hash2); 67 bool CompareHashesForTimestamp::operator()(uint64 hash1, uint64 hash2) { 130 uint64 tmp_entry_size; 260 void SimpleIndex::Insert(uint64 entry_hash) { 272 void SimpleIndex::Remove(uint64 entry_hash) { 285 bool SimpleIndex::Has(uint64 hash) const { 291 bool SimpleIndex::UseIfExists(uint64 entry_hash) { 317 std::vector<uint64> entry_hashes [all...] |
simple_backend_impl.cc | 257 void SimpleBackendImpl::OnDoomStart(uint64 entry_hash) { 264 void SimpleBackendImpl::OnDoomComplete(uint64 entry_hash) { 267 base::hash_map<uint64, std::vector<Closure> >::iterator it = 277 void SimpleBackendImpl::DoomEntries(std::vector<uint64>* entry_hashes, 279 scoped_ptr<std::vector<uint64> > 280 mass_doom_entry_hashes(new std::vector<uint64>()); 283 std::vector<uint64> to_doom_individually_hashes; 291 const uint64 entry_hash = (*mass_doom_entry_hashes)[i]; 311 for (std::vector<uint64>::const_iterator 320 for (std::vector<uint64>::const_iterator it = mass_doom_entry_hashes->begin() [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/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) {
|