/openthread-2.7.6/tests/unit/ |
D | test_heap.cpp | 96 Node * last = &head; in TestAllocateRandomly() local 102 last->mNext = static_cast<Node *>(heap.CAlloc(1, size)); in TestAllocateRandomly() 105 if (last->mNext == nullptr) in TestAllocateRandomly() 110 …VerifyOrQuit(last->mNext->mNext == nullptr, "TestAllocateRandomly memory not initialized to zero!"… in TestAllocateRandomly() 111 last = last->mNext; in TestAllocateRandomly() 112 last->mSize = size; in TestAllocateRandomly() 134 if (last == curr) in TestAllocateRandomly() 136 last = prev; in TestAllocateRandomly() 143 last = head.mNext; in TestAllocateRandomly() 145 while (last) in TestAllocateRandomly() [all …]
|
/openthread-2.7.6/src/lib/url/ |
D | url.cpp | 92 const char *last = nullptr; in GetValue() local 105 last = start; in GetValue() 106 start = last + strlen(last) + 1; in GetValue()
|
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/ |
D | verify_result.py | 53 self._packet_found[name] = pkts.last()
|
D | packet_filter.py | 186 def last(self) -> Packet: member in PacketFilter
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | md4.c | 328 uint32_t last, padn; in mbedtls_md4_finish_ret() local 339 last = ctx->total[0] & 0x3F; in mbedtls_md4_finish_ret() 340 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in mbedtls_md4_finish_ret()
|
D | ripemd160.c | 395 uint32_t last, padn; in mbedtls_ripemd160_finish_ret() local 406 last = ctx->total[0] & 0x3F; in mbedtls_ripemd160_finish_ret() 407 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in mbedtls_ripemd160_finish_ret()
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 47 They also use the last bytes as configuration options. 54 * Finally, you can add the options by appending the last bytes to the file test.cor
|
/openthread-2.7.6/src/core/diags/ |
D | README.md | 148 last received packet: rssi=-64, lqi=98 169 last received packet: rssi=-61, lqi=98
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pkcs1_v15.data | 121 EMSA-V15 decoding: invalid padding at last byte 130 EMSA-V15 decoding: unfinished padding with invalid last byte
|
D | test_suite_cipher.padding.data | 184 Check one and zeros padding #8 (last byte 0x80 | x)
|
D | test_suite_asn1write.data | 346 Store named data: last
|
D | test_suite_psa_crypto_slot_management.function | 972 * slots when creating the last key is restored in a RAM slot to export 1050 * Check we can export the volatile key created last and that it has the
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | test_zeroize.gdb | 23 # breakpoint at the last return statement in main(). When the breakpoint is
|
/openthread-2.7.6/tests/scripts/thread-cert/ |
D | Cert_9_2_05_ActiveDataset.py | 170 _pkt = pkts.last()
|
D | Cert_8_3_01_CommissionerPetition.py | 118 _pkt = pkts.last()
|
D | Cert_9_2_08_PersistentDatasets.py | 186 _pkt = pkts.last()
|
D | Cert_9_2_09_PendingPartition.py | 237 _pkt = pkts.last() 406 _pkt = pkts.last()
|
D | Cert_9_2_11_NetworkKey.py | 214 _pkt = pkts.last()
|
D | Cert_7_1_06_BorderRouterAsLeader.py | 185 _pkt = pkts.last()
|
D | Cert_7_1_07_BorderRouterAsLeader.py | 209 _pkt = pkts.last()
|
D | Cert_9_2_06_DatasetDissemination.py | 222 _pkt = pkts.last()
|
/openthread-2.7.6/examples/platforms/cc2538/ |
D | cc2538.ld | 50 * The CCA (Customer Configuration Area) is always the last page.
|
/openthread-2.7.6/src/cli/ |
D | README_SRP.md | 86 The last command enables the auto-start mode on the client which then monitors the network data to …
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | Makefile-toplevel.am | 70 # .dist-version second, and the .default-version last.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/ |
D | CHANGES | 46 last version of m4 that does not abort on invocation in the m4
|