Lines Matching defs:height
179 head->height = 0;
210 int height = head->height;
213 if (height == 0)
216 for ( ; height > 1; height--)
244 int i, height = head->height;
247 if (height == 0)
250 for ( ; height > 1; height--) {
310 int i, height;
317 if (head->height == 0)
324 for (height = head->height ; height > 1; height--) {
388 int i, height;
390 for (height = head->height; height > level; height--) {
424 head->height++;
433 if (head->height <= 1)
440 head->height--;
452 if (head->height < level) {
594 if (level > head->height) {
596 head->height = 0;
616 if (level < head->height)
628 if (head->height == 0)
648 target->height = victim->height;
677 void *func2, int reap, int height, size_t count)
686 if (height > 1)
688 func, func2, reap, height - 1, count);
755 func2, 0, head->height, 0);
773 func2, 1, head->height, 0);