OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVL_SETBALANCE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
avl_impl.h
75
#define
AVL_SETBALANCE
(n, b) ((n)->avl_balance = (short)(b))
117
#define
AVL_SETBALANCE
(n, b) \
/src/external/cddl/osnet/dist/common/avl/
avl.c
369
AVL_SETBALANCE
(node, -child_bal);
376
AVL_SETBALANCE
(child, child_bal);
450
AVL_SETBALANCE
(child, (balance == right_heavy ? left_heavy : 0));
455
AVL_SETBALANCE
(node, (balance == left_heavy ? right_heavy : 0));
459
AVL_SETBALANCE
(gchild, 0);
507
AVL_SETBALANCE
(node, 0);
537
AVL_SETBALANCE
(node, 0);
548
AVL_SETBALANCE
(node, new_balance);
805
AVL_SETBALANCE
(node, new_balance);
817
AVL_SETBALANCE
(node, new_balance)
[
all
...]
Completed in 39 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026