Searched refs:width (Results 1 – 4 of 4) sorted by relevance
198 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 …]
16 def bitrev(x, width): argument17 return int("{:0{w}b}".format(x, w=width)[::-1], 2)
339 max-width:100%;345 width: 100%;354 width: 100%;391 width: 100%;495 width:50%;
55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy1480 # to set the initial width (in pixels) of the frame in which the tree is shown.
Completed in 17 milliseconds