Home
last modified time | relevance | path

Searched defs:pBranch (Results 1 – 15 of 15) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Drectree.cpp118 void RecTree::Break(Branch_ptr pBranch) in Break()
193 Branch_ptr pBranch; in FirstInterval() local
204 void RecTree::NextInterval(Branch_ptr pBranch) in NextInterval()
236 Branch_ptr pBranch, pChild; in Prune() local
397 Branch_ptr pBranch = Tree::CoalesceActive(eventT, active1, active2, fcsites); in CoalesceActive() local
412 Branch_ptr pBranch = Tree::CoalesceInactive(eventT, active, inactive, fcsites); in CoalesceInactive() local
426 Branch_ptr pBranch = Tree::Migrate(eventT, topop, maxEvents, active); in Migrate() local
437 Branch_ptr pBranch = Tree::DiseaseMutate(eventT, endstatus, maxEvents, active); in DiseaseMutate() local
503 Branch_ptr pBranch, long rec, const rangeset & fcsites) in RecombineInactive()
H A Dtreesum.cpp199 Branch_ptr pBranch = *brit; in Summarize() local
273 Branch_ptr pBranch = *brit; in DumpStationariesData() local
502 Branch_ptr pBranch = *brit; in Summarize() local
H A Dtree.cpp468 Branch_ptr pBranch; in FindAllBranchesAtTime() local
524 Branch_ptr pBranch = *brit; in FindBranchesBetween() local
1222 Branch_ptr pBranch = *brit; in GroomForGrowth() local
1468 Branch_ptr pBranch = *brit; in GroomForLogisticSelection() local
1519 void PlainTree::Break(Branch_ptr pBranch) in Break()
H A Dcollmanager.cpp206 Branch_ptr pBranch = *brit; in WriteRecSitesFile() local
H A Darranger.cpp336 Branch_ptr pBranch = m_inactivelist.RemoveFirst(); in NextInterval() local
774 bool TreeSizeArranger::NodeChangesEpoch(Branch_ptr pBranch, double newtime, const DoubleVec1d & epo… in NodeChangesEpoch()
H A Dtimelist.cpp777 void TimeList::SetUpdateDLs(Branch_ptr pBranch) in SetUpdateDLs()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_UBTree.hxx361 TreeNode *pBranch = myRoot; in Add() local
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_UBTree.hxx361 TreeNode *pBranch = myRoot; in Add() local
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_UBTree.hxx361 TreeNode *pBranch = myRoot; in Add() local
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-3495411.c70 PCHAR pBranch; member
117 PCHAR pBranch; // Invite branch member
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.h298 typedef struct pBranch struct
301 struct pBranch *next; /* If more than one branch argument
304 } pBranch; typedef
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.h391 typedef struct pBranch struct
394 struct pBranch *next; /* If more than one branch argument
397 } pBranch; typedef
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/super/
H A DsuperAnd.c587 char * pBranch; in Super2_LibWriteGate_rec() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMPacketize/
H A DGenXPacketize.cpp1074 BranchInst *pBranch = cast<BranchInst>(pInst); in packetizeLLVMInstruction() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionGit.cpp965 Error currentBranch(std::string* pBranch) in currentBranch()