Searched refs:OT_ARRAY_END (Results 1 – 12 of 12) sorted by relevance
245 if (GetFrame() + aLength <= OT_ARRAY_END(mBuffer)) in SetLength()276 if (mWriteFrameStart + kHeaderSize + aSkipLength <= OT_ARRAY_END(mBuffer)) in SetSkipLength()369 OT_ASSERT(aFrame == nullptr || (mBuffer <= aFrame && aFrame < OT_ARRAY_END(mBuffer))); in GetNextSavedFrame()
64 #define OT_ARRAY_END(aArray) (&aArray[OT_ARRAY_LENGTH(aArray)]) macro
149 …(const Type &aObject) const { return (&mPool[0] <= &aObject) && (&aObject < OT_ARRAY_END(mPool)); } in IsPoolEntry()
128 for (const TestVector *test = &kTestVectors[0]; test < OT_ARRAY_END(kTestVectors); test++) in TestHkdfSha256()
110 mItem = OT_ARRAY_END(table.mProxies); in Iterator()120 } while (mItem < OT_ARRAY_END(table.mProxies) && !MatchesFilter(*mItem, mFilter)); in Advance()
468 OT_ASSERT(&mIp6Address[0] <= &aAddress && &aAddress < OT_ARRAY_END(mIp6Address)); in GetAddressMlrState()481 OT_ASSERT(&mIp6Address[0] <= &aAddress && &aAddress < OT_ARRAY_END(mIp6Address)); in SetAddressMlrState()
185 return (&mPrefixEntries[0] <= &aEntry) && (&aEntry < OT_ARRAY_END(mPrefixEntries)); in IsAPrefixEntry()
621 … memcpy(OT_ARRAY_END(mFields.m8) - Ip4::Address::kSize, ip4Addr.GetBytes(), Ip4::Address::kSize); in FromString()
1000 for (; cur < OT_ARRAY_END(mQueryTransactions); cur++) in GetNextQuery()
262 VerifyOrExit(curUriPath + optionLength < OT_ARRAY_END(aUriPath), error = kErrorParse); in ReadUriPathOptions()
1294 …VerifyOrExit(curUriPath + iterator.GetOption()->GetLength() < OT_ARRAY_END(uriPath), error = kErro… in ProcessReceivedRequest()
304 JoinerRouter *end = OT_ARRAY_END(mJoinerRouters); in SaveDiscoveredJoinerRouter()