Searched refs:__DEBRACKET (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/include/zephyr/sys/ |
D | util_listify.h | 21 Z_UTIL_LISTIFY_1(F, sep, __VA_ARGS__) __DEBRACKET sep \ 25 Z_UTIL_LISTIFY_2(F, sep, __VA_ARGS__) __DEBRACKET sep \ 29 Z_UTIL_LISTIFY_3(F, sep, __VA_ARGS__) __DEBRACKET sep \ 33 Z_UTIL_LISTIFY_4(F, sep, __VA_ARGS__) __DEBRACKET sep \ 37 Z_UTIL_LISTIFY_5(F, sep, __VA_ARGS__) __DEBRACKET sep \ 41 Z_UTIL_LISTIFY_6(F, sep, __VA_ARGS__) __DEBRACKET sep \ 45 Z_UTIL_LISTIFY_7(F, sep, __VA_ARGS__) __DEBRACKET sep \ 49 Z_UTIL_LISTIFY_8(F, sep, __VA_ARGS__) __DEBRACKET sep \ 53 Z_UTIL_LISTIFY_9(F, sep, __VA_ARGS__) __DEBRACKET sep \ 57 Z_UTIL_LISTIFY_10(F, sep, __VA_ARGS__) __DEBRACKET sep \ [all …]
|
D | util_loops.h | 32 __DEBRACKET sep \ 37 __DEBRACKET sep \ 42 __DEBRACKET sep \ 47 __DEBRACKET sep \ 52 __DEBRACKET sep \ 57 __DEBRACKET sep \ 62 __DEBRACKET sep \ 67 __DEBRACKET sep \ 72 __DEBRACKET sep \ 77 __DEBRACKET sep \ [all …]
|
D | util_internal.h | 69 #define __GET_ARG2_DEBRACKET(ignore_this, val, ...) __DEBRACKET val 72 #define __DEBRACKET(...) __VA_ARGS__ macro
|
D | util_macro.h | 566 __DEBRACKET term \
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztress.h | 149 GET_ARG_N(1, __DEBRACKET data) 155 ((GET_ARG_N(1, __DEBRACKET data)) == ZTRESS_ID_K_TIMER ? idx : 0)
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 359 Z_SHELL_SUBCMD_SECTION_TAG(NUM_VA_ARGS_LESS_1 x, __DEBRACKET x) 361 Z_SHELL_SUBCMD_SECTION_TAG(NUM_VA_ARGS_LESS_1 x, __DEBRACKET x, y) 403 Z_SHELL_SUBCMD_NAME(__DEBRACKET _parent, _syntax), \ 564 GET_ARG_N(1, __DEBRACKET _data))( \ 568 (void *)GET_ARG_N(2, __DEBRACKET _data)); \ 573 SHELL_CMD_ARG(GET_ARG_N(1, __DEBRACKET _data), NULL, GET_ARG_N(3, __DEBRACKET _data), \ 575 GET_ARG_N(1, __DEBRACKET _data)), 1, 0)
|
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | gauge.h | 64 .base.labels[0] = __DEBRACKET _label, \
|
D | histogram.h | 84 .base.labels[0] = __DEBRACKET _label, \
|
D | counter.h | 65 .base.labels[0] = __DEBRACKET _label, \
|
D | summary.h | 88 .base.labels[0] = __DEBRACKET _label, \
|
/Zephyr-latest/include/zephyr/ |
D | bindesc.h | 236 .len = (uint16_t)sizeof((uint8_t [])__DEBRACKET value), \ 237 .data = __DEBRACKET value, \ 239 BUILD_ASSERT(sizeof((uint8_t [])__DEBRACKET value) <= \
|
/Zephyr-latest/tests/subsys/dsp/utils/src/ |
D | q15.c | 21 RE_DEFINE_TEST_VARIANT3(shift_q15, func, n, __DEBRACKET args)
|
D | q31.c | 21 RE_DEFINE_TEST_VARIANT3(shift_q31, func, n, __DEBRACKET args)
|
D | q7.c | 21 RE_DEFINE_TEST_VARIANT3(shift_q7, func, n, __DEBRACKET args)
|
D | f32.c | 21 RE_DEFINE_TEST_VARIANT3(shift_f32, func, n, __DEBRACKET args)
|
D | f64.c | 21 RE_DEFINE_TEST_VARIANT3(shift_f64, func, n, __DEBRACKET args)
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_nxp_s32_netc.c | 79 LISTIFY(__DEBRACKET NETC_F1_INSTANCE_COUNT, NXP_S32_MDIO_HW_INSTANCE_CHECK, (|), n)
|
D | mdio_nxp_s32_gmac.c | 155 LISTIFY(__DEBRACKET FEATURE_GMAC_NUM_INSTANCES, \
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/src/ |
D | main.c | 21 __DEBRACKET item; \
|
/Zephyr-latest/drivers/misc/nxp_s32_emios/ |
D | nxp_s32_emios.c | 50 LISTIFY(__DEBRACKET eMIOS_INSTANCE_COUNT, NXP_S32_EMIOS_INSTANCE_CHECK, (|), n)
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_priv.h | 95 LISTIFY(__DEBRACKET FEATURE_NETC_ETH_NUMBER_OF_CTRLS, \
|
/Zephyr-latest/tests/subsys/logging/log_stack/src/ |
D | main.c | 54 __DEBRACKET log_msg; \
|
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 222 LISTIFY(__DEBRACKET eMIOS_INSTANCE_COUNT, EMIOS_NXP_S32_INSTANCE_CHECK, (|), node_id) 228 LISTIFY(__DEBRACKET LCU_INSTANCE_COUNT, LCU_NXP_S32_INSTANCE_CHECK, (|), node_id)
|
/Zephyr-latest/drivers/serial/ |
D | uart_nxp_s32_linflexd.c | 336 LISTIFY(__DEBRACKET LINFLEXD_INSTANCE_COUNT, UART_NXP_S32_HW_INSTANCE_CHECK, (|), n)
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nxp_s32_mru.c | 197 LISTIFY(__DEBRACKET RTU_MRU_INSTANCE_COUNT, MRU_HW_INSTANCE_CHECK, (|), n)
|
12