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