Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp1118 static constexpr uint8_t kVersionOffset = 4; member in ot::MeshCoP::DiscoveryRequestTlv
1230 static constexpr uint8_t kVersionOffset = 4; member in ot::MeshCoP::DiscoveryResponseTlv
/aosp_15_r20/external/openthread/src/core/net/
H A Dsntp_client.hpp223 static constexpr uint8_t kVersionOffset = 3; // Version field offset. member in ot::Sntp::Client::Header
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp862 static constexpr uint8_t kVersionOffset = 6; member in ot::Coap::Message
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1728 … static constexpr uint8_t kVersionOffset = 4; ///< Version field bit offset. member in ot::Mac::BeaconPayload
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc2089 static constexpr size_t kVersionOffset = sizeof(OatHeader::kOatMagic); in TEST_F() local