Home
last modified time | relevance | path

Searched defs:aFirst (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Darg_macros.hpp77 #define _OT_GET_FIRST_ARG(aFirst, ...) aFirst argument
85 #define _OT_GET_SECOND_WITH_ONE_ARG(aFirst) argument
86 #define _OT_GET_SECOND_WITH_TWO_ARGS(aFirst, aSecond) aSecond argument
91 #define _OT_GET_REST_WITH_ONE_ARG(aFirst) argument
92 #define _OT_GET_REST_WITH_TWO_OR_MORE_ARGS(aFirst, ...) , __VA_ARGS__ argument
H A Dnum_utils.hpp55 template <typename Type> Type Min(Type aFirst, Type aSecond) { return (aFirst < aSecond) ? aFirst :… in Min()
70 template <typename Type> Type Max(Type aFirst, Type aSecond) { return (aFirst < aSecond) ? aSecond … in Max()
170 template <typename Type> int ThreeWayCompare(Type aFirst, Type aSecond) in ThreeWayCompare()
186 template <> inline int ThreeWayCompare(bool aFirst, bool aSecond) in ThreeWayCompare()
H A Dserial_number.hpp64 template <typename UintType> static bool IsLess(UintType aFirst, UintType aSecond) in IsLess()
92 template <typename UintType> static bool IsGreater(UintType aFirst, UintType aSecond) in IsGreater()
H A Dstring.hpp402 inline constexpr bool AreStringsInOrder(const char *aFirst, const char *aSecond) in AreStringsInOrder()
575 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in AreInOrder()
/aosp_15_r20/external/openthread/src/lib/utils/
H A Dmath.hpp54 template <typename Type> Type Min(Type aFirst, Type aSecond) { return (aFirst < aSecond) ? aFirst :… in Min()
69 template <typename Type> Type Max(Type aFirst, Type aSecond) { return (aFirst < aSecond) ? aSecond … in Max()
/aosp_15_r20/external/openthread/src/core/api/
H A Dip6_api.cpp176 bool otIp6IsAddressEqual(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6IsAddressEqual()
181 bool otIp6ArePrefixesEqual(const otIp6Prefix *aFirst, const otIp6Prefix *aSecond) in otIp6ArePrefixesEqual()
217 uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6PrefixMatch()
H A Dnat64_api.cpp135 bool otIp4IsAddressEqual(const otIp4Address *aFirst, const otIp4Address *aSecond) in otIp4IsAddressEqual()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_leader.cpp332 int Leader::CompareRouteEntries(const BorderRouterEntry &aFirst, const BorderRouterEntry &aSecond) … in CompareRouteEntries() argument
337 int Leader::CompareRouteEntries(const HasRouteEntry &aFirst, const HasRouteEntry &aSecond) const in CompareRouteEntries() argument
342 int Leader::CompareRouteEntries(const ServerTlv &aFirst, const ServerTlv &aSecond) const in CompareRouteEntries() argument
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_macros.cpp51 int Sum(int aFirst) { return aFirst; } in Sum()
53 template <typename... Args> int Sum(int aFirst, Args... aArgs) { return aFirst + Sum(aArgs...); } in Sum()
H A Dtest_mac_frame.cpp40 bool CompareReversed(const uint8_t *aFirst, const uint8_t *aSecond, uint16_t aLength) in CompareReversed()
56 bool CompareAddresses(const Mac::Address &aFirst, const Mac::Address &aSecond) in CompareAddresses()
H A Dtest_mle.cpp86 void CompareDevicePropertiess(const otDeviceProperties &aFirst, const otDeviceProperties &aSecond) in CompareDevicePropertiess()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dasync_task.cpp81 AsyncTaskPtr &AsyncTask::First(const ThenHandler &aFirst) in First()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dtimestamp.cpp103 int Timestamp::Compare(const Timestamp &aFirst, const Timestamp &aSecond) in Compare()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dverhoeff_checksum.cpp65 uint8_t VerhoeffChecksum::Multiply(uint8_t aFirst, uint8_t aSecond) in Multiply()
H A Dflash.cpp180 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add()
H A Dflash.hpp149 void Init(uint16_t aKey, bool aFirst) in Init()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.cpp650 bool Name::LabelIterator::CaseInsensitiveMatch(uint8_t aFirst, uint8_t aSecond) in CaseInsensitiveMatch()
H A Dmdns.cpp387 bool Core::NameMatch(const Heap::String &aFirst, const Heap::String &aSecond) in NameMatch()
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...