Lines Matching refs:HRESULT
315 HRESULT Res;
317 void SetResult(HRESULT res)
324 HRESULT GetResult()
340 HRESULT Res;
365 HRESULT res = Status->GetResult();
489 HRESULT Results[2];
499 HRESULT Init(UInt32 dictionarySize, UInt32 numThreads, CBaseRandomGenerator *rg);
500 HRESULT Encode();
501 HRESULT Decode(UInt32 decoderIndex);
512 HRESULT res = encoder->Encode();
530 HRESULT CreateEncoderThread()
535 HRESULT CreateDecoderThread(int index, bool callbackMode
553 HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBaseRandomGenerator *rgLoc)
609 HRESULT CEncoderInfo::Encode()
622 HRESULT CEncoderInfo::Decode(UInt32 decoderIndex)
666 HRESULT LzmaBench(
793 HRESULT res = encoder.CreateDecoderThread(j, (i == 0 && j == 0)
808 HRESULT res = S_OK;
969 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed)