Lines Matching refs:UInt64
40 UInt64 _totalBytes;
41 UInt64 _completedBytes;
42 UInt64 _totalFiles;
43 UInt64 _curFiles;
44 UInt64 _inSize;
45 UInt64 _outSize;
83 HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, bool isDir = false);
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);
129 UInt64 _range;
132 void Init(UInt64 range)
139 int Count(UInt64 val)
149 UInt64 _progressBar_Pos;
150 UInt64 _progressBar_Range;
164 UInt64 _elapsedTime;
166 UInt64 _prevPercentValue;
167 UInt64 _prevElapsedSec;
168 UInt64 _prevRemainingSec;
170 UInt64 _totalBytes_Prev;
171 UInt64 _processed_Prev;
172 UInt64 _packed_Prev;
173 UInt64 _ratio_Prev;
179 UInt64 _prevSpeed;
210 void SetProgressRange(UInt64 range);
211 void SetProgressPos(UInt64 pos);
234 void ShowSize(unsigned id, UInt64 val, UInt64 &prev);