Home
last modified time | relevance | path

Searched refs:height (Results 1 – 14 of 14) sorted by relevance

/lib/
Dbtree.c179 head->height = 0; in __btree_init()
210 int height = head->height; in btree_last() local
213 if (height == 0) in btree_last()
216 for ( ; height > 1; height--) in btree_last()
244 int i, height = head->height; in btree_lookup() local
247 if (height == 0) in btree_lookup()
250 for ( ; height > 1; height--) { in btree_lookup()
274 int i, height = head->height; in btree_update() local
277 if (height == 0) in btree_update()
280 for ( ; height > 1; height--) { in btree_update()
[all …]
/lib/fonts/
Dfonts.c127 if ((yres < 400) == (f->height <= 8)) in get_default_font()
131 res = (xres / f->width) * (yres / f->height) / 1000; in get_default_font()
136 (font_h & (1 << (f->height - 1)))) in get_default_font()
Dfont_6x10.c3084 .height = 10,
Dfont_mini_4x6.c2154 .height = 6,
Dfont_8x8.c2581 .height = 8,
Dfont_acorn_8x8.c269 .height = 8,
Dfont_7x14.c4116 .height = 14,
Dfont_pearl_8x8.c2585 .height = 8,
Dfont_6x11.c3349 .height = 11,
Dfont_sun8x16.c269 .height = 16,
Dfont_ter16x32.c2065 .height = 32,
Dfont_10x18.c5140 .height = 18,
Dfont_sun12x22.c6159 .height = 22,
Dfont_8x16.c4630 .height = 16,