Searched refs:AVL_GET_BALANCE_FACTOR (Results 1 – 2 of 2) sorted by relevance
211 if (AVL_GET_BALANCE_FACTOR(bal_h) > 0) { in L_()218 if (AVL_GET_BALANCE_FACTOR(deep_h) < 0) { in L_()229 bf = AVL_GET_BALANCE_FACTOR(bal_h); in L_()249 if (AVL_GET_BALANCE_FACTOR(deep_h) == 0) { in L_()265 if (AVL_GET_BALANCE_FACTOR(deep_h) > 0) { in L_()275 bf = AVL_GET_BALANCE_FACTOR(bal_h); in L_()295 if (AVL_GET_BALANCE_FACTOR(deep_h) == 0) { in L_()339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) { in L_()378 unbal_bf = AVL_GET_BALANCE_FACTOR(unbal); in L_()571 if (AVL_GET_BALANCE_FACTOR(h) < 0) { in L_()[all …]
369 #define AVL_GET_BALANCE_FACTOR(H) \ macro