Home
last modified time | relevance | path

Searched refs:width (Results 1 – 16 of 16) sorted by relevance

/lib/
Dpacking.c32 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()
Dvsprintf.c342 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/
Dfonts.c131 res = (xres / f->width) * (yres / f->height) / 1000; in get_default_font()
135 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
Dfont_6x10.c3083 .width = 6,
Dfont_mini_4x6.c2153 .width = 4,
Dfont_8x8.c2580 .width = 8,
Dfont_acorn_8x8.c268 .width = 8,
Dfont_7x14.c4115 .width = 7,
Dfont_pearl_8x8.c2584 .width = 8,
Dfont_6x11.c3348 .width = 6,
Dfont_sun8x16.c268 .width = 8,
Dfont_ter16x32.c2064 .width = 16,
Dfont_10x18.c5139 .width = 10,
Dfont_sun12x22.c6158 .width = 12,
Dfont_8x16.c4629 .width = 8,
DKconfig117 Terminus Font is a clean, fixed width bitmap font, designed