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 FString &fileName, bool isDir = fals…
85 HRESULT 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);
128 UInt64 _range;
131 void Init(UInt64 range) in Init()
138 int Count(UInt64 val) in Count()
148 UInt64 _progressBar_Pos;
149 UInt64 _progressBar_Range;
162 UInt64 _elapsedTime;
164 UInt64 _prevPercentValue;
165 UInt64 _prevElapsedSec;
166 UInt64 _prevRemainingSec;
168 UInt64 _totalBytes_Prev;
169 UInt64 _processed_Prev;
170 UInt64 _packed_Prev;
171 UInt64 _ratio_Prev;
175 UInt64 _prevSpeed;
207 void SetProgressRange(UInt64 range);
208 void SetProgressPos(UInt64 pos);
227 void ShowSize(int id, UInt64 val, UInt64 &prev);