Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp125 void CHashCallbackConsole::PrintSeparatorLine(const CObjectVector<CHasherState> &hashers) in PrintSeparatorLine()
133 const CHasherState &h = hashers[i]; in PrintSeparatorLine()
163 const CHasherState &h = hb.Hashers[i]; in BeforeFirstFile()
212 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash) in PrintResultLine()
220 const CHasherState &h = hashers[i]; in PrintResultLine()
294 static void PrintSum(CStdOutStream &so, const CHasherState &h, unsigned digestIndex) in PrintSum()
316 const CHasherState &h = hb.Hashers[i]; in PrintHashStat()
DHashCon.h21 void PrintSeparatorLine(const CObjectVector<CHasherState> &hashers);
23 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h26 struct CHasherState struct
44 CObjectVector<CHasherState> Hashers; argument
DHashCalc.cpp100 CHasherState &h = Hashers.AddNew(); in SetMethods()
116 CHasherState &h = Hashers[i]; in InitForNewFile()
167 CHasherState &h = Hashers[i]; in Final()