Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.h419 SRes DecodeRes; member
DXzDec.c2289 p->DecodeRes = SZ_OK; in XzStatInfo_Clear()
2511 stat->DecodeRes = res; in XzStatInfo_SetStat()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1963 CTotalBenchRes DecodeRes; member
1985 void Init() { EncodeRes.Init(); DecodeRes.Init(); } in Init()
2034 ShowFreq, CpuFreq, &DecodeRes); in SetDecodeResult()
3514 PrintTotals(f, showFreq, cpuFreq, callback.DecodeRes); in Bench()
3520 midRes.SetSum(callback.EncodeRes, callback.DecodeRes); in Bench()