Home
last modified time | relevance | path

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

/common/
A Dlog.c309 const void *data, uint width, uint count, uint linelen) in _log_buffer() argument
311 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()
A Dsplash.c143 col = BMP_LOGO_WIDTH / fontdata->width + 1; in splash_display_banner()
A DKconfig421 Sets the field width to use when showing the function. Set this to
/common/spl/
A Dspl_upl.c109 gra->width = priv->xsize; in write_graphics()

Completed in 15 milliseconds