Home
last modified time | relevance | path

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

/openthread-3.5.0/
DREADME.md7 …hread/ab4c4e1e/doc/images/certified.svg" alt="Thread Certified Component" width="150px" align="rig…
30width="200px"></a><a href="https://www.arm.com/"><img src="https://github.com/openthread/openthrea…
/openthread-3.5.0/src/cli/
Dcli_output.cpp391 uint8_t width = aWidths[index]; in OutputTableHeader() local
394 if (titleLength + 2 <= width) in OutputTableHeader()
399 OutputFormat("| %*s", -static_cast<int>(width - 1), title); in OutputTableHeader()
407 OutputFormat("|%*.*s", -static_cast<int>(width), width, title); in OutputTableHeader()
421 for (uint8_t width = aWidths[index]; width != 0; width--) in OutputTableSeparator() local
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Drun-test-suites.pl83 my( $width, $padchar, $string ) = @_;
84 my $padlen = ( $width - length( $string ) - 2 ) / 2;
Dcheck_names.py107 self.textwrapper.width = 80
/openthread-3.5.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile47 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
1168 # used to set the initial width (in pixels) of the frame in which the tree
/openthread-3.5.0/doc/
DDoxyfile.in86 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
1449 # to set the initial width (in pixels) of the frame in which the tree is shown.
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog3899 * Moved from unsigned long to fixed width uint32_t types throughout code