Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c198 while (idx - start_idx < width) { in _out_rev()
214 width--; in _ntoa_format()
338 width, flags); in _ftoa()
423 width--; in _ftoa()
520 unsigned int fwidth = width; in _etoa()
521 if (width > minwidth) { in _etoa()
621 width = 0U; in _vsnprintf()
623 width = _atoi(&format); in _vsnprintf()
630 width = (unsigned int) w; in _vsnprintf()
793 while (l++ < width) { in _vsnprintf()
[all …]
/external/platform/pico/rp2_common/boot_stage2/
A Dpad_checksum16 def bitrev(x, width): argument
17 return int("{:0{w}b}".format(x, w=width)[::-1], 2)
/external/platform/nrfx/doc/buildfiles/
A Dextra_stylesheet.css339 max-width:100%;
345 width: 100%;
354 width: 100%;
391 width: 100%;
495 width:50%;
/external/platform/nrfx/doc/
A Dnrfx.doxyfile55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1480 # to set the initial width (in pixels) of the frame in which the tree is shown.

Completed in 17 milliseconds