/aosp_15_r20/external/openthread/src/core/api/ |
H A D | srp_client_buffers_api.cpp | 45 char *otSrpClientBuffersGetHostNameString(otInstance *aInstance, uint16_t *aSize) in otSrpClientBuffersGetHostNameString() 74 …entBuffersGetServiceEntryServiceNameString(otSrpClientBuffersServiceEntry *aEntry, uint16_t *aSize) in otSrpClientBuffersGetServiceEntryServiceNameString() 81 …ntBuffersGetServiceEntryInstanceNameString(otSrpClientBuffersServiceEntry *aEntry, uint16_t *aSize) in otSrpClientBuffersGetServiceEntryInstanceNameString() 88 …otSrpClientBuffersGetServiceEntryTxtBuffer(otSrpClientBuffersServiceEntry *aEntry, uint16_t *aSize) in otSrpClientBuffersGetServiceEntryTxtBuffer()
|
H A D | heap_api.cpp | 42 void *otHeapCAlloc(size_t aCount, size_t aSize) in otHeapCAlloc() 63 void *otHeapCAlloc(size_t aCount, size_t aSize) { return ot::Heap::CAlloc(aCount, aSize); } in otHeapCAlloc()
|
H A D | ip6_api.cpp | 196 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize) in otIp6AddressToString() 203 void otIp6SockAddrToString(const otSockAddr *aSockAddr, char *aBuffer, uint16_t aSize) in otIp6SockAddrToString() 210 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize) in otIp6PrefixToString()
|
H A D | coap_api.cpp | 107 uint16_t otCoapBlockSizeFromExponent(otCoapBlockSzx aSize) in otCoapBlockSizeFromExponent() 112 …CoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlockSzx aSize) in otCoapMessageAppendBlock2Option() 117 …CoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlockSzx aSize) in otCoapMessageAppendBlock1Option()
|
H A D | nat64_api.cpp | 174 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize) in otIp4AddressToString() 183 void otIp4CidrToString(const otIp4Cidr *aCidr, char *aBuffer, uint16_t aSize) in otIp4CidrToString()
|
H A D | random_crypto_api.cpp | 42 otError otRandomCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) in otRandomCryptoFillBuffer()
|
H A D | random_noncrypto_api.cpp | 61 void otRandomNonCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { Random::NonCrypto::FillBuffer(… in otRandomNonCryptoFillBuffer()
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | srp_client_buffers.hpp | 125 char *GetServiceNameString(uint16_t &aSize) in GetServiceNameString() 139 char *GetInstanceNameString(uint16_t &aSize) in GetInstanceNameString() 153 uint8_t *GetTxtBuffer(uint16_t &aSize) in GetTxtBuffer() 200 char *GetHostNameString(uint16_t &aSize) in GetHostNameString()
|
H A D | parse_cmdline.cpp | 233 static Error ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParse… in ParseHexString() 300 Error ParseAsHexString(const char *aString, uint8_t *aBuffer, uint16_t aSize) in ParseAsHexString() 305 Error ParseAsHexString(const char *aString, uint16_t &aSize, uint8_t *aBuffer) in ParseAsHexString() 310 Error ParseAsHexStringSegment(const char *&aString, uint16_t &aSize, uint8_t *aBuffer) in ParseAsHexStringSegment()
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | random.hpp | 88 …static Error CryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { return otPlatCryptoRandomGet(aBu… in CryptoFillBuffer() 219 inline Error FillBuffer(uint8_t *aBuffer, uint16_t aSize) { return Manager::CryptoFillBuffer(aBuffe… in FillBuffer()
|
H A D | heap.cpp | 43 void *CAlloc(size_t aCount, size_t aSize) { return otPlatCAlloc(aCount, aSize); } in CAlloc()
|
H A D | appender.cpp | 45 Appender::Appender(uint8_t *aBuffer, uint16_t aSize) in Appender()
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base_dispatcher.cpp | 38 constexpr bool NcpBase::AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize) in AreHandlerEntriesSorted() 780 size_t aSize, in FindPropertyHandler()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
H A D | MathOnByteBuffers.c | 54 UINT32 aSize, // IN: size of a in UnsignedCompareB() 84 const UINT32 aSize, // IN: size of a in SignedCompareB()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | flash.c | 118 …FlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, void *aData, uint32_t aSize) in otPlatFlashRead() 133 …ite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aData, uint32_t aSize) in otPlatFlashWrite()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | gcd_test.go | 22 func runGCD(b *testing.B, aSize, bSize uint) { argument 34 func runGCDExt(b *testing.B, aSize, bSize uint, calcXY bool) { argument
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_string.cpp | 140 uint32 aSize = (uint32) strlen (otherString); in Assign_Multibyte() local 217 uint32 aSize = dngString.Length (); in Extract_Multibyte() local 356 int aSize = (int) strlen (otherString); in Assign_Multibyte() local 938 uint32 aSize = gUTF8Bytes [aChar]; in DecodeUTF8() local
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
H A D | CryptPrimeSieve.c | 181 unsigned int aSize // IN: the number of bytes to sum in BitsInArray() 199 const UINT16 aSize, // IN: the size of the array to check in FindNthSetBit()
|
/aosp_15_r20/external/ot-br-posix/src/mdns/ |
H A D | mdns_avahi.cpp | 1348 size_t aSize, in HandleResolveHostResult() 1364 size_t aSize, in HandleResolveHostResult() 1480 size_t aSize, in HandleResolveResult() 1496 size_t aSize, in HandleResolveResult()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | lowpan.hpp | 474 void Init(uint16_t aSize, uint16_t aTag) in Init() 505 void Init(uint16_t aSize, uint16_t aTag, uint16_t aOffset) in Init()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | memory.cpp | 38 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | mbedtls.cpp | 175 int MbedTls::CryptoSecurePrng(void *, unsigned char *aBuffer, size_t aSize) in CryptoSecurePrng()
|
/aosp_15_r20/external/openthread/examples/apps/ncp/ |
H A D | main.c | 65 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_pixeltransfer.c | 52 const GLuint aSize = ctx->PixelMaps.AtoA.Size; in load_color_map_texture() local
|
/aosp_15_r20/external/openthread/examples/apps/cli/ |
H A D | main.c | 59 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|