Searched defs:aFirst (Results 1 – 10 of 10) sorted by relevance
| /external/openthread/src/core/common/ |
| D | arg_macros.hpp | 77 #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
|
| 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 | 246 inline constexpr bool AreStringsInOrder(const char *aFirst, const char *aSecond) in AreStringsInOrder() 410 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in AreInOrder()
|
| /external/openthread/src/core/meshcop/ |
| D | timestamp.cpp | 55 int Timestamp::Compare(const Timestamp *aFirst, const Timestamp *aSecond) in Compare() 81 int Timestamp::Compare(const Timestamp &aFirst, const Timestamp &aSecond) in Compare()
|
| /external/openthread/tests/unit/ |
| D | test_macros.cpp | 73 int Sum(int aFirst) in Sum() 78 template <typename... Args> int Sum(int aFirst, Args... aArgs) in Sum()
|
| D | test_mac_frame.cpp | 40 bool CompareReversed(const uint8_t *aFirst, const uint8_t *aSecond, uint16_t aLength) in CompareReversed()
|
| /external/openthread/src/core/api/ |
| D | ip6_api.cpp | 174 bool otIp6IsAddressEqual(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6IsAddressEqual() 179 bool otIp6ArePrefixesEqual(const otIp6Prefix *aFirst, const otIp6Prefix *aSecond) in otIp6ArePrefixesEqual() 204 uint8_t otIp6PrefixMatch(const otIp6Address *aFirst, const otIp6Address *aSecond) in otIp6PrefixMatch()
|
| /external/openthread/src/core/utils/ |
| D | flash.cpp | 180 Error Flash::Add(uint16_t aKey, bool aFirst, const uint8_t *aValue, uint16_t aValueLength) in Add()
|
| D | flash.hpp | 149 void Init(uint16_t aKey, bool aFirst) in Init()
|
| /external/openthread/src/core/net/ |
| D | dns_types.cpp | 567 bool Name::LabelIterator::CaseInsensitiveMatch(uint8_t aFirst, uint8_t aSecond) in CaseInsensitiveMatch()
|