Searched refs:CONCAT (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Dinterceptor.h26 #define TBL_ENTRY(a,b, ign, return_type, params_num, params) static return_type EFIAPI CONCAT(VBOXINTERCEPTOR,b)(PARAMETER(params_num)params);
43 gThis->CONCAT(SERVICE, Orig).b = ORIG_SERVICE->b; \
44 ORIG_SERVICE->b = CONCAT(VBOXINTERCEPTOR, b); \
55 ORIG_SERVICE->b = gThis->CONCAT(SERVICE,Orig).b; \
H A DVBoxInterceptor.h38 #define CONCAT(a,b) XCONCAT(a,b) macro
103 static void EFIAPI CONCAT(VBOXINTERCEPTOR,func_name)(PARAMETER(nparams)params) \
105 UINT32 off = (UINT32)(uintptr_t)&(((typeof(gThis))0)->CONCAT(SERVICE,Orig).func_name); \
109 gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
115 static return_type EFIAPI CONCAT(VBOXINTERCEPTOR,func_name)(PARAMETER(nparams)params) \
118 UINT32 off = (UINT32)(uintptr_t)&(((typeof(gThis))0)->CONCAT(SERVICE,Orig).func_name); \
122 r =gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplvrsion.c67 #define CONCAT(x, y) x ## y macro
68 #define CONCAT2(x, y) CONCAT(x, y)
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dplvrsion.c67 #define CONCAT(x, y) x ## y macro
68 #define CONCAT2(x, y) CONCAT(x, y)
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dplvrsion.c67 #define CONCAT(x, y) x ## y macro
68 #define CONCAT2(x, y) CONCAT(x, y)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/
H A Dprvrsion.c69 #define CONCAT(x, y) x ## y macro
70 #define CONCAT2(x, y) CONCAT(x, y)
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c42 #define CONCAT(x,y) x##y macro
43 #define DPRINT(x) Print(CONCAT(L,x))
44 #define DPRINT2(x,y) Print(CONCAT(L,x), y)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h98 #define CONCAT(x, y) x ## y macro
100 #define CONCAT(x, y) x/**/y macro
245 #define GLNAME(a) CONCAT(_,a)
286 #define ADDR(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
287 #define CONST(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h95 #define CONCAT(x, y) x ## y macro
97 #define CONCAT(x, y) x/**/y macro
242 #define GLNAME(a) CONCAT(_,a)
283 #define ADDR(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
284 #define CONST(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h95 #define CONCAT(x, y) x ## y macro
97 #define CONCAT(x, y) x/**/y macro
242 #define GLNAME(a) CONCAT(_,a)
283 #define ADDR(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
284 #define CONST(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h71 #define CONCAT(x, y) x ## y macro
73 #define CONCAT(x, y) x/**/y macro
218 #define GLNAME(a) CONCAT(_,a)
259 #define ADDR(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
260 #define CONST(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h99 #define CONCAT(x, y) x ## y macro
101 #define CONCAT(x, y) x/**/y macro
246 #define GLNAME(a) CONCAT(_,a)
287 #define ADDR(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
288 #define CONST(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h99 #define CONCAT(x, y) x ## y macro
101 #define CONCAT(x, y) x/**/y macro
246 #define GLNAME(a) CONCAT(_,a)
287 #define ADDR(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
288 #define CONST(a) CHOICE(CONCAT($,a), CONCAT($,a), a)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h81 #define CONCAT(x, y) x ## y macro
84 #define CONCAT(x, y) x/**/y macro
208 #define ST(x) CONCAT(_STX,x)
261 #define GLNAME(a) CONCAT(_,a)
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a)
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a)
885 #define CONCAT(x, y) x ## y macro
992 #define GLNAME(a) CONCAT(_, a)
1713 #define LLBL(a) CONCAT(.L,a)
1717 #define LLBL2(a,b) CONCAT(
[all...]

Completed in 114 milliseconds