Searched defs:CONCAT3 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.h39 #define CONCAT3(a,b,c) a ## b ## c macro
128 #define INSTALLER(x) CONCAT3(install_ ,x, _interceptors)
129 #define UNINSTALLER(x) CONCAT3(uninstall_,x,_interceptors)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h82 #define CONCAT3(x, y, z) x ## y ## z macro
85 #define CONCAT3(x, y, z) x/**/y/**/z macro
886 #define CONCAT3(x, y, z) x ## y ## z macro
1714 #define LLBL2(a,b) CONCAT3(.L,a,b)

Completed in 916 milliseconds