Home | History | Annotate | Download | only in ADT

Lines Matching refs:hl

192     unsigned HL = getLeft() ? getLeft()->validateTree() : 0;
194 (void) HL;
197 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
200 assert((HL > HR ? HL-HR : HR-HL) <= 2
438 unsigned hl = getHeight(L);
440 return (hl > hr ? hl : hr) + 1;
497 unsigned hl = getHeight(L);
500 if (hl > hr + 2) {
516 else if (hr > hl + 2) {