Home
last modified time | relevance | path

Searched refs:DO_CONCAT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/arch/arm/aarch32/
Dirq.h84 #define DO_CONCAT(x, y) x ## y
85 #define CONCAT(x, y) DO_CONCAT(x, y)
/Zephyr-Core-2.7.6/include/arch/riscv/
Darch.h245 #define DO_CONCAT(x, y) x ## y macro
246 #define CONCAT(x, y) DO_CONCAT(x, y)