Home
last modified time | relevance | path

Searched refs:BytesForBitSize (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/common/
Dbit_set.hpp131 uint8_t mMask[BytesForBitSize(kNumBits)];
Dnumeric_limits.hpp59 #define BytesForBitSize(aBitSize) static_cast<uint8_t>(((aBitSize) + (kBitsPerByte - 1)) / kBitsPer… macro
/openthread-latest/src/core/net/
Dip6_address.hpp260 static uint8_t SizeForLength(uint8_t aLength) { return BytesForBitSize(aLength); } in SizeForLength()
/openthread-latest/src/core/thread/
Dmle_types.hpp477 uint8_t mRouterIdSet[BytesForBitSize(Mle::kMaxRouterId + 1)];
Dlowpan.cpp851 hdr[1] = BytesForBitSize(sizeof(hdr) + len) - 1; in DecompressExtensionHeader()
/openthread-latest/src/core/utils/
Dslaac_address.cpp436 sha256.Update(aAddress.mAddress.mFields.m8, BytesForBitSize(aAddress.mPrefixLength)); in GenerateIid()