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--) {
274 int i, height = head->height;
277 if (height == 0)
280 for ( ; height > 1; height--) {
314 int i, height;
321 if (head->height == 0)
328 for (height = head->height ; height > 1; height--) {
392 int i, height;
394 for (height = head->height; height > level; height--) {
428 head->height++;
437 if (head->height <= 1)
444 head->height--;
456 if (head->height < level) {
598 if (level > head->height) {
600 head->height = 0;
620 if (level < head->height)
632 if (head->height == 0)
652 target->height = victim->height;
681 void *func2, int reap, int height, size_t count)
690 if (height > 1)
692 func, func2, reap, height - 1, count);
759 func2, 0, head->height, 0);
777 func2, 1, head->height, 0);