Searched refs:width (Results 1 – 4 of 4) sorted by relevance
309 const void *data, uint width, uint count, uint linelen) in _log_buffer() argument311 if (linelen * width > MAX_LINE_LENGTH_BYTES) in _log_buffer()312 linelen = MAX_LINE_LENGTH_BYTES / width; in _log_buffer()314 linelen = DEFAULT_LINE_LENGTH_BYTES / width; in _log_buffer()318 char buf[HEXDUMP_MAX_BUF_LENGTH(width * linelen)]; in _log_buffer()320 thislinelen = hexdump_line(addr, data, width, count, linelen, in _log_buffer()326 data += thislinelen * width; in _log_buffer()327 addr += thislinelen * width; in _log_buffer()
143 col = BMP_LOGO_WIDTH / fontdata->width + 1; in splash_display_banner()
421 Sets the field width to use when showing the function. Set this to
109 gra->width = priv->xsize; in write_graphics()
Completed in 15 milliseconds