Home
last modified time | relevance | path

Searched defs:aOffset (Results 1 – 25 of 52) sorted by relevance

123

/external/openthread/src/core/net/
Ddns_types.cpp275 Error Name::AppendPointerLabel(uint16_t aOffset, Message &aMessage) in AppendPointerLabel()
322 Error Name::ParseName(const Message &aMessage, uint16_t &aOffset) in ParseName()
352 Error Name::ReadLabel(const Message &aMessage, uint16_t &aOffset, char *aLabelBuffer, uint8_t &aLab… in ReadLabel()
365 Error Name::ReadName(const Message &aMessage, uint16_t &aOffset, char *aNameBuffer, uint16_t aNameB… in ReadName()
417 Error Name::CompareLabel(const Message &aMessage, uint16_t &aOffset, const char *aLabel) in CompareLabel()
430 Error Name::CompareMultipleLabels(const Message &aMessage, uint16_t &aOffset, const char *aLabels) in CompareMultipleLabels()
451 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const char *aName) in CompareName()
503 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const Message &aMessage2, uint1… in CompareName()
550 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const Name &aName) in CompareName()
801 Error ResourceRecord::ParseRecords(const Message &aMessage, uint16_t &aOffset, uint16_t aNumRecords) in ParseRecords()
[all …]
Ddhcp6_client.cpp440 uint16_t Client::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Dhcp6::Code aCod… in FindOption()
464 Error Client::ProcessServerIdentifier(Message &aMessage, uint16_t aOffset) in ProcessServerIdentifier()
480 Error Client::ProcessClientIdentifier(Message &aMessage, uint16_t aOffset) in ProcessClientIdentifier()
497 Error Client::ProcessIaNa(Message &aMessage, uint16_t aOffset) in ProcessIaNa()
533 Error Client::ProcessStatusCode(Message &aMessage, uint16_t aOffset) in ProcessStatusCode()
546 Error Client::ProcessIaAddress(Message &aMessage, uint16_t aOffset) in ProcessIaAddress()
Ddhcp6_server.cpp221 uint16_t Server::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode) in FindOption()
243 Error Server::ProcessClientIdentifier(Message &aMessage, uint16_t aOffset, ClientIdentifier &aClien… in ProcessClientIdentifier()
256 Error Server::ProcessElapsedTime(Message &aMessage, uint16_t aOffset) in ProcessElapsedTime()
267 Error Server::ProcessIaNa(Message &aMessage, uint16_t aOffset, IaNa &aIaNa) in ProcessIaNa()
295 Error Server::ProcessIaAddress(Message &aMessage, uint16_t aOffset) in ProcessIaAddress()
Ddns_types.hpp514 Name(const Message &aMessage, uint16_t aOffset) in Name()
569 void SetFromMessage(const Message &aMessage, uint16_t aOffset) in SetFromMessage()
814 …static Error ReadName(const Message &aMessage, uint16_t &aOffset, char (&aNameBuffer)[kNameBufferS… in ReadName()
1083 Name(const char *aString, const Message *aMessage, uint16_t aOffset) in Name()
1447 uint16_t &aOffset, in FindRecord()
1490 …template <class RecordType> static Error ReadRecord(const Message &aMessage, uint16_t &aOffset, Re… in ReadRecord()
1608 uint16_t &aOffset, in ReadCanonicalName()
1655 …Error ReadPtrName(const Message &aMessage, uint16_t &aOffset, char *aNameBuffer, uint16_t aNameBuf… in ReadPtrName()
1719 uint16_t &aOffset, in ReadPtrName()
1907 uint16_t &aOffset, in ReadTargetHostName()
[all …]
Dip6_headers.hpp592 void SetOffset(uint16_t aOffset) in SetOffset()
646 …static inline uint16_t FragmentOffsetToBytes(uint16_t aOffset) { return static_cast<uint16_t>(aOff… in FragmentOffsetToBytes()
655 static inline uint16_t BytesToFragmentOffset(uint16_t aOffset) { return aOffset >> 3; } in BytesToFragmentOffset()
/external/openthread/src/core/common/
Dframe_builder.cpp108 Error FrameBuilder::AppendBytesFromMessage(const Message &aMessage, uint16_t aOffset, uint16_t aLen… in AppendBytesFromMessage()
133 void FrameBuilder::WriteBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength) in WriteBytes()
138 Error FrameBuilder::InsertBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength) in InsertBytes()
154 void FrameBuilder::RemoveBytes(uint16_t aOffset, uint16_t aLength) in RemoveBytes()
Dmessage.cpp315 void Message::SetOffset(uint16_t aOffset) in SetOffset()
395 Error Message::AppendBytesFromMessage(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in AppendBytesFromMessage()
469 void Message::RemoveHeader(uint16_t aOffset, uint16_t aLength) in RemoveHeader()
497 Error Message::InsertHeader(uint16_t aOffset, uint16_t aLength) in InsertHeader()
532 void Message::GetFirstChunk(uint16_t aOffset, uint16_t &aLength, Chunk &aChunk) const in GetFirstChunk()
615 uint16_t Message::ReadBytes(uint16_t aOffset, void *aBuf, uint16_t aLength) const in ReadBytes()
637 Error Message::Read(uint16_t aOffset, void *aBuf, uint16_t aLength) const in Read()
659 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes()
679 bool Message::CompareBytes(uint16_t aOffset, in CompareBytes()
702 void Message::WriteBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength) in WriteBytes()
Dtlvs.cpp66 …v::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &aOffset) in FindTlv()
93 Error Tlv::ParsedInfo::ParseFrom(const Message &aMessage, uint16_t aOffset) in ParseFrom()
165 Error Tlv::ReadStringTlv(const Message &aMessage, uint16_t aOffset, uint8_t aMaxStringLength, char … in ReadStringTlv()
180 template <typename UintType> Error Tlv::ReadUintTlv(const Message &aMessage, uint16_t aOffset, Uint… in ReadUintTlv()
196 Error Tlv::ReadTlvValue(const Message &aMessage, uint16_t aOffset, void *aValue, uint8_t aMinLength) in ReadTlvValue()
Dframe_builder.hpp269 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
305 template <typename ObjectType> Error Insert(uint16_t aOffset, const ObjectType &aObject) in Insert()
Dtlvs.hpp319 …static Error Read(const Message &aMessage, uint16_t aOffset, typename SimpleTlvType::ValueType &aV… in Read()
337 …static Error Read(const Message &aMessage, uint16_t aOffset, typename UintTlvType::UintValueType &… in Read()
355 …static Error Read(const Message &aMessage, uint16_t aOffset, typename StringTlvType::StringType &a… in Read()
423 … <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv, uint16_t &aOffset) in FindTlv()
Doffset_range.cpp43 void OffsetRange::Init(uint16_t aOffset, uint16_t aLength) in Init()
Dheap_data.cpp60 Error Data::SetFrom(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in SetFrom()
/external/openthread/src/core/meshcop/
Dtcat_agent.cpp514 …:HandleSetActiveOperationalDataset(const Message &aIncomingMessage, uint16_t aOffset, uint16_t aLe… in HandleSetActiveOperationalDataset()
624 uint16_t aOffset, in HandlePing()
732 Error TcatAgent::HandlePresentPskdHash(const Message &aIncomingMessage, uint16_t aOffset, uint16_t … in HandlePresentPskdHash()
746 Error TcatAgent::HandlePresentPskcHash(const Message &aIncomingMessage, uint16_t aOffset, uint16_t … in HandlePresentPskcHash()
763 Error TcatAgent::HandlePresentInstallCodeHash(const Message &aIncomingMessage, uint16_t aOffset, ui… in HandlePresentInstallCodeHash()
792 uint16_t aOffset, in HandleRequestPskdHash()
817 uint16_t aOffset, in VerifyHash()
870 uint16_t &aOffset, in SeralizeTcatAdvertisementTlv()
/external/flatbuffers/tests/ts/my-game/other-name-space/
Dtable-b.js32 static addA(builder, aOffset) { argument
39 static createTableB(builder, aOffset) { argument
/external/openthread/src/core/api/
Dmessage_api.cpp48 void otMessageSetOffset(otMessage *aMessage, uint16_t aOffset) { AsCoreType(aMessage).SetOffset(aOf… in otMessageSetOffset()
102 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) in otMessageRead()
109 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) in otMessageWrite()
/external/openthread/examples/platforms/simulation/
Dflash.c118 void otPlatFlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, void *aData, uint… in otPlatFlashRead()
133 void otPlatFlashWrite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aDat… in otPlatFlashWrite()
/external/openthread/third_party/tcplp/lib/test/
Dtest_all.c15 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) { in otMessageRead()
19 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) { in otMessageWrite()
/external/openthread/src/core/crypto/
Dhmac_sha256.cpp64 void HmacSha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update()
Dsha256.cpp59 void Sha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update()
/external/okhttp/okio/okio/src/main/java/okio/
DUtil.java74 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) { in arrayRangeEquals()
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DUtil.java75 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) { in arrayRangeEquals()
/external/pytorch/aten/src/ATen/cuda/
DCUDAApplyUtils.cuh230 const IndexType aOffset = sizeof...(Offsets) < n ? in apply() local
301 const IndexType aOffset = static_cast<int64_t>(sizeof...(Offsets)) < n ? in apply() local
/external/pytorch/aten/src/ATen/native/cuda/
DSummaryOps.cu103 const IndexType aOffset = in C10_LAUNCH_BOUNDS_1() local
121 const IndexType aOffset = in C10_LAUNCH_BOUNDS_1() local
/external/openthread/src/core/thread/
Dnetwork_data.hpp515 void SetSubTlvOffset(uint8_t aOffset) { mIteratorBuffer[kSubTlvPosition] = aOffset; } in SetSubTlvOffset()
516 void SetTlvOffset(uint8_t aOffset) { mIteratorBuffer[kTlvPosition] = aOffset; } in SetTlvOffset()
/external/flatbuffers/tests/ts/arrays_test_complex/my-game/example/
Darray-table.js39 static addA(builder, aOffset) { argument

123