Searched defs:kSizeMask (Results 1 – 5 of 5) sorted by relevance
79 static constexpr uint32_t kSizeMask = ~kCodePointMask; variable
80 constexpr static uint8_t kSizeMask = 0x07; variable
217 static constexpr size_t kSizeMask = ~static_cast<size_t>(0) >> kStatusBits; variable
600 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