Searched refs:height (Results 1 – 14 of 14) sorted by relevance
/lib/ |
D | btree.c | 179 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/ |
D | fonts.c | 127 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()
|
D | font_6x10.c | 3084 .height = 10,
|
D | font_mini_4x6.c | 2154 .height = 6,
|
D | font_8x8.c | 2581 .height = 8,
|
D | font_acorn_8x8.c | 269 .height = 8,
|
D | font_7x14.c | 4116 .height = 14,
|
D | font_pearl_8x8.c | 2585 .height = 8,
|
D | font_6x11.c | 3349 .height = 11,
|
D | font_sun8x16.c | 269 .height = 16,
|
D | font_ter16x32.c | 2065 .height = 32,
|
D | font_10x18.c | 5140 .height = 18,
|
D | font_sun12x22.c | 6159 .height = 22,
|
D | font_8x16.c | 4630 .height = 16,
|