Lines Matching refs:UInt64
19 UInt64 _total;
20 UInt64 _completed;
45 void SetProgress(UInt64 total, UInt64 completed)
51 void SetPos(UInt64 completed)
56 void GetProgress(UInt64 &total, UInt64 &completed)
66 UInt64 _numShiftBits;
68 void Init(UInt64 range)
74 int Count(UInt64 value) { return int(value >> _numShiftBits); }
84 UInt64 _peviousPos;
85 UInt64 _range;
88 UInt64 _prevPercentValue;
102 void SetRange(UInt64 range);
103 void SetPos(UInt64 pos);