Home
last modified time | relevance | path

Searched refs:GET_ARGS_LESS_N (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-2.7.6/include/sys/
Dutil_macro.h318 #define GET_ARGS_LESS_N(N, ...) Z_GET_ARGS_LESS_##N(__VA_ARGS__) macro
Dutil_internal.h80 #define Z_LIST_DROP_FIRST(...) GET_ARGS_LESS_N(1, __VA_ARGS__)
/Zephyr-Core-2.7.6/tests/unit/util/
Dtest.inc403 uint8_t a[] = { GET_ARGS_LESS_N(0, 1, 2, 3) };
404 uint8_t b[] = { GET_ARGS_LESS_N(1, 1, 2, 3) };
405 uint8_t c[] = { GET_ARGS_LESS_N(2, 1, 2, 3) };
426 i = GET_ARG_N(2, 1, GET_ARGS_LESS_N(2, 1, 2, 3, 4, 5));
/Zephyr-Core-2.7.6/include/logging/
Dlog_msg2.h269 (_name), (_name, GET_ARGS_LESS_N(1, __VA_ARGS__)))), \
Dlog_core.h153 (, GET_ARGS_LESS_N(1, __VA_ARGS__))\
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_nrf.c45 (), (, GET_ARGS_LESS_N(1, __VA_ARGS__))))