Home | History | Annotate | Download | only in vgabios

Lines Matching refs:format_width

3787   unsigned format_width, i;
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++) {