Home
last modified time | relevance | path

Searched refs:Node_t (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/graphviz/graphviz-2.44.1/lib/label/
H A Dnode.h31 } Node_t; typedef
33 void RTreeFreeNode(RTree_t *, Node_t *);
34 void InitNode(Node_t *);
36 Rect_t NodeCover(Node_t *);
37 int PickBranch(Rect_t *, Node_t *);
38 int AddBranch(RTree_t *, Branch_t *, Node_t *, Node_t **);
39 void DisconBranch(Node_t *, int);
41 Node_t *RTreeNewNode(RTree_t *);
43 void PrintNode(Node_t * n);
H A Dindex.c97 Node_t *x; in RTreeNewIndex()
148 void PrintIndex(Node_t * n) in PrintIndex()
151 Node_t *nn; in PrintIndex()
167 void PrintData(Node_t * n) in PrintData()
170 Node_t *nn; in PrintData()
232 static int RTreeInsert2(RTree_t *, Rect_t *, void *, Node_t *, Node_t **,
242 Node_t *newnode=0; in RTreeInsert()
301 Node_t * n, Node_t ** new, int level) in RTreeInsert2()
309 Node_t *n2=0; in RTreeInsert2()
337 b.child = (Node_t *) data; in RTreeInsert2()
[all …]
H A Dnode.c22 Node_t *RTreeNewNode(RTree_t * rtp) in RTreeNewNode()
24 register Node_t *n; in RTreeNewNode()
27 n = (Node_t *) malloc(sizeof(Node_t)); in RTreeNewNode()
32 void RTreeFreeNode(RTree_t * rtp, Node_t * p) in RTreeFreeNode()
44 void InitNode(Node_t * n) in InitNode()
64 void PrintNode(Node_t * n) in PrintNode()
95 Rect_t NodeCover(Node_t * n) in NodeCover()
120 int PickBranch(Rect_t * r, Node_t * n) in PickBranch()
163 int AddBranch(RTree_t * rtp, Branch_t * b, Node_t * n, Node_t ** new) in AddBranch()
199 void DisconBranch(Node_t * n, int i) in DisconBranch()
H A Dindex.h73 Node_t *root;
119 Node_t *RTreeNewIndex(RTree_t * rtp);
120 LeafList_t *RTreeSearch(RTree_t *, Node_t *, Rect_t *);
121 int RTreeInsert(RTree_t *, Rect_t *, void *, Node_t **, int);
122 int RTreeDelete(RTree_t *, Rect_t *, void *, Node_t **);
129 void PrintNode(Node_t *);
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dtsort.c56 } Node_t; typedef
61 Node_t* node;
65 visit(register Node_t* x) in visit()
98 Node_t* head = 0; in tsort()
99 Node_t* x; in tsort()
116 if (!(x = (Node_t*)hashlook(tab, b, HASH_CREATE|HASH_SIZE(sizeof(Node_t)), 0))) in tsort()
141 visit((Node_t*)pos->bucket); in tsort()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dtsort.c56 } Node_t; typedef
61 Node_t* node;
65 visit(register Node_t* x) in visit()
98 Node_t* head = 0; in tsort()
99 Node_t* x; in tsort()
116 if (!(x = (Node_t*)hashlook(tab, b, HASH_CREATE|HASH_SIZE(sizeof(Node_t)), 0))) in tsort()
141 visit((Node_t*)pos->bucket); in tsort()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dtsort.c56 } Node_t; typedef
61 Node_t* node;
65 visit(register Node_t* x) in visit()
98 Node_t* head = 0; in tsort()
99 Node_t* x; in tsort()
116 if (!(x = (Node_t*)hashlook(tab, b, HASH_CREATE|HASH_SIZE(sizeof(Node_t)), 0))) in tsort()
141 visit((Node_t*)pos->bucket); in tsort()
/dports/shells/ksh93/ast-93u/src/lib/libcmd/
H A Dexpr.c174 } Node_t; typedef
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np) in getnode()
303 Node_t rp; in expr_cond()
351 Node_t rp; in expr_mult()
380 Node_t rp; in expr_add()
400 Node_t rp; in expr_cmp()
467 Node_t rp; in expr_and()
478 static int expr_or(State_t* state, Node_t *np) in expr_or()
483 Node_t rp; in expr_or()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcmd/
H A Dexpr.c174 } Node_t; typedef
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np) in getnode()
303 Node_t rp; in expr_cond()
351 Node_t rp; in expr_mult()
380 Node_t rp; in expr_add()
400 Node_t rp; in expr_cmp()
467 Node_t rp; in expr_and()
478 static int expr_or(State_t* state, Node_t *np) in expr_or()
483 Node_t rp; in expr_or()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dexpr.c174 } Node_t; typedef
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np) in getnode()
303 Node_t rp; in expr_cond()
351 Node_t rp; in expr_mult()
380 Node_t rp; in expr_add()
400 Node_t rp; in expr_cmp()
467 Node_t rp; in expr_and()
478 static int expr_or(State_t* state, Node_t *np) in expr_or()
483 Node_t rp; in expr_or()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_48.f9010 type :: Node_t type
17 import Node_t
18 type(Node_t), pointer, intent(out) :: tgt
19 type(Node_t), intent(in) :: src
23 type(Node_t) :: node

12