Home
last modified time | relevance | path

Searched refs:CHasherState (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp100 void CHashCallbackConsole::PrintSeparatorLine(const CObjectVector<CHasherState> &hashers) in PrintSeparatorLine()
105 const CHasherState &h = hashers[i]; in PrintSeparatorLine()
121 const CHasherState &h = hb.Hashers[i]; in BeforeFirstFile()
157 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash) in PrintResultLine()
161 const CHasherState &h = hashers[i]; in PrintResultLine()
212 static void PrintSum(CStdOutStream &p, const CHasherState &h, unsigned digestIndex) in PrintSum()
230 const CHasherState &h = hb.Hashers[i]; in PrintHashStat()
DHashCon.h14 void PrintSeparatorLine(const CObjectVector<CHasherState> &hashers);
16 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h25 struct CHasherState struct
43 CObjectVector<CHasherState> Hashers; argument
DHashCalc.cpp108 CHasherState &h = Hashers.AddNew(); in SetMethods()
123 CHasherState &h = Hashers[i]; in InitForNewFile()
174 CHasherState &h = Hashers[i]; in Final()