Home
last modified time | relevance | path

Searched refs:_progress (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp18 _progress = progress; in Init()
19 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()
42 return _progress->SetCompleted(_inSizeIsMain ? &inSize2 : &outSize2); in SetRatioInfo()
H A DProgressUtils.h20 CMyComPtr<IProgress> _progress; variable
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_bool_to_int32.c34 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit() argument
36 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit()
H A Dnir_lower_bool_to_float.c35 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit() argument
37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit()
H A Dnir_lower_bool_to_bitsize.c35 rewrite_1bit_ssa_def_to_32bit(nir_ssa_def *def, void *_progress) in rewrite_1bit_ssa_def_to_32bit() argument
37 bool *progress = _progress; in rewrite_1bit_ssa_def_to_32bit()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.h19 CMyComPtr<ICompressProgressInfo> _progress; member
H A D7zDecode.cpp19 CMyComPtr<ICompressProgressInfo> _progress; member
21 CDecProgress(ICompressProgressInfo *progress): _progress(progress) {} in CDecProgress()
26 return _progress->SetRatioInfo(NULL, outSize); in SetRatioInfo()
H A D7zEncode.cpp105 _progress = progress; in Init()
119 if (_progress) in SetRatioInfo()
120 return _progress->SetRatioInfo(inSize, &outSize2); in SetRatioInfo()

Completed in 4 milliseconds