Home
last modified time | relevance | path

Searched refs:nodeleft (Results 1 – 14 of 14) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Davltrees.c41 avl_node_t *nodeleft = node->avl_left; in avl_rebalance() local
43 unsigned int hgt_left = HEIGHT(nodeleft); in avl_rebalance()
59 avl_node_t *nodeleftleft = nodeleft->avl_left; in avl_rebalance()
75 nodeleft->avl_right = node; in avl_rebalance()
76 node->avl_parent = nodeleft; in avl_rebalance()
77 nodeleft->avl_height = 1 + node->avl_height; in avl_rebalance()
78 nodeleft->avl_parent = parent; in avl_rebalance()
79 *arc = nodeleft; in avl_rebalance()
92 if (nodeleft->avl_right) in avl_rebalance()
93 nodeleft->avl_right->avl_parent = nodeleft; in avl_rebalance()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dgl_anyavltree_list2.h154 gl_list_node_t nodeleft; in rebalance() local
190 nodeleft = node->left; in rebalance()
204 if (nodeleft->balance <= 0) in rebalance()
214 nodeleft->right = node; in rebalance()
221 nodeleft->balance += 1; in rebalance()
227 nodeleft->branch_size = in rebalance()
230 *nodep = nodeleft; in rebalance()
260 L->parent = nodeleft; in rebalance()
271 (nodeleft->left != NULL ? nodeleft->left->branch_size : 0) in rebalance()
272 + 1 + (nodeleft->right != NULL ? nodeleft->right->branch_size : 0); in rebalance()
[all …]
H A Dgl_avltree_oset.c82 gl_oset_node_t nodeleft; in dissect_PNMRRT_Test()
118 nodeleft = node->left; in dissect_PNMRRT_Test()
131 if (nodeleft->balance <= 0) in dissect_PNMRRT_Test()
141 nodeleft->right = node; in dissect_PNMRRT_Test()
143 nodeleft->parent = node->parent; in dissect_PNMRRT_Test()
144 node->parent = nodeleft; in dissect_PNMRRT_Test()
148 nodeleft->balance += 1; in dissect_PNMRRT_Test()
151 *nodep = nodeleft; in dissect_PNMRRT_Test()
176 nodeleftright->left = nodeleft; in dissect_PNMRRT_Test()
181 L->parent = nodeleft; in dissect_PNMRRT_Test()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dgl_anyavltree_list2.h154 gl_list_node_t nodeleft;
190 nodeleft = node->left;
204 if (nodeleft->balance <= 0)
214 nodeleft->right = node;
221 nodeleft->balance += 1;
227 nodeleft->branch_size =
230 *nodep = nodeleft;
260 L->parent = nodeleft;
271 (nodeleft->left != NULL ? nodeleft->left->branch_size : 0)
272 + 1 + (nodeleft->right != NULL ? nodeleft->right->branch_size : 0);
[all …]
H A Dgl_avltree_ordered.h73 NODE_T nodeleft; in rebalance() local
109 nodeleft = node->left; in rebalance()
122 if (nodeleft->balance <= 0) in rebalance()
132 nodeleft->right = node; in rebalance()
134 nodeleft->parent = node->parent; in rebalance()
135 node->parent = nodeleft; in rebalance()
139 nodeleft->balance += 1; in rebalance()
142 *nodep = nodeleft; in rebalance()
167 nodeleftright->left = nodeleft; in rebalance()
172 L->parent = nodeleft; in rebalance()
[all …]
/dports/devel/m4/m4-1.4.19/lib/
H A Dgl_avltree_ordered.h73 NODE_T nodeleft; in rebalance() local
109 nodeleft = node->left; in rebalance()
122 if (nodeleft->balance <= 0) in rebalance()
132 nodeleft->right = node; in rebalance()
134 nodeleft->parent = node->parent; in rebalance()
135 node->parent = nodeleft; in rebalance()
139 nodeleft->balance += 1; in rebalance()
142 *nodep = nodeleft; in rebalance()
167 nodeleftright->left = nodeleft; in rebalance()
172 L->parent = nodeleft; in rebalance()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/sigsegv/src/
H A Ddispatcher.c58 node_t *nodeleft = node->left; in rebalance() local
60 unsigned int heightleft = heightof (nodeleft); in rebalance()
64 node_t *nodeleftleft = nodeleft->left; in rebalance()
65 node_t *nodeleftright = nodeleft->right; in rebalance()
69 node->left = nodeleftright; nodeleft->right = node; in rebalance()
70 nodeleft->height = 1 + (node->height = 1 + heightleftright); in rebalance()
71 *nodeplace = nodeleft; in rebalance()
75 nodeleft->right = nodeleftright->left; in rebalance()
77 nodeleftright->left = nodeleft; in rebalance()
79 nodeleft->height = node->height = heightleftright; in rebalance()
/dports/devel/libsigsegv/libsigsegv-2.12/src/
H A Ddispatcher.c58 node_t *nodeleft = node->left; in rebalance() local
60 unsigned int heightleft = heightof (nodeleft); in rebalance()
64 node_t *nodeleftleft = nodeleft->left; in rebalance()
65 node_t *nodeleftright = nodeleft->right; in rebalance()
69 node->left = nodeleftright; nodeleft->right = node; in rebalance()
70 nodeleft->height = 1 + (node->height = 1 + heightleftright); in rebalance()
71 *nodeplace = nodeleft; in rebalance()
75 nodeleft->right = nodeleftright->left; in rebalance()
77 nodeleftright->left = nodeleft; in rebalance()
79 nodeleft->height = node->height = heightleftright; in rebalance()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Davl.d167 var NODE* nodeleft = node->nodedata.left; in AVL()
169 var HEIGHT heightleft = heightof(nodeleft); in AVL()
178 var NODE* nodeleftleft = nodeleft->nodedata.left; in AVL()
179 var NODE* nodeleftright = nodeleft->nodedata.right; in AVL()
189 node->nodedata.left = nodeleftright; nodeleft->nodedata.right = node; in AVL()
190 nodeleft->nodedata.height = 1 + in AVL()
192 *nodeplace = nodeleft; in AVL()
204 nodeleft->nodedata.right = nodeleftright->nodedata.left; in AVL()
206 nodeleftright->nodedata.left = nodeleft; in AVL()
208 nodeleft->nodedata.height = node->nodedata.height = heightleftright; in AVL()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dexpand.c76 nodeleft,*noderight=NULL,numnodes,ileft,kflag=2,itr,locdir, in expand() local
709 nodeleft=nodempcold[3*index]; in expand()
751 nodeleft=nodempcold[3*index]; in expand()
782 nodempc[3**mpcend]=nodeleft+i**nk; in expand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/functional-red-black-tree/
H A DREADME.md62 - [`node.left`](#nodeleft)
/dports/misc/netron/node_modules/functional-red-black-tree/
H A DREADME.md62 - [`node.left`](#nodeleft)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/functional-red-black-tree/
H A DREADME.md62 - [`node.left`](#nodeleft)
/dports/textproc/write-good/write-good-1.0.8/node_modules/functional-red-black-tree/
H A DREADME.md62 - [`node.left`](#nodeleft)