Home
last modified time | relevance | path

Searched refs:Tree_Size (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libCello/libCello-1.1.7/include/Cello/
H A DTree.h21 size_t Tree_Size(void);
42 instance(Tree, New) = { Tree_New, Tree_Delete, Tree_Size };
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DTreeUtils.cpp94 int Tree_Size(Tree_T *tree) in Tree_Size() function
115 pListTransfer = List_Create(Nb, Nb, Tree_Size(pTree)); in Tree2List()
H A DTreeUtils.h28 int Tree_Size(Tree_T *tree);
/dports/science/getdp/getdp-3.4.0-source/Common/
H A DTreeUtils.cpp93 int Tree_Size(Tree_T * tree) in Tree_Size() function
119 pListTransfer = List_Create(Nb, Nb, Tree_Size(pTree)); in Tree2List()
H A DTreeUtils.h27 int Tree_Size(Tree_T *tree);
/dports/devel/libCello/libCello-1.1.7/src/
H A DTree.c54 size_t Tree_Size(void) { in Tree_Size() function