Home
last modified time | relevance | path

Searched refs:SetSc (Results 1 – 11 of 11) sorted by relevance

/dports/devel/upp/upp/uppsrc/HexView/
H A DHexView.cpp254 void HexView::SetSc(uint64 address) in SetSc() function in Upp::HexView
347 SetSc(sc - pg); in Key()
351 SetSc(sc + pg); in Key()
355 SetSc(sc - 1); in Key()
358 SetSc(sc + 1); in Key()
361 SetSc(sc - columns); in Key()
364 SetSc(sc + columns); in Key()
404 SetSc(a); in StdGoto()
500 SetSc(0); in HexView()
H A DHexView.h88 void SetSc(uint64 address);
/dports/devel/upp/upp/uppsrc/ide/Designers/
H A DHexView.cpp39 SetSc(p->a); in RestoreEditPos()
43 SetSc(0); in RestoreEditPos()
/dports/devel/upp/upp/uppsrc/ide/Debuggers/
H A DGdbMem.cpp51 memory.SetSc(0); in MemoryLoad()
H A DData.cpp215 memory.SetSc(adr); in MemoryGoto()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizers/include/
H A DitkSPSAOptimizer.h133 void Setc(double c) { SetSc(c); } in Setc()
/dports/devel/pire/pire-release-0.0.6/pire/
H A Dglue.h152 void SetSc(std::unique_ptr<Scanner>&& sc) { m_result = std::move(sc); } in SetSc() function
/dports/devel/upp/upp/uppsrc/Geom/Ctrl/
H A DPlotterCtrl.h140 void SetSc(Pointf center);
H A DPlotterCtrl.cpp401 void PlotterCtrl::SetSc(Pointf center) in SetSc() function in Upp::PlotterCtrl
/dports/devel/pire/pire-release-0.0.6/pire/scanners/
H A Dmulti.h1029 this->SetSc(std::unique_ptr<Scanner>(new Scanner));
/dports/devel/pire/pire-release-0.0.6/pire/extra/
H A Dcount.cpp895 this->SetSc(std::unique_ptr<Scanner>(new Scanner)); in AcceptStates()