Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/prometheus/
Dcollector.h89 GET_ARGS_LESS_N(1, __VA_ARGS__)))), \
/Zephyr-latest/soc/nordic/
Dvalidate_rram_partitions.c13 #define PAIR(n, f, sep, ...) PAIR_(f, sep, GET_ARGS_LESS_N(n, __VA_ARGS__))
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h390 (_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__))))
Dlog_core.h114 (, GET_ARGS_LESS_N(1, __VA_ARGS__))\
/Zephyr-latest/include/zephyr/net/http/
Dservice.h96 (GET_ARG_N(1, GET_ARGS_LESS_N(1, __VA_ARGS__))))), ())\
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h393 #define GET_ARGS_LESS_N(N, ...) Z_GET_ARGS_LESS_##N(__VA_ARGS__) macro
Dutil_internal.h100 #define Z_LIST_DROP_FIRST(...) GET_ARGS_LESS_N(1, __VA_ARGS__)
Dcbprintf_internal.h200 (Z_CBPRINTF_NONE_CHAR_PTR_ARGS(GET_ARGS_LESS_N(1, __VA_ARGS__))))
/Zephyr-latest/tests/unit/util/
Dmain.c450 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/
Dclock_control_nrf.c41 (), (, GET_ARGS_LESS_N(1, __VA_ARGS__))))