Searched refs:width (Results 1 – 16 of 16) sorted by relevance
/lib/ |
D | packing.c | 32 static u64 bit_reverse(u64 val, unsigned int width) in bit_reverse() argument 38 for (i = 0; i < width; i++) { in bit_reverse() 40 new_val |= (bit << (width - i - 1)); in bit_reverse()
|
D | vsprintf.c | 342 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() argument 356 if (len > size || width > size) in num_to_str() 359 if (width > len) { in num_to_str() 360 width = width - len; in num_to_str() 361 for (idx = 0; idx < width; idx++) in num_to_str() 364 width = 0; in num_to_str() 368 buf[idx + width] = tmp[len - idx - 1]; in num_to_str() 370 return len + width; in num_to_str() 2413 set_field_width(struct printf_spec *spec, int width) in set_field_width() argument 2415 spec->field_width = width; in set_field_width() [all …]
|
/lib/fonts/ |
D | fonts.c | 131 res = (xres / f->width) * (yres / f->height) / 1000; in get_default_font() 135 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
|
D | font_6x10.c | 3083 .width = 6,
|
D | font_mini_4x6.c | 2153 .width = 4,
|
D | font_8x8.c | 2580 .width = 8,
|
D | font_acorn_8x8.c | 268 .width = 8,
|
D | font_7x14.c | 4115 .width = 7,
|
D | font_pearl_8x8.c | 2584 .width = 8,
|
D | font_6x11.c | 3348 .width = 6,
|
D | font_sun8x16.c | 268 .width = 8,
|
D | font_ter16x32.c | 2064 .width = 16,
|
D | font_10x18.c | 5139 .width = 10,
|
D | font_sun12x22.c | 6158 .width = 12,
|
D | font_8x16.c | 4629 .width = 8,
|
D | Kconfig | 117 Terminus Font is a clean, fixed width bitmap font, designed
|