Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp801 unsigned moveBits = 0; in UpdateStatInfo() local
802 if (v >= ((UInt64)10000 << 10)) { moveBits = 20; c = 'M'; } in UpdateStatInfo()
803 else if (v >= ((UInt64)10000 << 0)) { moveBits = 10; c = 'K'; } in UpdateStatInfo()
804 v >>= moveBits; in UpdateStatInfo() local
805 if (moveBits != _prevSpeed_MoveBits || v != _prevSpeed) in UpdateStatInfo()
807 _prevSpeed_MoveBits = moveBits; in UpdateStatInfo()
813 if (moveBits != 0) in UpdateStatInfo()

Completed in 2 milliseconds