Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DPercentPrinter.cpp91 if (_tickStep != 0) in Print()
98 if (_tickStep != 0 && (UInt32)(tick - _prevTick) < _tickStep) in Print()
179 if (_tickStep != 0) in Print()
DPercentPrinter.h29 UInt32 _tickStep; variable
50 _tickStep(tickStep), in _tickStep() function