Searched defs:AVL_SETBALANCE (Results 1 – 2 of 2) sorted by relevance
75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro