Searched refs:UInt64 (Results 1 - 25 of 162) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Common/
H A DMethodId.h8 typedef UInt64 CMethodId;
H A DProgressUtils.h19 UInt64 ProgressOffset;
20 UInt64 InSize;
21 UInt64 OutSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
H A DOffsetStream.h13 UInt64 _offset;
16 HRESULT Init(IOutStream *stream, UInt64 offset);
21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
H A DLimitedStreams.h14 UInt64 _size;
15 UInt64 _pos;
19 void Init(UInt64 streamSize)
29 UInt64 GetSize() const { return _pos; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Common/
H A DMethodId.h8 typedef UInt64 CMethodId;
H A DProgressUtils.h19 UInt64 ProgressOffset;
20 UInt64 InSize;
21 UInt64 OutSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
H A DOffsetStream.h13 UInt64 _offset;
16 HRESULT Init(IOutStream *stream, UInt64 offset);
21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Common/
H A DMethodId.h8 typedef UInt64 CMethodId;
H A DProgressUtils.h19 UInt64 ProgressOffset;
20 UInt64 InSize;
21 UInt64 OutSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
H A DOffsetStream.h13 UInt64 _offset;
16 HRESULT Init(IOutStream *stream, UInt64 offset);
21 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.h14 UInt64 GlobalTime;
15 UInt64 GlobalFreq;
16 UInt64 UserTime;
17 UInt64 UserFreq;
18 UInt64 UnpackSize;
19 UInt64 PackSize;
30 UInt64 GetUsage(const CBenchInfo &benchOnfo);
31 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating);
32 UInt64 GetCompressRatin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.h14 UInt64 GlobalTime;
15 UInt64 GlobalFreq;
16 UInt64 UserTime;
17 UInt64 UserFreq;
18 UInt64 UnpackSize;
19 UInt64 PackSize;
30 UInt64 GetUsage(const CBenchInfo &benchOnfo);
31 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating);
32 UInt64 GetCompressRatin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.h14 UInt64 GlobalTime;
15 UInt64 GlobalFreq;
16 UInt64 UserTime;
17 UInt64 UserFreq;
18 UInt64 UnpackSize;
19 UInt64 PackSize;
30 UInt64 GetUsage(const CBenchInfo &benchOnfo);
31 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating);
32 UInt64 GetCompressRatin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/
H A DIProgress.h13 STDMETHOD(SetTotal)(UInt64 total) PURE;
14 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
25 STDMETHOD(SetTotal)(const UInt64 *total) PURE;
26 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/
H A DIProgress.h13 STDMETHOD(SetTotal)(UInt64 total) PURE;
14 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
25 STDMETHOD(SetTotal)(const UInt64 *total) PURE;
26 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/
H A DIProgress.h13 STDMETHOD(SetTotal)(UInt64 total) PURE;
14 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
25 STDMETHOD(SetTotal)(const UInt64 *total) PURE;
26 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Branch/
H A DBranchTypes.h28 typedef unsigned long UInt64; typedef
31 typedef unsigned __int64 UInt64; typedef
33 typedef unsigned long long int UInt64; typedef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DStringToInt.h9 UInt64 ConvertStringToUInt64(const char *s, const char **end);
10 UInt64 ConvertOctStringToUInt64(const char *s, const char **end);
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end);
H A DStringToInt.cpp7 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;
44 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end)
46 UInt64 result = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DStringToInt.h9 UInt64 ConvertStringToUInt64(const char *s, const char **end);
10 UInt64 ConvertOctStringToUInt64(const char *s, const char **end);
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end);
H A DStringToInt.cpp7 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;
44 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end)
46 UInt64 result = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Branch/
H A DBranchTypes.h28 typedef unsigned long UInt64; typedef
31 typedef unsigned __int64 UInt64; typedef
33 typedef unsigned long long int UInt64; typedef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DStringToInt.h9 UInt64 ConvertStringToUInt64(const char *s, const char **end);
10 UInt64 ConvertOctStringToUInt64(const char *s, const char **end);
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end);
H A DStringToInt.cpp7 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;
44 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end)
46 UInt64 result = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Branch/
H A DBranchTypes.h28 typedef unsigned long UInt64; typedef
31 typedef unsigned __int64 UInt64; typedef
33 typedef unsigned long long int UInt64; typedef

Completed in 180 milliseconds

1234567