| /Zephyr-latest/kernel/include/ | 
| D | gen_offset.h | 90 #define GEN_NAMED_OFFSET_SYM(S, M, N) \  argument93 #define GEN_NAMED_OFFSET_STRUCT(S, M, N) \  argument
 
 | 
| /Zephyr-latest/doc/build/dts/ | 
| D | troubleshooting.rst | 131 .. _A deep dive into the Zephyr 2.5 device model:209 .. _dt-use-the-right-names:
 
 | 
| /Zephyr-latest/soc/mediatek/mt8xxx/ | 
| D | mbox.c | 87 #define DEF_DEVPTR(N) DEVICE_DT_INST_GET(N),  argument115 #define DEF_IRQ(N)							\  argument
 127 #define DEF_DEV(N)							\  argument
 
 | 
| /Zephyr-latest/drivers/interrupt_controller/ | 
| D | intc_mtk_adsp.c | 61 #define DEV_INIT(N) \  argument73 #define DEF_DEV(N)						\  argument
 
 | 
| /Zephyr-latest/tests/drivers/console_switching/src/ | 
| D | main.c | 36 	for (size_t i = 0, j = 0, N = ARRAY_SIZE(devs); i < 2 * N; i++, j++, j %= N) {  in ZTEST()  local70 	for (size_t i = 0, j = 0, N = ARRAY_SIZE(devs); i < 2 * N; i++, j++, j %= N) {  in ZTEST()  local
 
 | 
| /Zephyr-latest/drivers/clock_control/ | 
| D | clock_control_litex.h | 58 #define CLKOUT_INIT(N)							       \  argument76 #define CLKOUT_EXIST(N)		DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(clk##N))  argument
 77 #define CLKOUT_ID(N)		DT_REG_ADDR(DT_NODELABEL(clk##N))  argument
 78 #define CLKOUT_FREQ(N)		DT_PROP(DT_NODELABEL(clk##N), \  argument
 80 #define CLKOUT_PHASE(N)		DT_PROP(DT_NODELABEL(clk##N), \  argument
 82 #define CLKOUT_DUTY_NUM(N)	DT_PROP(DT_NODELABEL(clk##N), \  argument
 84 #define CLKOUT_DUTY_DEN(N)	DT_PROP(DT_NODELABEL(clk##N), \  argument
 86 #define CLKOUT_MARGIN(N)	DT_PROP(DT_NODELABEL(clk##N), \  argument
 88 #define CLKOUT_MARGIN_EXP(N)	DT_PROP(DT_NODELABEL(clk##N), \  argument
 
 | 
| D | clock_control_ifx_cat1.c | 17 #define GET_CLK_SOURCE_ORD(N)  DT_DEP_ORD(DT_CLOCKS_CTLR_BY_IDX(DT_NODELABEL(N), 0))  argument
 | 
| /Zephyr-latest/tests/lib/hash_map/src/ | 
| D | clear.c | 14 	const size_t N = 10;  in ZTEST()  local
 | 
| /Zephyr-latest/tests/unit/intmath/ | 
| D | main.c | 24 #define NEG_CHECK(T, N) BUILD_ASSERT((-((T)N)) == (~((T)N)) + 1)  argument
 | 
| /Zephyr-latest/drivers/flash/ | 
| D | flash_simulator.c | 56 #define STATS_SECT_EC(N, _) STATS_SECT_ENTRY32(erase_cycles_unit##N)  argument57 #define STATS_NAME_EC(N, _) STATS_NAME(flash_sim_stats, erase_cycles_unit##N)  argument
 59 #define STATS_SECT_DIRTYR(N, _) STATS_SECT_ENTRY32(dirty_read_unit##N)  argument
 60 #define STATS_NAME_DIRTYR(N, _) STATS_NAME(flash_sim_stats, dirty_read_unit##N)  argument
 
 | 
| D | flash_util.c | 165 	for (uint32_t offs = 0, N = size, bytes_read = 0, bytes_left = N; offs < N;  in z_impl_flash_copy()  local
 | 
| /Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/ | 
| D | main.c | 13 #define N		(8)  macro
 | 
| /Zephyr-latest/lib/posix/shell/ | 
| D | env.c | 57 	for (size_t i = 0, N = strlen(name); i < N; ++i) {  in is_shell_env_name()  local
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | util_macro.h | 391 #define GET_ARG_N(N, ...) Z_GET_ARG_##N(__VA_ARGS__)  argument401 #define GET_ARGS_LESS_N(N, ...) Z_GET_ARGS_LESS_##N(__VA_ARGS__)  argument
 722 #define MACRO_MAP_CAT_N(N, ...) MACRO_MAP_CAT_N_(N, __VA_ARGS__)  argument
 
 | 
| D | util_internal.h | 129 #define NUM_VA_ARGS_LESS_1_IMPL(				\  argument143 #define MACRO_MAP_CAT_N_(N, ...) UTIL_CAT(MACRO_MC_, N)(__VA_ARGS__,)  argument
 
 | 
| /Zephyr-latest/soc/intel/intel_adsp/common/include/ | 
| D | mem_window.h | 11 #define WIN_SIZE(N) (CONFIG_MEMORY_WIN_##N##_SIZE)  argument
 | 
| /Zephyr-latest/tests/unit/math_extras/ | 
| D | main.c | 8 #define VNAME(N) run_##N  argument
 | 
| D | portable.c | 9 #define VNAME(N) test_portable_##N  argument
 | 
| /Zephyr-latest/tests/posix/xsi_realtime/src/ | 
| D | shm.c | 32 #define N (CONFIG_ZVFS_OPEN_MAX - 3)  macro
 | 
| /Zephyr-latest/drivers/misc/devmux/ | 
| D | devmux.c | 27 #define N DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT)  macro
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | lwm2m_path.h | 54 #define LWM2M_PATH_VA_NUM_ARGS_IMPL(_1, _2, _3, _4, N, ...) N  argument
 | 
| /Zephyr-latest/include/zephyr/dt-bindings/clock/ | 
| D | npcm_clock.h | 10 #define NPCM_CLOCK_GROUP_OFFSET(N) ((N) << 3)  argument
 | 
| /Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/ | 
| D | main.c | 128 	size_t N;  in ZTEST()  local
 | 
| /Zephyr-latest/subsys/testsuite/include/zephyr/ | 
| D | fff.h | 8638 #define PP_ARG_MINUS2_N(returnVal, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13,     \  argument8648 #define PP_ARG_MINUS1_N(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \  argument
 8658 #define FUNC_VALUE_(N, ...) EXPAND(FUNC_VALUE_N(N, __VA_ARGS__))  argument
 8660 #define FUNC_VALUE_N(N, ...) EXPAND(FAKE_VALUE_FUNC##N(__VA_ARGS__))  argument
 8664 #define FUNC_VOID_(N, ...) EXPAND(FUNC_VOID_N(N, __VA_ARGS__))  argument
 8666 #define FUNC_VOID_N(N, ...) EXPAND(FAKE_VOID_FUNC##N(__VA_ARGS__))  argument
 8671 #define FUNC_VALUE_VARARG_(N, ...) EXPAND(FUNC_VALUE_VARARG_N(N, __VA_ARGS__))  argument
 8673 #define FUNC_VALUE_VARARG_N(N, ...) EXPAND(FAKE_VALUE_FUNC##N##_VARARG(__VA_ARGS__))  argument
 8678 #define FUNC_VOID_VARARG_(N, ...) EXPAND(FUNC_VOID_VARARG_N(N, __VA_ARGS__))  argument
 8680 #define FUNC_VOID_VARARG_N(N, ...) EXPAND(FAKE_VOID_FUNC##N##_VARARG(__VA_ARGS__))  argument
 [all …]
 
 | 
| /Zephyr-latest/drivers/sdhc/ | 
| D | sam_hsmci.c | 672 #define SAM_HSMCI_INIT(N)                                                                          \  argument
 |