Searched refs:OT_FIRST_ARG (Results 1 – 11 of 11) sorted by relevance
/openthread-3.7.0/tests/unit/ |
D | test_util.h | 52 …if ((OT_FIRST_ARG(__VA_ARGS__)) != 0) … 55 … __LINE__, _Stringize(OT_FIRST_ARG(__VA_ARGS__))); \ 71 …if (!(OT_FIRST_ARG(__VA_ARGS__))) … 74 … __LINE__, _Stringize(OT_FIRST_ARG(__VA_ARGS__))); \
|
D | test_macros.cpp | 59 VerifyOrQuit(OT_FIRST_ARG(1) == 1); in TestMacros() 60 VerifyOrQuit(OT_FIRST_ARG(1, 2, 3) == 1); in TestMacros() 61 VerifyOrQuit(OT_FIRST_ARG(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12) == 1); in TestMacros()
|
D | test_srp_server.cpp | 58 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
|
D | test_dns_client.cpp | 61 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
|
D | test_dso.cpp | 54 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
|
D | test_srp_adv_proxy.cpp | 59 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
|
D | test_routing_manager.cpp | 53 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 3600000), (sNow / 60000) % 6…
|
D | test_mdns.cpp | 56 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 3600000), (sNow / 60000) % 6…
|
/openthread-3.7.0/src/core/common/ |
D | code_utils.hpp | 124 if (!(OT_FIRST_ARG(__VA_ARGS__))) \
|
D | arg_macros.hpp | 45 #define OT_FIRST_ARG(...) _OT_GET_FIRST_ARG(__VA_ARGS__, JUNK) macro
|
/openthread-3.7.0/src/posix/platform/ |
D | multicast_routing.cpp | 66 …LogInfo(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_err)); \ 70 …LogWarn(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_err)); \
|