Home
last modified time | relevance | path

Searched refs:et_node (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
H A Det-forest.c444 et_new_occ (struct et_node *node) in et_new_occ()
462 struct et_node *
482 et_free_tree (struct et_node *t) in et_free_tree()
517 et_set_father (struct et_node *t, struct et_node *father) in et_set_father()
519 struct et_node *left, *right; in et_set_father()
574 et_split (struct et_node *t) in et_split()
629 struct et_node *
630 et_nca (struct et_node *n1, struct et_node *n2) in et_nca()
698 et_below (struct et_node *down, struct et_node *up) in et_below()
754 struct et_node *
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *left; argument
71 struct et_node *et_new_tree (void *data); argument
72 void et_free_tree (struct et_node *);
73 void et_free_tree_force (struct et_node *);
75 void et_set_father (struct et_node *, struct et_node *);
76 void et_split (struct et_node *);
77 struct et_node *et_nca (struct et_node *, struct et_node *);
78 bool et_below (struct et_node *, struct et_node *);
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Det-forest.h59 struct et_node struct
65 struct et_node *father; /* Father of the node. */ argument
67 struct et_node *left; argument
68 struct et_node *right; /* The brothers of the node. */ argument
74 struct et_node *et_new_tree (void *data); argument
75 void et_free_tree (struct et_node *);
76 void et_free_tree_force (struct et_node *);
77 void et_set_father (struct et_node *, struct et_node *);
78 void et_split (struct et_node *);
79 struct et_node *et_nca (struct et_node *, struct et_node *);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Det-forest.h59 struct et_node struct
65 struct et_node *father; /* Father of the node. */ argument
66 struct et_node *son; /* The first of the sons of the node. */ argument
67 struct et_node *left; argument
68 struct et_node *right; /* The brothers of the node. */ argument
74 struct et_node *et_new_tree (void *data); argument
75 void et_free_tree (struct et_node *);
76 void et_set_father (struct et_node *, struct et_node *);
77 void et_split (struct et_node *);
78 struct et_node *et_nca (struct et_node *, struct et_node *);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Det-forest.h59 struct et_node struct
65 struct et_node *father; /* Father of the node. */ argument
66 struct et_node *son; /* The first of the sons of the node. */ argument
67 struct et_node *left; argument
68 struct et_node *right; /* The brothers of the node. */ argument
74 struct et_node *et_new_tree (void *data); argument
75 void et_free_tree (struct et_node *);
76 void et_set_father (struct et_node *, struct et_node *);
77 void et_split (struct et_node *);
78 struct et_node *et_nca (struct et_node *, struct et_node *);
[all …]

12345678910