Home
last modified time | relevance | path

Searched refs:b_root (Results 1 – 25 of 78) sorted by relevance

1234

/dports/math/spot/spot-2.10.2/spot/mc/
H A Dbloemen.hh177 uf_element* b_root = find(b); in sameset() local
178 if (a_root == b_root) in sameset()
238 uf_element* b_root; in unite() local
245 b_root = find(b); in unite()
247 if (a_root == b_root) in unite()
250 r = std::max(a_root, b_root); in unite()
251 q = std::min(a_root, b_root); in unite()
/dports/math/py-spot/spot-2.10.2/spot/mc/
H A Dbloemen.hh177 uf_element* b_root = find(b); in sameset() local
178 if (a_root == b_root) in sameset()
238 uf_element* b_root; in unite() local
245 b_root = find(b); in unite()
247 if (a_root == b_root) in unite()
250 r = std::max(a_root, b_root); in unite()
251 q = std::min(a_root, b_root); in unite()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp;
154 if ((b_root = heapb->root) == NULL)
161 a_root->left->right = b_root;
162 b_root->left->right = a_root;
164 a_root->left = b_root->left;
165 b_root->left = temp;
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/avr-gdb/gdb-7.3.1/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/gdb761/gdb-7.6.1/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/devel/riscv64-gcc/gcc-8.3.0/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()
/dports/lang/gnat_util/gcc-6-20180516/libiberty/
H A Dfibheap.c146 fibnode_t a_root, b_root, temp; in fibheap_union() local
154 if ((b_root = heapb->root) == NULL) in fibheap_union()
161 a_root->left->right = b_root; in fibheap_union()
162 b_root->left->right = a_root; in fibheap_union()
164 a_root->left = b_root->left; in fibheap_union()
165 b_root->left = temp; in fibheap_union()

1234