Home
last modified time | relevance | path

Searched refs:_numShiftBits (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h66 UInt64 _numShiftBits; member in CU64ToI32Converter
71 for (_numShiftBits = 0; range > (1 << 15); _numShiftBits++) in Init()
74 int Count(UInt64 value) { return int(value >> _numShiftBits); } in Count()
H A DProgressDialog2.h128 unsigned _numShiftBits; member in CProgressDialog::CU64ToI32Converter
131 CU64ToI32Converter(): _numShiftBits(0), _range(1) {} in CU64ToI32Converter()
136 for (_numShiftBits = 0; range >= ((UInt32)1 << 15); _numShiftBits++) in Init()
141 int res = (int)(val >> _numShiftBits); in Count()

Completed in 2 milliseconds