Searched refs:format_width (Results 1 - 2 of 2) sorted by relevance

/external/qemu-pc-bios/vgabios/
H A Dvgabios.c3787 unsigned format_width, i; local
3795 format_width = 0;
3800 format_width = 0;
3804 format_width = (format_width * 10) + (c - '0');
3809 if (format_width == 0)
3810 format_width = 4;
3812 digit = format_width - 1;
3813 for (i=0; i<format_width; i++) {
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1618 // Supports %[format_width][length]format
1631 Bit16u arg_seg, arg, nibble, hibyte, shift_count, format_width, hexadd; local
1637 format_width = 0;
1649 format_width = 0;
1653 format_width = (format_width * 10) + (c - '0');
1659 if (format_width == 0)
1660 format_width = 4;
1665 for (i=format_width-1; i>=0; i--) {
1671 put_uint(action, arg, format_width,
[all...]

Completed in 134 milliseconds