Searched refs:_CONCAT (Results 1 – 5 of 5) sorted by relevance
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | util.h | 108 #define CONCAT(x, y) _CONCAT(x, y) 109 #define _CONCAT(x, y) x##y macro
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | util.h | 108 #define CONCAT(x, y) _CONCAT(x, y) 109 #define _CONCAT(x, y) x##y macro
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | util.h | 108 #define CONCAT(x, y) _CONCAT(x, y) 109 #define _CONCAT(x, y) x##y macro
|
/optee_os/lib/libutils/ext/include/ |
A D | util.h | 108 #define CONCAT(x, y) _CONCAT(x, y) 109 #define _CONCAT(x, y) x##y macro
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | util.h | 108 #define CONCAT(x, y) _CONCAT(x, y) 109 #define _CONCAT(x, y) x##y macro
|
Completed in 7 milliseconds