Home
last modified time | relevance | path

Searched defs:et_node (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
63 struct et_node *son; /* The first of the sons of the node. */ argument
64 struct et_node *left; argument
65 struct et_node *right; /* The brothers of the node. */ argument
71 struct et_node *et_new_tree (void *data); argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
63 struct et_node *son; /* The first of the sons of the node. */ argument
64 struct et_node *left; argument
65 struct et_node *right; /* The brothers of the node. */ argument
71 struct et_node *et_new_tree (void *data); argument