OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:left_heavy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/common/avl/
avl.c
76
* int
left_heavy
; // -1 when left subtree is taller at some node,
80
* int right_heavy;// will be the opposite of
left_heavy
(-1 or 1)
307
int
left_heavy
= balance >> 1;
local
308
int right_heavy = -
left_heavy
;
450
AVL_SETBALANCE(child, (balance == right_heavy ?
left_heavy
: 0));
455
AVL_SETBALANCE(node, (balance ==
left_heavy
? right_heavy : 0));
avl.c
76
* int
left_heavy
; // -1 when left subtree is taller at some node,
80
* int right_heavy;// will be the opposite of
left_heavy
(-1 or 1)
307
int
left_heavy
= balance >> 1;
local
308
int right_heavy = -
left_heavy
;
450
AVL_SETBALANCE(child, (balance == right_heavy ?
left_heavy
: 0));
455
AVL_SETBALANCE(node, (balance ==
left_heavy
? right_heavy : 0));
Completed in 42 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026