Searched defs:kSizeMask (Results 1 – 3 of 3) sorted by relevance
188 static constexpr size_t kSizeMask = ~static_cast<size_t>(0) >> kStatusBits; variable
601 static constexpr uint16_t kSizeMask = 0x7ff; // 0b0111_1111_1111 (first 11 bits). member in ot::Lowpan::FragmentHeader
78 static const uint32_t kSizeMask = ((1 << kSizeBits) - 1) << kSizeShift; variable