Home
last modified time | relevance | path

Searched refs:DecodeRes (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DXzHandler.h53 SRes DecodeRes; // it's not HRESULT member
55 CDecoder(): DecodeRes(SZ_OK) {} in CDecoder()
DXzHandler.cpp551 DecodeRes = SZ_OK; in Decode()
586 DecodeRes = res; in Decode()
652 DecodeRes = res; in Decode()
690 else if (DecodeRes != SZ_OK) in Get_Extract_OperationResult()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1880 CTotalBenchRes DecodeRes; member
1902 void Init() { EncodeRes.Init(); DecodeRes.Init(); } in Init()
1951 ShowFreq, CpuFreq, &DecodeRes); in SetDecodeResult()
3088 PrintTotals(f, showFreq, cpuFreq, callback.DecodeRes); in Bench()
3094 midRes.SetSum(callback.EncodeRes, callback.DecodeRes); in Bench()