Home
last modified time | relevance | path

Searched refs:SetHead (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dset4.h53 typedef struct set_head SetHead; typedef
76 SetHead head;
82 SetHead head;
88 SetHead head; /** head.dim == 1 */
97 SetHead head; /** head.dim == 1 */
106 SetHead head; /** head.dim > 1 */
117 SetHead head; /* head.dim > 1 */
126 SetHead head;
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4Update.cpp172 void SetHead(C4Group &rByGrp) in SetHead() function in C4GroupEx
422 TargetGrp.SetHead(*pGroup); in Optimize()
567 pGrpTo->SetHead(*pUpdateData); in DoGrpUpdate()
589 ItemGroupTo.SetHead(ItemGroupFrom); in Optimize()
703 pUpGrp->SetHead(*pGrp2); in MkUp()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/light/
H A Dlightchain.go113 bc.SetHead(header.Number.Uint64() - 1)
167 func (bc *LightChain) SetHead(head uint64) { func
171 bc.hc.SetHead(head, nil)
189 bc.SetHead(0)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dlightchain.go116 bc.SetHead(header.Number.Uint64() - 1)
177 func (lc *LightChain) SetHead(head uint64) error {
181 lc.hc.SetHead(head, nil, nil)
199 lc.SetHead(0)
/dports/net/norm/norm-1.5r6/protolib/examples/
H A DmsgExample.cpp125 if (!addrBlk->SetHead(prefix, 2)) in main()
210 if (!addrBlk->SetHead(prefix, 3)) in main()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/les/
H A Dapi_backend.go54 func (b *LesApiBackend) SetHead(number uint64) { func
56 b.eth.blockchain.SetHead(number)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/
H A Dapi_backend.go55 func (b *EthAPIBackend) SetHead(number uint64) { func
57 b.eth.blockchain.SetHead(number)
/dports/emulators/yuzu/yuzu-0b47f7a46/src/audio_core/
H A Dsplitter_context.cpp153 void ServerSplitterInfo::SetHead(ServerSplitterDestinationData* new_head) { in SetHead() function in AudioCore::ServerSplitterInfo
371 info.SetHead(nullptr); in RecomposeDestination()
406 info.SetHead(start_head); in RecomposeDestination()
/dports/lang/yap/yap-6.2.2/LGPL/
H A Drecord.pl306 SetHead =.. [PredName, Value, Term],
310 SetClause = (SetHead :- setarg(I, Term, Value)),
314 SetClause = (SetHead :- MustBe,
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/arrows/
H A Dcurvedarrowtool.cc729 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in AtomToAdjBond()
798 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in AtomToAtom()
899 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in BondToAdjAtom()
970 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in BondToAdjBond()
1026 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in BondToAtom()
1113 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in ElectronToAdjBond()
1180 …static_cast <gccv::BezierArrow *> (m_Item)->SetHead (m_Full? gccv::ArrowHeadFull: ((x2 -x3) * (y1 … in ElectronToAtom()
H A Dplugin.cc153 ba->SetHead (gccv::ArrowHeadLeft); in Populate()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/
H A Dhandler_eth.go134 peer.SetHead(trueHead, trueTD)
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtrequest.h31 void SetHead(PSLICE ps);
H A Dbtrequest.cpp41 void RequestQueue::SetHead(PSLICE ps) in SetHead() function in RequestQueue
577 tmprq.SetHead(n); in Pending()
638 rq.SetHead(pending_array[i]); in DeleteSlice()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/internal/ethapi/
H A Dbackend.go49 SetHead(number uint64) methodSpec
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DReplay.cpp17 void ReplayHeader2::SetHead() in SetHead() function in ReplayHeader2
23 SetHead(); in Default()
381 header.SetHead(); in SaveFile()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dapi_backend.go58 func (b *LesApiBackend) SetHead(number uint64) {
60 b.eth.blockchain.SetHead(number)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dmemory.h274 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dmemory.h280 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dmemory.h280 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dmemory.h280 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dmemory.h268 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dmemory.h280 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dmemory.h274 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); } in SetHead() function
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/ethapi/
H A Dbackend.go57 SetHead(number uint64) methodSpec

123