Searched refs:pre (Results 1 – 6 of 6) sorted by relevance
/scripts/native_simulator/common/src/include/ |
A D | nsi_cpu_if_internal.h | 16 #define FUNCT(i, pre, post) \ argument 17 pre##i##post 19 #define FUNCT_LIST(pre, post, sep) \ argument 20 FUNCT(0, pre, post) NSI_DEBRACKET sep \ 21 FUNCT(1, pre, post) NSI_DEBRACKET sep \ 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 47 F_TRAMP_TABLE(pre, post) \ 56 F_TRAMP_TABLE(pre, post) \ [all …]
|
/scripts/native_simulator/ |
A D | Makefile | 124 ${NSI_BUILD_PATH}/linker_script.ld : ${NSI_PATH}/common/other/linker_script.pre.ld | ${NSI_BUILD_PA…
|
/scripts/pylib/display-twister-harness/camera_shield/ |
A D | README.rst | 15 fps: 30 # analysis frame pre-second
|
/scripts/footprint/ |
A D | size_report | 759 f = len(row.pre) + len(row.node._name)
|
/scripts/pylib/twister/twisterlib/ |
A D | testplan.py | 445 for pre, _, node in RenderTree(testsuite):
|
A D | runner.py | 196 for pre, _, node in RenderTree(root):
|
Completed in 12 milliseconds