Home
last modified time | relevance | path

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

/tools/
A Dbmp_logo.c10 uint16_t width; member
71 b->width, b->height, n_colors, in gen_info()
122 if (fread (&b->width, sizeof (uint16_t), 1, fp) != 1) in main()
136 b->width = le_short(b->width); in main()
139 size = b->width * b->height; in main()
204 for (i = (b->height - 1) * b->width; i >= 0; i -= b->width) { in main()
205 for (x = 0; x < b->width; x++) { in main()
A Dkwboot.c475 const int width = 70; in __progress() local
479 if (pos % width == 0) in __progress()
485 pos = (pos + 1) % width; in __progress()
488 while (pos && pos++ < width) in __progress()
/tools/binman/
A Dcontrol.py207 width = -widths[i]
209 width = -width
211 txt = '%*s ' % (width, item)
/tools/patman/
A Dpatman.rst936 :width: 800
A DREADME.rst936 :width: 800

Completed in 9 milliseconds