Lines Matching refs:UInt64
39 UInt64 _totalBytes;
40 UInt64 _completedBytes;
41 UInt64 _totalFiles;
42 UInt64 _curFiles;
43 UInt64 _inSize;
44 UInt64 _outSize;
83 …HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir = fals…
85 void Set_NumFilesTotal(UInt64 val);
86 void Set_NumBytesTotal(UInt64 val);
87 void Set_NumFilesCur(UInt64 val);
88 HRESULT Set_NumBytesCur(const UInt64 *val);
89 HRESULT Set_NumBytesCur(UInt64 val);
90 void Set_Ratio(const UInt64 *inSize, const UInt64 *outSize);
127 UInt64 _range;
130 void Init(UInt64 range) in Init()
137 int Count(UInt64 val) in Count()
147 UInt64 _progressBar_Pos;
148 UInt64 _progressBar_Range;
161 UInt64 _elapsedTime;
163 UInt64 _prevPercentValue;
164 UInt64 _prevElapsedSec;
165 UInt64 _prevRemainingSec;
167 UInt64 _totalBytes_Prev;
168 UInt64 _processed_Prev;
169 UInt64 _packed_Prev;
170 UInt64 _ratio_Prev;
174 UInt64 _prevSpeed;
206 void SetProgressRange(UInt64 range);
207 void SetProgressPos(UInt64 pos);
226 void ShowSize(int id, UInt64 val, UInt64 &prev);