OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_NumExtraChars
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
PercentPrinter.cpp
25
if (
m_NumExtraChars
== 0)
28
ClearPrev(s,
m_NumExtraChars
);
30
m_NumExtraChars
= 0;
72
if (extraSize <
m_NumExtraChars
)
73
extraSize =
m_NumExtraChars
;
78
if (
m_NumExtraChars
== 0)
82
m_NumExtraChars
= extraSize;
85
for (i = 0; i <
m_NumExtraChars
; i++)
87
m_NumExtraChars
= extraSize;
99
m_CurValue + m_MinStepSize > m_PrevValue &&
m_NumExtraChars
!= 0)
[
all
...]
PercentPrinter.h
14
unsigned
m_NumExtraChars
;
19
m_PrevValue(0), m_CurValue(0), m_Total((UInt64)(Int64)-1),
m_NumExtraChars
(0) {}
Completed in 128 milliseconds