Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 26) sorted by relevance

12

/openthread-latest/src/core/utils/
Dheap.cpp154 Block &right = BlockRight(block); in Free() local
174 if (right.IsFree()) in Free()
178 if (right.GetSize() > left->GetSize()) in Free()
180 …for (const uint16_t offset = BlockOffset(right); prev->GetNext() != offset; prev = &BlockNext(*pre… in Free()
185 prev = &BlockPrev(right); in Free()
189 prev->SetNext(right.GetNext()); in Free()
190 right.SetNext(0); in Free()
193 left->SetSize(left->GetSize() + right.GetSize() + sizeof(Block)); in Free()
203 if (right.IsFree()) in Free()
205 Block &prev = BlockPrev(right); in Free()
[all …]
/openthread-latest/src/core/common/
Dbinary_search.cpp48 uint16_t right = aLength; in Find() local
50 while (left < right) in Find()
52 uint16_t middle = (left + right) / 2; in Find()
78 right = middle; in Find()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dmetatest.c88 int right = 10; in meta_test_not_equal() local
92 TEST_EQUAL(left, right); in meta_test_not_equal()
100 int right = 10; in meta_test_not_le_s() local
104 TEST_LE_S(left, right); in meta_test_not_le_s()
112 size_t right = 10; in meta_test_not_le_u() local
116 TEST_LE_U(left, right); in meta_test_not_le_u()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_base64.data7 Test case mbedtls_base64_encode #1 buffer just right
10 Test case mbedtls_base64_encode #2 buffer just right
16 Test case mbedtls_base64_encode #3 buffer just right
22 Test case mbedtls_base64_encode #4 buffer just right
28 Test case mbedtls_base64_encode #5 buffer just right
34 Test case mbedtls_base64_encode #6 buffer just right
40 Test case mbedtls_base64_encode #7 buffer just right
Dtest_suite_chacha20.function55 * in order to test that starts() does the right thing. */
Dtest_suite_poly1305.function47 * right thing. */
Dtest_suite_bignum_core.function11 * \param[in] B Little-endian presentation of the right operand.
87 * \param[in] B Little-endian presentation of the right operand.
889 … TEST_EQUAL(0, mbedtls_mpi_grow(&R, limbs_AN)); /* ensure it's got the right number of limbs */
Dtest_suite_constant_time.function477 /* Fill src in a way that we can detect if we copied the right bytes */
Dtest_suite_bignum_random.function439 /* When the result has the right number of limbs, also test mod_raw
Dtest_suite_psa_crypto_pake.function210 * free to detect it right away of with a delay.
Dtest_suite_psa_crypto.function792 * free to detect it right away of with a delay.
/openthread-latest/tests/scripts/thread-cert/
Dtest_ping_lla_src.py91 left, center, right = router2, router1, router3
100 self.assertFalse(left.ping(right.get_mleid(), interface=left_lla))
/openthread-latest/third_party/mbedtls/repo/
Ddco.txt18 have the right to submit it under the open source license
23 license and I have the right under that license to submit that
DLICENSE340 exercise the right to control the distribution of derivative or
430 patents or other property right claims or to contest validity of any
/openthread-latest/
DNOTICE11 Specification and does not convey the right to identify any final product as Thread
DCODE_OF_CONDUCT.md31 Community leaders have the right and responsibility to remove, edit, or reject comments, commits, c…
DREADME.md7 …4c4e1e/doc/images/certified.svg" alt="Thread Certified Component" width="150px" align="right"> </a>
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dtesting.md27 right decision was made at run-time, i. e. that we didn't use the fallback for
Dstrategy.md340 Executing step 3 will mostly consist of using the right dependency macros in
341 the right places (once the previous steps are done).
Dpsa-legacy-bridges.md143 …tion in a `psa_key_attributes_t`. The algorithm is also needed in its own right when calling opera…
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE340 exercise the right to control the distribution of derivative or
430 patents or other property right claims or to contest validity of any
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md231 …e is required, but no matching algorithm, or vice versa? Is it always the right thing, for example…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md215 …facement | ++ No impact on the product when built normally or on the documentation, if done right |
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md360 * Those buffers that are inputs to a PSA function need to be unpoisoned right up until the function…
/openthread-latest/doc/
DDoxyfile.in1602 # projects and redirect the results back to the right project.

12