Searched refs:left_height (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtree.c624 gint left_height; local
629 left_height = 0;
633 left_height = g_tree_node_height (node->left);
638 return MAX (left_height, right_height) + 1;
719 gint left_height; local
725 left_height = 0;
729 left_height = g_tree_node_height (node->left);
733 balance = right_height - left_height;

Completed in 39 milliseconds