Home
last modified time | relevance | path

Searched refs:_prevTick (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DPercentPrinter.h30 DWORD _prevTick; variable
51 _prevTick(0), in _tickStep()
DPercentPrinter.cpp98 if (_tickStep != 0 && (UInt32)(tick - _prevTick) < _tickStep) in Print()
182 _prevTick = tick; in Print()