Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.cpp281 Error Name::AppendPointerLabel(uint16_t aOffset, Message &aMessage) in AppendPointerLabel()
328 Error Name::ParseName(const Message &aMessage, uint16_t &aOffset) in ParseName()
358 Error Name::ReadLabel(const Message &aMessage, uint16_t &aOffset, char *aLabelBuffer, uint8_t &aLab… in ReadLabel()
371 Error Name::ReadName(const Message &aMessage, uint16_t &aOffset, char *aNameBuffer, uint16_t aNameB… in ReadName()
423 Error Name::CompareLabel(const Message &aMessage, uint16_t &aOffset, const char *aLabel) in CompareLabel()
436 Error Name::CompareMultipleLabels(const Message &aMessage, uint16_t &aOffset, const char *aLabels) in CompareMultipleLabels()
457 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const char *aName) in CompareName()
509 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const Message &aMessage2, uint1… in CompareName()
556 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const Name &aName) in CompareName()
807 Error ResourceRecord::ParseRecords(const Message &aMessage, uint16_t &aOffset, uint16_t aNumRecords) in ParseRecords()
[all …]
H A Ddhcp6_client.cpp448 uint16_t Client::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Dhcp6::Code aCod… in FindOption()
472 Error Client::ProcessServerIdentifier(Message &aMessage, uint16_t aOffset) in ProcessServerIdentifier()
488 Error Client::ProcessClientIdentifier(Message &aMessage, uint16_t aOffset) in ProcessClientIdentifier()
505 Error Client::ProcessIaNa(Message &aMessage, uint16_t aOffset) in ProcessIaNa()
541 Error Client::ProcessStatusCode(Message &aMessage, uint16_t aOffset) in ProcessStatusCode()
554 Error Client::ProcessIaAddress(Message &aMessage, uint16_t aOffset) in ProcessIaAddress()
H A Ddhcp6_server.cpp229 uint16_t Server::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode) in FindOption()
251 Error Server::ProcessClientIdentifier(Message &aMessage, uint16_t aOffset, ClientIdentifier &aClien… in ProcessClientIdentifier()
264 Error Server::ProcessElapsedTime(Message &aMessage, uint16_t aOffset) in ProcessElapsedTime()
275 Error Server::ProcessIaNa(Message &aMessage, uint16_t aOffset, IaNa &aIaNa) in ProcessIaNa()
303 Error Server::ProcessIaAddress(Message &aMessage, uint16_t aOffset) in ProcessIaAddress()
H A Ddns_types.hpp571 Name(const Message &aMessage, uint16_t aOffset) in Name()
632 void SetFromMessage(const Message &aMessage, uint16_t aOffset) in SetFromMessage()
890 …static Error ReadName(const Message &aMessage, uint16_t &aOffset, char (&aNameBuffer)[kNameBufferS… in ReadName()
1169 Name(const char *aString, const Message *aMessage, uint16_t aOffset) in Name()
1551 uint16_t &aOffset, in FindRecord()
1595 …template <class RecordType> static Error ReadRecord(const Message &aMessage, uint16_t &aOffset, Re… in ReadRecord()
1720 uint16_t &aOffset, in ReadCanonicalName()
1770 …Error ReadPtrName(const Message &aMessage, uint16_t &aOffset, char *aNameBuffer, uint16_t aNameBuf… in ReadPtrName()
1836 uint16_t &aOffset, in ReadPtrName()
2042 uint16_t &aOffset, in ReadTargetHostName()
[all …]
H A Dip6_headers.hpp648 void SetOffset(uint16_t aOffset) in SetOffset()
708 …static inline uint16_t FragmentOffsetToBytes(uint16_t aOffset) { return static_cast<uint16_t>(aOff… in FragmentOffsetToBytes()
717 static inline uint16_t BytesToFragmentOffset(uint16_t aOffset) { return aOffset >> 3; } in BytesToFragmentOffset()
H A Dsrp_client.cpp1725 void Client::UpdateRecordLengthInMessage(Dns::ResourceRecord &aRecord, uint16_t aOffset, Message &a… in UpdateRecordLengthInMessage()
1948 Error Client::ReadResourceRecord(const Message &aMessage, uint16_t &aOffset, Dns::ResourceRecord &a… in ReadResourceRecord()
1965 Error Client::ProcessOptRecord(const Message &aMessage, uint16_t aOffset, const Dns::OptRecord &aOp… in ProcessOptRecord()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp325 void Message::SetOffset(uint16_t aOffset) in SetOffset()
420 Error Message::AppendBytesFromMessage(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in AppendBytesFromMessage()
494 void Message::RemoveHeader(uint16_t aOffset, uint16_t aLength) in RemoveHeader()
522 Error Message::InsertHeader(uint16_t aOffset, uint16_t aLength) in InsertHeader()
557 void Message::GetFirstChunk(uint16_t aOffset, uint16_t &aLength, Chunk &aChunk) const in GetFirstChunk()
640 uint16_t Message::ReadBytes(uint16_t aOffset, void *aBuf, uint16_t aLength) const in ReadBytes()
662 Error Message::Read(uint16_t aOffset, void *aBuf, uint16_t aLength) const in Read()
678 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes()
698 bool Message::CompareBytes(uint16_t aOffset, in CompareBytes()
721 void Message::WriteBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength) in WriteBytes()
H A Dframe_builder.cpp108 Error FrameBuilder::AppendBytesFromMessage(const Message &aMessage, uint16_t aOffset, uint16_t aLen… in AppendBytesFromMessage()
121 void FrameBuilder::WriteBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength) in WriteBytes()
126 Error FrameBuilder::InsertBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength) in InsertBytes()
142 void FrameBuilder::RemoveBytes(uint16_t aOffset, uint16_t aLength) in RemoveBytes()
H A 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()
H A Dtlvs.hpp343 …static Error Read(const Message &aMessage, uint16_t aOffset, typename SimpleTlvType::ValueType &aV… in Read()
362 …static Error Read(const Message &aMessage, uint16_t aOffset, typename UintTlvType::UintValueType &… in Read()
381 …static Error Read(const Message &aMessage, uint16_t aOffset, typename StringTlvType::StringType &a… in Read()
453 … <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv, uint16_t &aOffset) in FindTlv()
H A Dframe_builder.hpp256 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
294 template <typename ObjectType> Error Insert(uint16_t aOffset, const ObjectType &aObject) in Insert()
H A Dmessage.hpp833 template <typename ObjectType> Error Read(uint16_t aOffset, ObjectType &aObject) const in Read()
918 template <typename ObjectType> bool Compare(uint16_t aOffset, const ObjectType &aObject) const in Compare()
967 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
986 …template <DataLengthType kDataLengthType> void WriteData(uint16_t aOffset, const Data<kDataLengthT… in WriteData()
1582 void GetFirstChunk(uint16_t aOffset, uint16_t &aLength, MutableChunk &aChunk) in GetFirstChunk()
H A Doffset_range.cpp43 void OffsetRange::Init(uint16_t aOffset, uint16_t aLength) in Init()
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DArraysSupport.java115 public static int vectorizedMismatch(Object a, long aOffset, in vectorizedMismatch()
301 int aOffset = Unsafe.ARRAY_BOOLEAN_BASE_OFFSET + aFromIndex; in mismatch() local
394 int aOffset = Unsafe.ARRAY_BYTE_BASE_OFFSET + aFromIndex; in mismatch() local
443 … int aOffset = Unsafe.ARRAY_CHAR_BASE_OFFSET + (aFromIndex << LOG2_ARRAY_CHAR_INDEX_SCALE); in mismatch() local
492 … int aOffset = Unsafe.ARRAY_SHORT_BASE_OFFSET + (aFromIndex << LOG2_ARRAY_SHORT_INDEX_SCALE); in mismatch() local
541 int aOffset = Unsafe.ARRAY_INT_BASE_OFFSET + (aFromIndex << LOG2_ARRAY_INT_INDEX_SCALE); in mismatch() local
573 … int aOffset = Unsafe.ARRAY_FLOAT_BASE_OFFSET + (aFromIndex << LOG2_ARRAY_FLOAT_INDEX_SCALE); in mismatch() local
631 int aOffset = Unsafe.ARRAY_LONG_BASE_OFFSET + (aFromIndex << LOG2_ARRAY_LONG_INDEX_SCALE); in mismatch() local
657 … int aOffset = Unsafe.ARRAY_DOUBLE_BASE_OFFSET + (aFromIndex << LOG2_ARRAY_DOUBLE_INDEX_SCALE); in mismatch() local
/aosp_15_r20/external/openthread/src/core/api/
H A Dmessage_api.cpp51 void otMessageSetOffset(otMessage *aMessage, uint16_t aOffset) { AsCoreType(aMessage).SetOffset(aOf… in otMessageSetOffset()
105 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) in otMessageRead()
112 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) in otMessageWrite()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dtcat_agent.cpp482 …:HandleSetActiveOperationalDataset(const Message &aIncomingMessage, uint16_t aOffset, uint16_t aLe… in HandleSetActiveOperationalDataset()
528 uint16_t aOffset, in HandlePing()
655 uint16_t &aOffset, in SeralizeTcatAdvertisementTlv()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A 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()
/aosp_15_r20/external/openthread/third_party/tcplp/lib/test/
H A 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()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A 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
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data.hpp548 void SetSubTlvOffset(uint8_t aOffset) { mIteratorBuffer[kSubTlvPosition] = aOffset; } in SetSubTlvOffset()
549 void SetTlvOffset(uint8_t aOffset) { mIteratorBuffer[kTlvPosition] = aOffset; } in SetTlvOffset()
H A Dmesh_forwarder_ftd.cpp873 uint16_t &aOffset, in LogMeshFragmentHeader()
932 uint16_t aOffset, in LogMeshIpHeader()
H A Dlowpan.cpp1066 void Lowpan::MarkCompressedEcn(Message &aMessage, uint16_t aOffset) in MarkCompressedEcn()
1254 Error FragmentHeader::ParseFrom(const Message &aMessage, uint16_t aOffset, uint16_t &aHeaderLength) in ParseFrom()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSummaryOps.cu103 const IndexType aOffset = in C10_LAUNCH_BOUNDS_1() local
121 const IndexType aOffset = in C10_LAUNCH_BOUNDS_1() local
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/enc/src/
H A Dpre_big.cpp174 Word16 aOffset; in pre_big() local
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dhmac_sha256.cpp64 void HmacSha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update()

123456