/external/chromium_org/content/ppapi_plugin/ |
broker_process_dispatcher.h | 42 uint64 flags, 43 uint64 max_age); 69 uint64 flags, 70 uint64 max_age);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_service_record_win.h | 20 uint64 blob_size,
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file.h | 29 const uint64 kSimpleIndexMagicNumber = GG_UINT64_C(0x656e74657220796f); 57 IndexMetadata(uint64 number_of_entries, uint64 cache_size); 64 uint64 GetNumberOfEntries() { return number_of_entries_; } 70 uint64 magic_number_; 72 uint64 number_of_entries_; 73 uint64 cache_size_; // Total cache storage size in bytes. 88 uint64 cache_size, 94 virtual void DoomEntrySet(scoped_ptr<std::vector<uint64> > entry_hashes,
|
/external/chromium_org/net/quic/ |
quic_data_reader.cc | 25 bool QuicDataReader::ReadUInt48(uint64* result) { 43 bool QuicDataReader::ReadUInt64(uint64* result) { 48 uint64 high_hash; 49 uint64 low_hash;
|
/external/chromium_org/net/quic/test_tools/ |
mock_random.cc | 17 uint64 MockRandom::RandUint64() {
|
/external/chromium_org/net/websockets/ |
websocket_frame_parser.cc | 28 const uint64 kMaxPayloadLengthWithoutExtendedLengthField = 125; 29 const uint64 kPayloadLengthWithTwoByteExtendedLengthField = 126; 30 const uint64 kPayloadLengthWithEightByteExtendedLengthField = 127; 122 uint64 payload_length = second_byte & kPayloadLengthMask; 138 payload_length > static_cast<uint64>(kint64max)) { 140 } else if (payload_length > static_cast<uint64>(kint32max)) { 176 uint64 next_size = std::min<uint64>( 180 DCHECK_LE(next_size, static_cast<uint64>(kint32max));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sha1.h | 17 // TODO: Change bit count to uint64.
|
/external/lzma/CPP/7zip/Common/ |
LockedStream.cpp | 7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size,
|
MethodId.cpp | 13 UString ConvertMethodIdToString(UInt64 id)
|
MethodProps.h | 39 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder);
|
StreamBinder.h | 18 UInt64 ProcessedSize;
|
/external/lzma/CPP/7zip/Compress/ |
LzmaDecoder.cpp | 70 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize)
80 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
93 UInt64 startInProgress = _inSizeProcessed;
110 const UInt64 rem = _outSize - _outSizeProcessed;
153 UInt64 inSize = _inSizeProcessed - startInProgress;
160 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
189 const UInt64 rem = _outSize - _outSizeProcessed;
214 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress)
|
PpmdEncoder.cpp | 74 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
93 UInt64 processed = 0;
113 UInt64 outSize = _outStream.GetProcessed();
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveOpenCallback.cpp | 16 STDMETHODIMP COpenCallbackImp::SetTotal(const UInt64 *files, const UInt64 *bytes)
27 STDMETHODIMP COpenCallbackImp::SetCompleted(const UInt64 *files, const UInt64 *bytes)
|
/external/lzma/CPP/Common/ |
StdOutStream.h | 27 CStdOutStream & operator<<(UInt64 number);
|
/external/stressapptest/src/ |
queue.h | 40 uint64 offset; 42 uint64 paddr; 46 uint64 ts; // Timestamp of the last read from this page. 64 explicit PageEntryQueue(uint64 queuesize);
|
/external/valgrind/main/coregrind/m_gdbserver/ |
s390x-linux64-valgrind-s1.xml | 12 <reg name="orig_r2s1" bitsize="64" type="uint64" group="system"/>
|
s390x-linux64-valgrind-s2.xml | 12 <reg name="orig_r2s2" bitsize="64" type="uint64" group="system"/>
|
s390x-linux64.xml | 12 <reg name="orig_r2" bitsize="64" type="uint64" group="system"/>
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.cpp | 198 void CInByte2::SkipData(UInt64 size)
210 UInt64 CInByte2::ReadNumber()
216 UInt64 value = 0;
221 UInt64 highPart = firstByte & (mask - 1);
227 value |= ((UInt64)_buffer[_pos++] << (8 * i));
235 UInt64 value = ReadNumber();
250 UInt64 CInByte2::ReadUInt64()
254 UInt64 res = Get64(_buffer + _pos);
309 HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit)
322 UInt64 curTestPos = _arhiveBeginStreamPosition; [all...] |
7zHandler.cpp | 27 extern UString ConvertMethodIdToString(UInt64 id);
92 CRecordVector<UInt64> ids;
103 UInt64 id = ids[i];
132 UInt64 value;
175 static const UInt64 k_Copy = 0x0;
176 static const UInt64 k_Delta = 3;
177 static const UInt64 k_LZMA2 = 0x21;
178 static const UInt64 k_LZMA = 0x030101;
179 static const UInt64 k_PPMD = 0x030401;
240 prop = (UInt64)0; [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 113 STDMETHOD(SetTotal)(const UInt64 *files, const UInt64 *bytes);
114 STDMETHOD(SetCompleted)(const UInt64 *files, const UInt64 *bytes);
124 STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */)
129 STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files */, const UInt64 * /* bytes */)
171 STDMETHOD(SetTotal)(UInt64 size);
172 STDMETHOD(SetCompleted)(const UInt64 *completeValue); [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.h | 24 // Note that uint64 is used to represent addresses instead of uintptr_t, and 27 // uint64 for addresses, and HeapProfileTable::DumpOrderedProfile uses int 132 bool AppendBase64(uint64 value, int width); 133 bool AppendPtr(uint64 value, int width); 155 virtual size_t CommittedSize(uint64 first_address, 156 uint64 last_address, 187 virtual size_t CommittedSize(uint64 first_address, 188 uint64 last_address, 195 uint64 pfn; 203 uint64 ReadPageCount(uint64 pfn) const [all...] |
/external/chromium_org/net/disk_cache/v3/ |
disk_format_v3.h | 75 uint64 create_time; // Creation time for this set of files. 76 uint64 base_time; // Current base for timestamps. 77 uint64 old_time; // Previous time used for timestamps. 122 uint64 address : 22; 123 uint64 hash : 18; 124 uint64 timestamp : 20; 125 uint64 reuse : 4; 166 uint64 creation_time; 167 uint64 last_modified_time; 168 uint64 last_access_time [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcsort.h | 34 // Properties(uint64) that specifies the known properties of the 46 uint64 props = fst->Properties(kFstProperties, false); 94 uint64 props = fst_->Properties(kCopyProperties, false); 174 // also have a member Properties(uint64) that specifies the known 221 virtual uint64 Properties(uint64 mask, bool test) const { 223 uint64 known, test = TestProperties(*this, mask, &known); 285 uint64 Properties(uint64 props) const { 298 uint64 Properties(uint64 props) const [all...] |