Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp97 SRes DecodeRes; member
99 IDecodeState(): DecodeRes(SZ_OK) {} in IDecodeState()
613 DecodeRes = SZ_OK; in Decode()
649 DecodeRes = res; in Decode()
712 DecodeRes = res; in Decode()
790 else if (vp.DecodeRes != SZ_OK) in Extract()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1666 CTotalBenchRes DecodeRes; member
1678 void Init() { EncodeRes.Init(); DecodeRes.Init(); } in Init()
1724 PrintResults(_file, info2, rating, ShowFreq, CpuFreq, &DecodeRes); in SetDecodeResult()
2535 PrintTotals(f, showFreq, cpuFreq, callback.DecodeRes); in Bench()
2540 midRes.SetSum(callback.EncodeRes, callback.DecodeRes); in Bench()