Home | History | Annotate | Download | only in include

Lines Matching defs:balance

153 ** need these fields.  The "balance" function does not explicitly use
155 ** structure pointer to "balance" if it has instantiation-specific
157 ** "balance".
198 /* Put the private balance function in the same compilation module as
204 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h) {
322 /* Balance factor of last unbalanced node. */
412 unbal = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX unbal);
509 /* Prototype of balance function (called by remove) in case not in
512 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h);
684 h = L_(balance)(L_BALANCE_PARAM_CALL_PREFIX h);