Searched defs:aSecond (Results 1 – 10 of 10) sorted by relevance
| /external/openthread/src/core/common/ |
| D | num_utils.hpp | 55 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()
|
| D | serial_number.hpp | 64 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()
|
| D | string.hpp | 333 inline constexpr bool AreStringsInOrder(const char *aFirst, const char *aSecond) in AreStringsInOrder() 506 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in AreInOrder()
|
| D | arg_macros.hpp | 86 #define _OT_GET_SECOND_WITH_TWO_ARGS(aFirst, aSecond) aSecond argument
|
| /external/openthread/src/core/meshcop/ |
| D | timestamp.cpp | 56 int Timestamp::Compare(const Timestamp *aFirst, const Timestamp *aSecond) in Compare() 82 int Timestamp::Compare(const Timestamp &aFirst, const Timestamp &aSecond) in Compare()
|
| /external/openthread/src/core/api/ |
| D | ip6_api.cpp | 186 bool otIp6IsAddressEqual(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6IsAddressEqual() 191 bool otIp6ArePrefixesEqual(const otIp6Prefix *aFirst, const otIp6Prefix *aSecond) in otIp6ArePrefixesEqual() 227 uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6PrefixMatch()
|
| D | nat64_api.cpp | 133 bool otIp4IsAddressEqual(const otIp4Address *aFirst, const otIp4Address *aSecond) in otIp4IsAddressEqual()
|
| /external/openthread/tests/unit/ |
| D | test_mle.cpp | 86 void CompareDevicePropertiess(const otDeviceProperties &aFirst, const otDeviceProperties &aSecond) in CompareDevicePropertiess()
|
| D | test_mac_frame.cpp | 40 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()
|
| /external/openthread/src/core/net/ |
| D | dns_types.cpp | 648 bool Name::LabelIterator::CaseInsensitiveMatch(uint8_t aFirst, uint8_t aSecond) in CaseInsensitiveMatch()
|