/external/lzma/CPP/7zip/Archive/7z/ |
7zOut.h | 62 UInt64 _prefixHeaderPos;
66 UInt64 GetPos() const;
71 void WriteUInt64(UInt64 value);
72 void WriteNumber(UInt64 value);
73 void WriteID(UInt64 value) { WriteNumber(value); }
83 UInt64 dataOffset,
84 const CRecordVector<UInt64> &packSizes,
93 const CRecordVector<UInt64> &unpackSizes,
104 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders);
108 UInt64 &headerOffset); [all...] |
7zEncode.h | 36 const UInt64 *inSizeForReduce);
46 const UInt64 *inStreamSize, const UInt64 *inSizeForReduce,
49 CRecordVector<UInt64> &packSizes,
|
7zHeader.h | 34 UInt64 NextHeaderOffset;
35 UInt64 NextHeaderSize;
44 UInt64 ArchiveStartOffset; // data offset from end if that struct
45 UInt64 AdditionalStartBlockSize; // start signature & start header size
|
7zSpecStream.cpp | 18 UInt64 subStream, UInt64 *value)
|
/external/qemu/target-i386/ |
hax-interface.h | 35 uint64 fpu_ip; 43 uint64 fpu_dp; 54 uint64 entry; 55 uint64 value; 90 uint64 base; 115 uint64 _regs[16]; 124 uint64 _rax; 133 uint64 _rcx; 142 uint64 _rdx; 151 uint64 _rbx [all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2MT.h | 22 void SetCoderInfo(const UInt64 **inSizes, const UInt64 **outSizes);
60 const UInt64 **inSizes,
63 const UInt64 **outSizes,
73 void SetCoderInfo(UInt32 coderIndex, const UInt64 **inSizes, const UInt64 **outSizes)
75 UInt64 GetWriteProcessedSize(UInt32 binderIndex) const
|
DummyOutStream.h | 14 UInt64 _size;
21 UInt64 GetSize() const { return _size; }
|
/external/chromium_org/third_party/smhasher/src/ |
Spooky.cpp | 20 uint64 *hash1, 21 uint64 *hash2) 23 uint64 buf[sc_numVars]; 28 uint64 *p64; 41 uint64 a=*hash1; 42 uint64 b=*hash2; 43 uint64 c=sc_const; 44 uint64 d=sc_const; 48 const uint64 *end = u.p64 + (length/32)*4; 72 d = ((uint64)length) << 56 [all...] |
Spooky.h | 32 typedef unsigned __int64 uint64; typedef 39 typedef uint64_t uint64; typedef 55 uint64 *hash1, // in/out: in seed 1, out hash value 1 56 uint64 *hash2); // in/out: in seed 2, out hash value 2 61 static uint64 Hash64( 64 uint64 seed) // seed 66 uint64 hash1 = seed; 79 uint64 hash1 = seed, hash2 = seed; 88 uint64 seed1, // any 64-bit value will do, including 0 89 uint64 seed2); // different seeds produce independent hashe [all...] |
/external/lzma/CPP/7zip/Common/ |
LockedStream.h | 17 HRESULT Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize);
25 UInt64 _pos;
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos)
|
OffsetStream.cpp | 8 HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset)
21 UInt64 *newPosition)
23 UInt64 absoluteNewPosition;
32 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize)
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_host_client.h | 71 typedef std::map<uint64, ServiceWatcher::UpdatedCallback> WatcherCallbacks; 72 typedef std::map<uint64, ServiceResolver::ResolveCompleteCallback> 74 typedef std::map<uint64, LocalDomainResolver::IPAddressCallback> 89 uint64 RegisterWatcherCallback( 91 uint64 RegisterResolverCallback( 93 uint64 RegisterLocalDomainResolverCallback( 96 void UnregisterWatcherCallback(uint64 id); 97 void UnregisterResolverCallback(uint64 id); 98 void UnregisterLocalDomainResolverCallback(uint64 id); 102 void OnWatcherCallback(uint64 id [all...] |
/external/chromium_org/chromeos/dbus/ |
audio_node.h | 19 uint64 id; 25 uint64 plugged_time; 29 uint64 id, 34 uint64 plugged_time);
|
cras_audio_client_stub_impl.h | 28 virtual void SetOutputNodeVolume(uint64 node_id, int32 volume) OVERRIDE; 30 virtual void SetInputNodeGain(uint64 node_id, int32 gain) OVERRIDE; 32 virtual void SetActiveOutputNode(uint64 node_id) OVERRIDE; 33 virtual void SetActiveInputNode(uint64 node_id) OVERRIDE; 45 uint64 active_input_node_id_; 46 uint64 active_output_node_id_;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
byteorder.h | 67 inline void SetBE64(void* memory, uint64 v) { 90 inline uint64 GetBE64(const void* memory) { 91 return (static_cast<uint64>(Get8(memory, 0)) << 56) | 92 (static_cast<uint64>(Get8(memory, 1)) << 48) | 93 (static_cast<uint64>(Get8(memory, 2)) << 40) | 94 (static_cast<uint64>(Get8(memory, 3)) << 32) | 95 (static_cast<uint64>(Get8(memory, 4)) << 24) | 96 (static_cast<uint64>(Get8(memory, 5)) << 16) | 97 (static_cast<uint64>(Get8(memory, 6)) << 8) | 98 (static_cast<uint64>(Get8(memory, 7)) << 0) [all...] |
/external/lzma/CPP/7zip/ |
IProgress.h | 12 STDMETHOD(SetTotal)(UInt64 total) x; \
13 STDMETHOD(SetCompleted)(const UInt64 *completeValue) x; \
28 STDMETHOD(SetTotal)(const UInt64 *total) PURE;
29 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
|
ICoder.h | 12 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize) PURE;
18 const UInt64 *inSize, const UInt64 *outSize,
24 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
25 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
75 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value) PURE;
85 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value) PURE;
102 STDMETHOD(SetInStreamSize)(const UInt64 *inSize) PURE; [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
time.h | 14 inline uint64 MicrosecondsSinceOriginOfTime() { 24 inline uint64 MicrosecondsSinceOriginOfTime() {
|
/external/lzma/CPP/7zip/Compress/ |
Bcj2Coder.h | 53 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
54 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
56 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
57 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
101 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
102 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
104 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
105 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
|
/external/lzma/CPP/7zip/UI/Common/ |
EnumDirItems.h | 15 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) = 0;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
byteorder.h | 66 inline void SetBE64(void* memory, uint64 v) { 86 inline uint64 GetBE64(const void* memory) { 87 return (static_cast<uint64>(Get8(memory, 0)) << 56) 88 | (static_cast<uint64>(Get8(memory, 1)) << 48) 89 | (static_cast<uint64>(Get8(memory, 2)) << 40) 90 | (static_cast<uint64>(Get8(memory, 3)) << 32) 91 | (static_cast<uint64>(Get8(memory, 4)) << 24) 92 | (static_cast<uint64>(Get8(memory, 5)) << 16) 93 | (static_cast<uint64>(Get8(memory, 6)) << 8) 94 | (static_cast<uint64>(Get8(memory, 7)) << 0) [all...] |
/external/chromium_org/net/base/ |
upload_bytes_element_reader.h | 22 UploadBytesElementReader(const char* bytes, uint64 length); 26 uint64 length() const { return length_; } 31 virtual uint64 GetContentLength() const OVERRIDE; 32 virtual uint64 BytesRemaining() const OVERRIDE; 40 const uint64 length_; 41 uint64 offset_;
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_format.h | 19 const uint64 kSimpleInitialMagicNumber = GG_UINT64_C(0xfcfb6d1ba7725c30); 20 const uint64 kSimpleFinalMagicNumber = GG_UINT64_C(0xf4fa6f45970d41d8); 21 const uint64 kSimpleSparseRangeMagicNumber = GG_UINT64_C(0xeb97bf016553676b); 42 uint64 initial_magic_number; 55 uint64 final_magic_number; 65 uint64 sparse_range_magic_number;
|
/external/chromium_org/net/quic/ |
quic_connection_stats.h | 33 uint64 bytes_sent; // includes retransmissions, fec. 35 uint64 stream_bytes_sent; // non-retransmitted bytes sent in a stream frame. 37 uint64 bytes_received; // includes duplicate data for a stream, fec. 39 uint64 stream_bytes_received; // bytes received in a stream frame. 41 uint64 bytes_retransmitted; 49 uint64 estimated_bandwidth;
|
/external/lzma/ |
7zFormat.txt | 109 REAL_UINT64 means real UINT64.
111 UINT64 means real UINT64 encoded with the following scheme:
199 UINT64 PropertySize;
218 UINT64 PackPos
219 UINT64 NumPackStreams
223 UINT64 PackSizes[NumPackStreams]
236 UINT64 NumCoders;
255 UINT64 NumInStreams;
256 UINT64 NumOutStreams; [all...] |