OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avl_max
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/bintrees/bintrees/
ctrees.c
462
#define
avl_max
(a, b) ((a) > (b) ? (a) : (b))
macro
479
BALANCE(root) =
avl_max
(rlh, rrh) + 1;
480
BALANCE(save) =
avl_max
(slh, BALANCE(root)) + 1;
565
max =
avl_max
(lh, rh);
636
int max =
avl_max
(lh, rh);
Completed in 2268 milliseconds