Searched refs:GET_ARGS_LESS_N (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-2.7.6/include/sys/ |
D | util_macro.h | 318 #define GET_ARGS_LESS_N(N, ...) Z_GET_ARGS_LESS_##N(__VA_ARGS__) macro
|
D | util_internal.h | 80 #define Z_LIST_DROP_FIRST(...) GET_ARGS_LESS_N(1, __VA_ARGS__)
|
/Zephyr-Core-2.7.6/tests/unit/util/ |
D | test.inc | 403 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/ |
D | log_msg2.h | 269 (_name), (_name, GET_ARGS_LESS_N(1, __VA_ARGS__)))), \
|
D | log_core.h | 153 (, GET_ARGS_LESS_N(1, __VA_ARGS__))\
|
/Zephyr-Core-2.7.6/drivers/clock_control/ |
D | clock_control_nrf.c | 45 (), (, GET_ARGS_LESS_N(1, __VA_ARGS__))))
|