Home
last modified time | relevance | path

Searched refs:OT_FIRST_ARG (Results 1 – 9 of 9) sorted by relevance

/openthread-3.6.0/tests/unit/
Dtest_util.h52 …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__))); \
Dtest_macros.cpp59 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()
Dtest_srp_server.cpp58 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
Dtest_dns_client.cpp61 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
Dtest_dso.cpp54 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 36000000), (sNow / 60000) % …
Dtest_routing_manager.cpp52 …printf("%02u:%02u:%02u.%03u " OT_FIRST_ARG(__VA_ARGS__) "\n", (sNow / 3600000), (sNow / 60000) % 6…
/openthread-3.6.0/src/core/common/
Dcode_utils.hpp124 if (!(OT_FIRST_ARG(__VA_ARGS__))) \
Darg_macros.hpp45 #define OT_FIRST_ARG(...) _OT_GET_FIRST_ARG(__VA_ARGS__, JUNK) macro
/openthread-3.6.0/src/posix/platform/
Dmulticast_routing.cpp64 …otLogInfoPlat(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_e…
68 …otLogWarnPlat(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_e…