HomeSort by relevance Sort by last modified time
    Searched refs:UInt64 (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/lzma/CPP/7zip/Common/
MethodId.h 8 typedef UInt64 CMethodId;
ProgressUtils.h 19 UInt64 ProgressOffset;
20 UInt64 InSize;
21 UInt64 OutSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
OffsetStream.h 13 UInt64 _offset;
16 HRESULT Init(IOutStream *stream, UInt64 offset);
21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
22 STDMETHOD(SetSize)(UInt64 newSize);
LimitedStreams.h 15 UInt64 _size;
16 UInt64 _pos;
21 void Init(UInt64 streamSize)
31 UInt64 GetSize() const { return _pos; }
40 UInt64 _virtPos;
41 UInt64 _physPos;
42 UInt64 _size;
43 UInt64 _startOffset;
48 HRESULT InitAndSeek(UInt64 startOffset, UInt64 size)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 10 UInt64 GlobalTime;
11 UInt64 GlobalFreq;
12 UInt64 UserTime;
13 UInt64 UserFreq;
14 UInt64 UnpackSize;
15 UInt64 PackSize;
26 UInt64 GetUsage(const CBenchInfo &benchOnfo);
27 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating);
28 UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
    [all...]
UpdateCallback.h 16 virtual HRESULT SetTotal(UInt64 size) x; \
17 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
21 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
49 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
57 CRecordVector<UInt64> VolumesSizes;
  /external/lzma/CPP/Common/
StringToInt.h 9 UInt64 ConvertStringToUInt64(const char *s, const char **end);
10 UInt64 ConvertOctStringToUInt64(const char *s, const char **end);
11 UInt64 ConvertHexStringToUInt64(const char *s, const char **end);
12 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end);
StringToInt.cpp 7 UInt64 ConvertStringToUInt64(const char *s, const char **end)
9 UInt64 result = 0;
25 UInt64 ConvertOctStringToUInt64(const char *s, const char **end)
27 UInt64 result = 0;
43 UInt64 ConvertHexStringToUInt64(const char *s, const char **end)
45 UInt64 result = 0;
66 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end)
68 UInt64 result = 0;
  /external/lzma/CPP/Windows/
System.h 12 UInt64 GetRamSize();
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 11 UInt64 m_MinStepSize;
12 UInt64 m_PrevValue;
13 UInt64 m_CurValue;
14 UInt64 m_Total;
19 CPercentPrinter(UInt64 minStepSize = 1): m_MinStepSize(minStepSize),
21 void SetTotal(UInt64 total) { m_Total = total; m_PrevValue = 0; }
22 void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; }
ExtractCallbackConsole.h 28 STDMETHOD(SetTotal)(UInt64 total);
29 STDMETHOD(SetCompleted)(const UInt64 *completeValue);
33 const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize,
34 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
36 STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position);
56 UInt64 NumArchives;
57 UInt64 NumArchiveErrors;
58 UInt64 NumFileErrors;
59 UInt64 NumFileErrorsInCurrentArchive;
OpenCallbackConsole.cpp 17 HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *)
22 HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UInt64 *)
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.cpp 7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
CrossThreadProgress.h 15 const UInt64 *InSize;
16 const UInt64 *OutSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
MultiStream.h 15 UInt64 _pos;
16 UInt64 _totalLength;
22 UInt64 Size;
23 UInt64 GlobalOffset;
24 UInt64 LocalPos;
30 UInt64 total = 0;
47 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
56 UInt64 _offsetPos; // offset from start of _streamIndex index
57 UInt64 _absPos;
58 UInt64 _length;
    [all...]
DummyOutStream.h 14 UInt64 _size;
21 UInt64 GetSize() const { return _size; }
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
  /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;
  /external/lzma/C/
XzCrc64.h 13 extern UInt64 g_Crc64Table[];
21 UInt64 MY_FAST_CALL Crc64Update(UInt64 crc, const void *data, size_t size);
22 UInt64 MY_FAST_CALL Crc64Calc(const void *data, size_t size);
XzCrc64.c 7 UInt64 g_Crc64Table[256];
14 UInt64 r = i;
17 r = (r >> 1) ^ ((UInt64)kCrc64Poly & ~((r & 1) - 1));
22 UInt64 MY_FAST_CALL Crc64Update(UInt64 v, const void *data, size_t size)
30 UInt64 MY_FAST_CALL Crc64Calc(const void *data, size_t size)
  /external/lzma/CPP/7zip/Compress/
CopyCoder.h 19 UInt64 TotalSize;
26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
27 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
Lzma2Decoder.h 32 UInt64 _outSize;
33 UInt64 _inSizeProcessed;
34 UInt64 _outSizeProcessed;
51 ISequentialOutStream *outStream, const UInt64 *_inSize, const UInt64 *outSize,
56 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 26 UInt64 _currentSize;
27 UInt64 _filePos;
39 CRecordVector<UInt64> Sizes;
43 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
47 UInt64 GetFullSize() const
49 UInt64 size = 0;
7zSpecStream.h 17 UInt64 _size;
26 UInt64 GetSize() const { return _size; }
32 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
7zIn.h 22 UInt64 StartPosition;
23 UInt64 StartPositionAfterHeader;
24 UInt64 DataStartPosition;
25 UInt64 DataStartPosition2;
26 CRecordVector<UInt64> FileInfoPopIDs;
36 CRecordVector<UInt64> PackStreamStartPositions;
41 UInt64 HeadersSize;
42 UInt64 PhySize;
68 UInt64 GetFolderStreamPos(int folderIndex, int indexInFolder) const
74 UInt64 GetFolderFullPackSize(int folderIndex) const
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 910