Searched refs:GET_ARGS_LESS_N (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | collector.h | 89 GET_ARGS_LESS_N(1, __VA_ARGS__)))), \
|
/Zephyr-latest/soc/nordic/ |
D | validate_rram_partitions.c | 13 #define PAIR(n, f, sep, ...) PAIR_(f, sep, GET_ARGS_LESS_N(n, __VA_ARGS__))
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 390 (_name), (_name, GET_ARGS_LESS_N(1, __VA_ARGS__)))), \ 412 GET_ARGS_LESS_N(1, __VA_ARGS__))), \ 415 GET_ARGS_LESS_N(1, __VA_ARGS__))))
|
D | log_core.h | 114 (, GET_ARGS_LESS_N(1, __VA_ARGS__))\
|
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 96 (GET_ARG_N(1, GET_ARGS_LESS_N(1, __VA_ARGS__))))), ())\
|
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 393 #define GET_ARGS_LESS_N(N, ...) Z_GET_ARGS_LESS_##N(__VA_ARGS__) macro
|
D | util_internal.h | 100 #define Z_LIST_DROP_FIRST(...) GET_ARGS_LESS_N(1, __VA_ARGS__)
|
D | cbprintf_internal.h | 200 (Z_CBPRINTF_NONE_CHAR_PTR_ARGS(GET_ARGS_LESS_N(1, __VA_ARGS__))))
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 450 uint8_t a[] = { GET_ARGS_LESS_N(0, 1, 2, 3) }; in ZTEST() 451 uint8_t b[] = { GET_ARGS_LESS_N(1, 1, 2, 3) }; in ZTEST() 452 uint8_t c[] = { GET_ARGS_LESS_N(2, 1, 2, 3) }; in ZTEST() 472 i = GET_ARG_N(2, 1, GET_ARGS_LESS_N(2, 1, 2, 3, 4, 5)); in ZTEST()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf.c | 41 (), (, GET_ARGS_LESS_N(1, __VA_ARGS__))))
|