Home
last modified time | relevance | path

Searched defs:pre (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if_internal.h16 #define FUNCT(i, pre, post) \ argument
19 #define FUNCT_LIST(pre, post, sep) \ argument
37 #define F_TRAMP_TABLE(pre, post) FUNCT_LIST(pre, post, (,)) argument
39 #define F_TRAMP_LIST(pre, post) FUNCT_LIST(pre, post, (;)) argument
41 #define F_TRAMP_BODY_LIST(pre, post) FUNCT_LIST(pre, post, ()) argument
43 #define TRAMPOLINES(pre, post) \ argument
52 #define TRAMPOLINES_i_vp(pre, post) \ argument
61 #define TRAMPOLINES_i_(pre, post) \ argument
/Zephyr-latest/soc/nxp/imx/imx7d/
Dsoc_clk_freq.c16 uint32_t pre, post; in get_pwm_clock_freq() local