HomeSort by relevance Sort by last modified time
    Searched full:uint64 (Results 101 - 125 of 1566) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/lzma/CPP/7zip/Common/
ProgressUtils.cpp 21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
23 UInt64 inSizeNew = InSize, outSizeNew = OutSize;
FileStreams.h 29 UInt64 VirtPos;
30 UInt64 PhyPos;
31 UInt64 BufferStartPos;
61 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
63 STDMETHOD(GetSize)(UInt64 *size);
115 UInt64 ProcessedSize;
129 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
130 STDMETHOD(SetSize)(UInt64 newSize);
LimitedStreams.cpp 11 UInt32 sizeToRead = (UInt32)MyMin((_size - _pos), (UInt64)size);
31 UInt64 rem = _size - _virtPos;
34 UInt64 newPos = _startOffset + _virtPos;
48 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
75 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock;
84 UInt64 rem = Size - _virtPos;
99 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
101 UInt64 newVirtPos = offset;
118 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h 26 const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize,
27 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
29 STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position) PURE;
  /external/chromium_org/webkit/common/blob/
blob_data.cc 28 uint64 offset, uint64 length,
37 uint64 offset, uint64 length) {
44 const GURL& url, uint64 offset,
45 uint64 length,
  /external/chromium/base/
rand_util_win.cc 24 uint64 RandUint64() {
27 return (static_cast<uint64>(first_half) << 32) + second_half;
  /external/chromium_org/base/
rand_util_win.cc 25 uint64 RandUint64() {
28 return (static_cast<uint64>(first_half) << 32) + second_half;
sys_byteorder.h 64 inline uint64 ByteSwap(uint64 x) {
94 inline uint64 ByteSwapToLE64(uint64 x) {
118 inline uint64 NetToHost64(uint64 x) {
142 inline uint64 HostToNet64(uint64 x) {
  /external/chromium_org/gpu/command_buffer/common/
gpu_memory_allocation.h 31 uint64 bytes_limit_when_visible;
39 MemoryAllocation(uint64 bytes_limit_when_visible)
55 uint64 bytes_required;
59 uint64 bytes_nice_to_have;
62 uint64 bytes_allocated;
75 ManagedMemoryStats(uint64 bytes_required,
76 uint64 bytes_nice_to_have,
77 uint64 bytes_allocated,
  /external/chromium_org/net/base/
int128.cc 10 static_cast<uint64>(GG_LONGLONG(0xFFFFFFFFFFFFFFFF)),
11 static_cast<uint64>(GG_LONGLONG(0xFFFFFFFFFFFFFFFF))
upload_file_element_reader.cc 21 uint64 overriding_content_length = 0;
26 uint64 range_offset,
27 uint64 range_length,
30 uint64* out_content_length) {
54 if (range_offset < static_cast<uint64>(length)) {
84 uint64 bytes_remaining,
88 const uint64 num_bytes_to_read =
89 std::min(bytes_remaining, static_cast<uint64>(buf_length));
122 uint64 range_offset,
123 uint64 range_length
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_util.h 23 NET_EXPORT_PRIVATE std::string ConvertEntryHashKeyToHexString(uint64 hash_key);
26 // Returns the Hex ascii representation of the uint64 hash_key.
31 // Returns the hash of the key as uint64.
32 NET_EXPORT_PRIVATE uint64 GetEntryHashKey(const std::string& key);
34 // Parses the |hash_key| string into a uint64 buffer.
38 uint64* hash_key_out);
48 std::string GetFilenameFromEntryHashAndFileIndex(uint64 entry_hash,
52 std::string GetSparseFilenameFromEntryHash(uint64 entry_hash);
simple_entry_format_history.h 16 const uint64 kSimpleInitialMagicNumber = GG_UINT64_C(0xfcfb6d1ba7725c30);
17 const uint64 kSimpleFinalMagicNumber = GG_UINT64_C(0xf4fa6f45970d41d8);
38 uint64 initial_magic_number;
51 uint64 final_magic_number;
  /external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.h 17 UInt64 _size;
32 UInt64 GetSize() const { return _size; }
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
LzmaEncoder.h 26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
  /external/chromium_org/chrome/common/metrics/proto/
perf_data.proto 39 optional uint64 config = 3;
44 optional uint64 sample_period = 4;
49 optional uint64 sample_freq = 5;
53 optional uint64 sample_type = 6;
57 optional uint64 read_format = 7;
130 optional uint64 bp_addr = 31;
133 optional uint64 config1 = 32;
136 optional uint64 bp_len = 33;
139 optional uint64 config2 = 34;
142 optional uint64 branch_sample_type = 35
    [all...]
  /external/lzma/C/
XzIn.c 44 { UInt64 newSize = size + (val); if (newSize < size) return XZ_SIZE_OVERFLOW; size = newSize; }
46 UInt64 Xz_GetUnpackSize(const CXzStream *p)
48 UInt64 size = 0;
55 UInt64 Xz_GetPackSize(const CXzStream *p)
57 UInt64 size = 0;
60 ADD_SIZE_CHECH(size, (p->blocks[i].totalSize + 3) & ~(UInt64)3);
85 UInt64 numBlocks64;
116 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc)
143 UInt64 indexSize;
198 indexSize = ((UInt64)GetUi32(buf + 4) + 1) << 2;
    [all...]
  /external/openfst/src/include/fst/
test-properties.h 39 inline uint64 KnownProperties(uint64 props) {
46 inline bool CompatProperties(uint64 props1, uint64 props2) {
47 uint64 known_props1 = KnownProperties(props1);
48 uint64 known_props2 = KnownProperties(props2);
49 uint64 known_props = known_props1 & known_props2;
50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
52 uint64 prop = 1;
76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 37 inline uint64 KnownProperties(uint64 props) {
44 inline bool CompatProperties(uint64 props1, uint64 props2) {
45 uint64 known_props1 = KnownProperties(props1);
46 uint64 known_props2 = KnownProperties(props2);
47 uint64 known_props = known_props1 & known_props2;
48 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
50 uint64 prop = 1;
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known
    [all...]
  /external/chromium_org/base/third_party/symbolize/
utilities.h 9 typedef uint64_t uint64; typedef
  /external/chromium_org/mojo/services/gles2/
gles2.mojom 14 void DidCreateContext(uint64 encoded, uint32 width, uint32 height);
  /external/chromium_org/sync/internal_api/public/base/
node_ordinal.cc 12 uint64 y = static_cast<uint64>(x);
30 uint64 y = 0;
39 y |= static_cast<uint64>(byte) << (i * 8);
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
random.cc 13 uint64 Random::RandUint64() {
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.h 59 UINT64 fileOffset,
60 UINT64 fragmentSize,
64 virtual HRESULT STDMETHODCALLTYPE GetFileSize(UINT64* fileSize);
65 virtual HRESULT STDMETHODCALLTYPE GetLastWriteTime(UINT64* lastWriteTime);

Completed in 662 milliseconds

1 2 3 45 6 7 8 91011>>