Home
last modified time | relevance | path

Searched defs:aSecond (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/common/
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()
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()
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()
Darg_macros.hpp86 #define _OT_GET_SECOND_WITH_TWO_ARGS(aFirst, aSecond) aSecond argument
/openthread-latest/src/lib/utils/
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()
/openthread-latest/tests/unit/
Dtest_mle.cpp86 void CompareDevicePropertiess(const otDeviceProperties &aFirst, const otDeviceProperties &aSecond) in CompareDevicePropertiess()
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()
/openthread-latest/src/core/api/
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()
Dnat64_api.cpp133 bool otIp4IsAddressEqual(const otIp4Address *aFirst, const otIp4Address *aSecond) in otIp4IsAddressEqual()
/openthread-latest/src/core/meshcop/
Dtimestamp.cpp103 int Timestamp::Compare(const Timestamp &aFirst, const Timestamp &aSecond) in Compare()
/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp65 uint8_t VerhoeffChecksum::Multiply(uint8_t aFirst, uint8_t aSecond) in Multiply()
/openthread-latest/src/core/net/
Ddns_types.cpp650 bool Name::LabelIterator::CaseInsensitiveMatch(uint8_t aFirst, uint8_t aSecond) in CaseInsensitiveMatch()
Dmdns.cpp387 bool Core::NameMatch(const Heap::String &aFirst, const Heap::String &aSecond) in NameMatch()