OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_MinStepSize
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h
11
UInt64
m_MinStepSize
;
19
CPercentPrinter(UInt64 minStepSize = 1):
m_MinStepSize
(minStepSize),
PercentPrinter.cpp
86
if (m_CurValue < m_PrevValue +
m_MinStepSize
&&
87
m_CurValue +
m_MinStepSize
> m_PrevValue && m_NumExtraChars != 0)
Completed in 1714 milliseconds