HomeSort by relevance Sort by last modified time
    Searched refs:UInt64 (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_macos.h 39 typedef UInt64 uint64_t;
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.h 115 UInt64 parent_session;
116 UInt64 session;
  /external/lzma/C/
Xz.c 12 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v)
76 UInt64 v = CRC64_GET_DIGEST(p->crc64);
7zFile.h 50 WRes File_GetLength(CSzFile *p, UInt64 *length);
  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 45 UInt64 COutBuffer::GetProcessedSize() const
47 UInt64 res = _processedSize + _pos - _streamPos;
  /external/lzma/CPP/Windows/
PropVariant.h 26 CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0; uhVal.QuadPart = value; }
40 CPropVariant& operator=(UInt64 value);
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
SDL_MPWtimer.c 43 #define WideTo64bit(w) (*(UInt64 *) &(w))
45 UInt64 start;
FastTimes.c 71 #define WideTo64bit(w) (*(UInt64 *) &(w))
145 UInt64 tick, usec1, usec2;
180 UInt64 FastMicroseconds() {
182 UInt64 usec;
222 UInt64 FastMilliseconds() {
224 UInt64 msec;
  /external/lzma/CPP/7zip/Archive/
IArchive.h 74 STDMETHOD(SetTotal)(const UInt64 *files, const UInt64 *bytes) x; \
75 STDMETHOD(SetCompleted)(const UInt64 *files, const UInt64 *bytes) x; \
125 STDMETHOD(Open)(IInStream *stream, const UInt64 *maxCheckStartPosition, IArchiveOpenCallback *openArchiveCallback) x; \
164 STDMETHOD(GetVolumeSize)(UInt32 index, UInt64 *size) x; \
SplitHandler.cpp 40 CRecordVector<UInt64> _sizes;
41 UInt64 _totalSize;
138 const UInt64 * /* maxCheckStartPosition */,
214 UInt64 size;
227 UInt64 numFiles = _streams.Size();
254 UInt64 numFiles = _streams.Size();
306 UInt64 currentTotalSize = 0;
XzHandler.cpp 54 UInt64 _packSize;
55 UInt64 _unpackSize;
56 UInt64 _numBlocks;
59 UInt64 _unpackSizeDefined;
60 UInt64 _packSizeDefined;
300 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
343 _numBlocks = (UInt64)Xzs_GetNumBlocks(&xzs.p);
388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
427 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
    [all...]
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 58 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return S_OK; }
62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize)
76 ISequentialOutStream *outStream, const UInt64 * /* inSize */,
77 const UInt64 *outSize, ICompressProgressInfo *progress)
100 const UInt64 rem = _outSize - _outSizeProcessed;
162 const UInt64 rem = _outSize - _outSizeProcessed;
CodecExports.cpp 51 UInt64 id = 0;
53 id |= ((UInt64)clsID->Data4[j]) << (8 * j);
127 value->uhVal.QuadPart = (UInt64)codec.Id;
RangeCoder.h 21 UInt64 Low;
106 UInt64 GetProcessedSize() { return Stream.GetProcessedSize() + _cacheSize + 4; }
200 UInt64 GetProcessedSize() {return Stream.GetProcessedSize(); }
Lzma2Encoder.cpp 78 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 29 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size)
36 STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *completeValue)
43 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
109 prop = (UInt64)0;
206 STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size)
Update.h 134 CRecordVector<UInt64> VolumesSizes;
156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \
Update.cpp 52 UInt64 _offsetPos; // offset from start of _streamIndex index
53 UInt64 _absPos;
54 UInt64 _length;
61 UInt64 Pos;
62 UInt64 RealSize;
67 CRecordVector<UInt64> Sizes;
84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
85 STDMETHOD(SetSize)(UInt64 newSize);
142 UInt64 volSize = Sizes[index];
158 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - subStream.Pos);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 15 static const UInt64 k_Delta = 0x03;
16 static const UInt64 k_BCJ = 0x03030103;
17 static const UInt64 k_BCJ2 = 0x0303011B;
54 const UInt64 *inSizeForReduce)
138 const UInt64 *inStreamSize, const UInt64 *inSizeForReduce,
141 CRecordVector<UInt64> &packSizes,
183 CRecordVector<const UInt64 *> sizePointers;
193 // UInt64 outStreamStartPos;
239 UInt64 m = _codersInfo[i].MethodID;
    [all...]
7zFolderInStream.cpp 106 STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UInt64 *value)
7zUpdate.cpp 27 static const UInt64 k_LZMA = 0x030101;
28 static const UInt64 k_BCJ = 0x03030103;
29 static const UInt64 k_BCJ2 = 0x0303011B;
41 UInt64 position, UInt64 size, ICompressProgressInfo *progress)
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
457 UInt64 _rem;
578 UInt64 StartPos;
579 const UInt64 *PackSizes;
694 UInt64 numSolidFiles = options.NumSolidFiles;
    [all...]
7zHandler.h 109 CRecordVector<UInt64> _fileInfoPopIDs;
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 140 UInt64 res = ConvertStringToUInt64(s, &end);
170 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4);
305 UInt64 fileSize;
345 UInt64 outSize64;
371 UInt64 fileSize;
449 fileSize = (UInt64)(Int64)-1;
493 fileSize |= ((UInt64)header[kPropertiesSize + i]) << (8 * i);
495 if (decoder->Code(inStream, outStream, 0, (fileSize == (UInt64)(Int64)-1) ? 0 : &fileSize, 0) != S_OK)
  /external/chromium_org/third_party/lzma_sdk/
7zFile.h 50 WRes File_GetLength(CSzFile *p, UInt64 *length);
  /external/chromium_org/win8/metro_driver/
winrt_utils.h 41 DECLARE_CREATE_PROPERTY(UInt64, UINT64);

Completed in 192 milliseconds

1 2 3 4 56 7 8 91011