Searched defs:aMaxSize (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | history_tracker.cpp | 527 uint16_t HistoryTracker::List::Add(uint16_t aMaxSize, Timestamp aTimestamps[]) in Add() 544 Error HistoryTracker::List::Iterate(uint16_t aMaxSize, in Iterate() 581 void HistoryTracker::List::UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]) in UpdateAgedEntries()
|
/aosp_15_r20/external/openthread/examples/platforms/utils/ |
H A D | logging_rtt.c | 101 static inline int logTimestamp(char *aLogString, uint16_t aMaxSize) in logTimestamp() 117 static inline int logLevel(char *aLogString, uint16_t aMaxSize, otLogLevel aLogLevel) in logLevel()
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | tlvs.cpp | 59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv() 66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
H A D | Memory.c | 122 unsigned int aMaxSize // IN: The size of aInOut.buffer (max values for in MemoryConcat2B()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | ip6_address.cpp | 140 uint8_t Prefix::MatchLength(const uint8_t *aPrefixA, const uint8_t *aPrefixB, uint8_t aMaxSize) in MatchLength()
|
H A D | mdns.hpp | 579 void SetMaxMessageSize(uint16_t aMaxSize) { mMaxMessageSize = aMaxSize; } in SetMaxMessageSize()
|