Home
last modified time | relevance | path

Searched refs:kGuardBlockSize (Results 1 – 3 of 3) sorted by relevance

/openthread-3.7.0/src/core/utils/
Dheap.hpp149 bool IsFree(void) const { return mSize != kGuardBlockSize && GetNext() != 0; } in IsFree()
152 static constexpr uint16_t kGuardBlockSize = 0xffff; // Size value of the guard block. member in ot::Utils::Block
Dheap.cpp56 guard.SetSize(Block::kGuardBlockSize); in Heap()
/openthread-3.7.0/tests/unit/
Dtest_dns.cpp603 kGuardBlockSize = 20, in TestDnsCompressedName() enumerator
669 for (uint8_t index = 0; index < kHeaderOffset + kGuardBlockSize; index++) in TestDnsCompressedName()
681 for (uint8_t index = 0; index < kGuardBlockSize; index++) in TestDnsCompressedName()
694 for (uint8_t index = 0; index < kGuardBlockSize; index++) in TestDnsCompressedName()