Searched refs:position (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | test_certs.h.jinja2 | 15 #define {{name}}{{ '\\' | put_to_column(position=80-9-name|length)}} 17 "{{line}}\r\n"{% if not loop.last %}{{ '\\' | put_to_column(position=80-10-1-line|length)}} 26 #define {{name}} {% raw -%} { {%- endraw %} {{ '\\' | put_to_column(position=80-11-name|length)}} 29 {{line}},{{ '\\' | put_to_column(position=80-9-line|length)}} 31 {{line}}{{ '\\' | put_to_column(position=80-8-line|length)}}
|
/openthread-latest/src/core/common/ |
D | string.cpp | 377 size_t position = 0; in IsValidUtf8String() local 379 while (position < aLength) in IsValidUtf8String() 381 byte = *reinterpret_cast<const uint8_t *>(aString + position); in IsValidUtf8String() 382 ++position; in IsValidUtf8String() 417 VerifyOrExit(position < aLength, ret = false); in IsValidUtf8String() 419 byte = *reinterpret_cast<const uint8_t *>(aString + position); in IsValidUtf8String() 420 ++position; in IsValidUtf8String()
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_test_cert_macros.py | 81 def put_to_column(value, position=0): argument 82 return ' '*position + value
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_asn1write.function | 461 data_t *needle, int from, int position) 497 if (position >= 0) { 498 /* position should have been found and modified. */ 500 TEST_ASSERT(found == pointers[position]);
|
D | test_suite_pkparse.function | 305 * their position. This is enforced during parsing (please see the implementation
|
D | test_suite_asn1parse.function | 688 data_t *needle, int from, int position) 711 TEST_ASSERT(found == pointers[position]);
|
D | test_suite_bignum_random.function | 95 /* Shift the most significant bit of x to position 8 and mask it out */
|
/openthread-latest/tests/scripts/thread-cert/ |
D | ipv6.py | 654 def callculate_offset(self, position): argument 655 return position >> 3
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | alternative-implementations.md | 47 … as in the built-in implementation, but does not need to be at the same position in the structure.…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 358 - CTR-DRBG holds a special position in the stack: most users don't care about it per se, they only …
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 695 own compression mechanisms and are in a better position than the TLS stack to
|