Home
last modified time | relevance | path

Searched refs:SetPos (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp87 void CProgressDialog::SetPos(UInt64 pos) in SetPos() function in CProgressDialog
98 m_ProgressBar.SetPos(_converter.Count(pos)); // Test it for 100% in SetPos()
114 SetPos(completed); in OnTimer()
H A DProgressDialog.h51 void SetPos(UInt64 completed) in SetPos() function in CProgressSync
103 void SetPos(UInt64 pos);
H A DProgressDialog2.cpp584 m_ProgressBar.SetPos(_progressConv.Count(pos)); in SetProgressPos()
726 // SetPos(0); in UpdateStatInfo()
/third_party/lzma/CPP/Windows/Control/
H A DTrackbar.h16 void SetPos(int pos, bool redraw = true) in SetPos() function in NWindows::NControl::CTrackbar
H A DProgressBar.h18 LRESULT SetPos(int pos) { return SendMsg(PBM_SETPOS, (unsigned)pos, 0); } in SetPos() function in NWindows::NControl::CProgressBar
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp988 auto SetPos = SetBI.getIterator(); in rewriteSetCarryExtended() local
1011 BuildMI(MBB, SetPos, SetLoc, TII->get(X86::MOVZX32rr8), NewReg) in rewriteSetCarryExtended()
1021 BuildMI(MBB, SetPos, SetLoc, TII->get(TargetOpcode::SUBREG_TO_REG), in rewriteSetCarryExtended()
1032 BuildMI(MBB, SetPos, SetLoc, TII->get(TargetOpcode::COPY), in rewriteSetCarryExtended()
1036 BuildMI(MBB, SetPos, SetLoc, TII->get(TargetOpcode::COPY), NewReg) in rewriteSetCarryExtended()
1055 BuildMI(MBB, SetPos, SetLoc, TII->get(X86::MOV32r0), ZeroReg); in rewriteSetCarryExtended()
1080 BuildMI(MBB, SetPos, SetLoc, TII->get(Sub), ResultReg) in rewriteSetCarryExtended()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp79 ProgressDialog.Sync.SetPos(*completeValue); in SetCompleted()

Completed in 6 milliseconds