Home
last modified time | relevance | path

Searched defs:aOffset (Results 26 – 50 of 145) sorted by relevance

123456

/aosp_15_r20/external/openthread/src/core/crypto/
H A Dsha256.cpp59 void Sha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in Update()
H A Daes_ccm.cpp250 void AesCcm::Payload(Message &aMessage, uint16_t aOffset, uint16_t aLength, Mode aMode) in Payload()
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DUtil.java74 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) { in arrayRangeEquals()
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DUtil.java75 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) { in arrayRangeEquals()
/aosp_15_r20/external/openthread/src/core/common/
H A Dheap_data.cpp60 Error Data::SetFrom(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in SetFrom()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_tcat.cpp114 int32_t aOffset, in HandleBleSecureReceive()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DArrayTable.java23 …public static void addA(FlatBufferBuilder builder, int aOffset) { builder.addStruct(0, aOffset, 0)… in addA()
/aosp_15_r20/external/openthread/src/core/net/
H A Dchecksum.cpp83 void Checksum::WriteToMessage(uint16_t aOffset, Message &aMessage) const in WriteToMessage()
H A Ddns_client.cpp139 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection()
1777 size_t &aOffset, in ReadFromLinkBuffer()
H A Dip6.cpp1554 Error Headers::DecompressFrom(const Message &aMessage, uint16_t aOffset, const Mac::Addresses &aMac… in DecompressFrom()
H A Dsrp_server.cpp1974 Error Server::Service::SetTxtDataFromMessage(const Message &aMessage, uint16_t aOffset, uint16_t aL… in SetTxtDataFromMessage()
H A Ddnssd_server.cpp706 void Server::Response::UpdateRecordLength(ResourceRecord &aRecord, uint16_t aOffset) in UpdateRecordLength()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dflash.cpp207 bool Flash::DoesValidRecordExist(uint32_t aOffset, uint16_t aKey) const in DoesValidRecordExist()
H A Dheap.hpp253 … Block &BlockAt(uint16_t aOffset) { return *reinterpret_cast<Block *>(&mMemory.m16[aOffset / 2]); } in BlockAt()
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp569 T aOffset = GetRandom()(random, T(-8), T(8)); in operator ()() local
622 T aOffset = GetRandom()(random, T(-8), T(8)); in operator ()() local
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaAppender.cpp192 int64_t aOffset, bOffset; in init() local
/aosp_15_r20/external/skia/tests/
H A DOpChainTest.cpp94 int64_t aOffset = a * (kNumOps - 1); in combinable_index() local
/aosp_15_r20/external/openthread/src/core/thread/
H A Dlowpan.hpp505 void Init(uint16_t aSize, uint16_t aTag, uint16_t aOffset) in Init()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dmdns_socket.c463 OT_TOOL_WEAK uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16… in otMessageRead()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDropout.cu166 const IndexType aOffset = in fused_dropout_kernel() local
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_buffer.cpp129 uint8_t *Buffer::GetUpdatedBufPtr(uint8_t *aBufPtr, uint16_t aOffset, Direction aDirection) const in GetUpdatedBufPtr()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.cpp194 …endOptionFromMessage(uint16_t aNumber, uint16_t aLength, const Message &aMessage, uint16_t aOffset) in AppendOptionFromMessage()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp389 OT_TOOL_WEAK void otPlatFlashRead(otInstance *, uint8_t aSwapIndex, uint32_t aOffset, void *aData, … in otPlatFlashRead()
404 uint32_t aOffset, in otPlatFlashWrite()
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp557 size_t aOffset; in hwcTestColor2Pixel() member
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1594 void SetTimeIeOffset(uint8_t aOffset) { mInfo.mTxInfo.mIeInfo->mTimeIeOffset = aOffset; } in SetTimeIeOffset()

123456