Home
last modified time | relevance | path

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

/openthread-3.7.0/
DREADME.md7 …hread/ab4c4e1e/doc/images/certified.svg" alt="Thread Certified Component" width="150px" align="rig…
30width="200px"></a><a href="https://www.aqara.com/"><img src="https://github.com/openthread/openthr…
/openthread-3.7.0/src/cli/
Dcli_utils.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.7.0/third_party/mbedtls/repo/tests/scripts/
Drun-test-suites.pl73 my( $width, $padchar, $string ) = @_;
74 my $padlen = ( $width - length( $string ) - 2 ) / 2;
Dcheck_names.py100 self.textwrapper.width = 80
/openthread-3.7.0/third_party/mbedtls/repo/scripts/data_files/driver_templates/
DOS-template-opaque.jinja11 {%- filter indent(width = nest_indent) %}
DOS-template-transparent.jinja11 {%- filter indent(width = nest_indent) %}
/openthread-3.7.0/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md318 - Fixed-width multi-precision arithmetic
319 - Fixed-width modular arithmetic
456 **Fixed-width multi-precision arithmetic:**
464 **Fixed-width modular arithmetic:**
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum_core.function1276 /* The subtraction is fixed-width, so A and X must have the same number of limbs */
/openthread-3.7.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.7.0/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md432 …p a record of every memory access to `logfile`, with its address and data width. If `myprogram` is…
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog5494 * Moved from unsigned long to fixed width uint32_t types throughout code