Home
last modified time | relevance | path

Searched defs:kSizeMask (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_string/public/pw_string/
Dutf_codecs.h79 static constexpr uint32_t kSizeMask = ~kCodePointMask; variable
/external/pigweed/pw_bluetooth_sapphire/host/sdp/public/pw_bluetooth_sapphire/internal/host/sdp/
Ddata_element.h82 constexpr static uint8_t kSizeMask = 0x07; variable
/external/pigweed/pw_status/public/pw_status/
Dstatus_with_size.h217 static constexpr size_t kSizeMask = ~static_cast<size_t>(0) >> kStatusBits; variable
/external/openthread/src/core/thread/
Dlowpan.hpp567 static constexpr uint16_t kSizeMask = 0x7ff; // 0b0111_1111_1111 (first 11 bits). member in ot::Lowpan::FragmentHeader
/external/vixl/src/aarch32/
Dinstructions-aarch32.h80 static const uint32_t kSizeMask = ((1 << kSizeBits) - 1) << kSizeShift; variable