Searched refs:CHOICE (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h59 * To add support for more assemblers add more columns to the CHOICE
165 #define CHOICE(a,b,c) c macro
226 #define CHOICE(a,b,c) b macro
233 #define CHOICE(a,b,c) a macro
258 #define GLOBL CHOICE(.globl, .globl, .extern)
259 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
260 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
264 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
265 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
266 #define ALIGNDATA2 CHOICE(
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h56 * To add support for more assemblers add more columns to the CHOICE
162 #define CHOICE(a,b,c) c macro
223 #define CHOICE(a,b,c) b macro
230 #define CHOICE(a,b,c) a macro
255 #define GLOBL CHOICE(.globl, .globl, .extern)
256 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
257 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
261 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
262 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
263 #define ALIGNDATA2 CHOICE(
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h56 * To add support for more assemblers add more columns to the CHOICE
162 #define CHOICE(a,b,c) c macro
223 #define CHOICE(a,b,c) b macro
230 #define CHOICE(a,b,c) a macro
255 #define GLOBL CHOICE(.globl, .globl, .extern)
256 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
257 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
261 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
262 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
263 #define ALIGNDATA2 CHOICE(
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h32 * To add support for more assemblers add more columns to the CHOICE
138 #define CHOICE(a,b,c) c macro
199 #define CHOICE(a,b,c) b macro
206 #define CHOICE(a,b,c) a macro
231 #define GLOBL CHOICE(.globl, .globl, .extern)
232 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
233 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
237 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
238 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
239 #define ALIGNDATA2 CHOICE(
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h60 * To add support for more assemblers add more columns to the CHOICE
166 #define CHOICE(a,b,c) c macro
227 #define CHOICE(a,b,c) b macro
234 #define CHOICE(a,b,c) a macro
259 #define GLOBL CHOICE(.globl, .globl, .extern)
260 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
261 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
265 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
266 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
267 #define ALIGNDATA2 CHOICE(
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h60 * To add support for more assemblers add more columns to the CHOICE
166 #define CHOICE(a,b,c) c macro
227 #define CHOICE(a,b,c) b macro
234 #define CHOICE(a,b,c) a macro
259 #define GLOBL CHOICE(.globl, .globl, .extern)
260 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
261 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
265 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
266 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
267 #define ALIGNDATA2 CHOICE(
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h31 * To add support for more assemblers add more columns to the CHOICE
150 #define CHOICE(a,b,c) c macro
242 #define CHOICE(a,b,c) b macro
249 #define CHOICE(a,b,c) a macro
274 #define GLOBL CHOICE(.globl, .globl, .extern)
278 #define ALIGNTEXT32 CHOICE(.align 32, .balign 32, .align 32)
279 #define ALIGNTEXT16 CHOICE(.align 16, .balign 16, .align 16)
280 #define ALIGNTEXT8 CHOICE(.align 8, .balign 8, .align 8)
281 #define ALIGNTEXT4 CHOICE(.align 4, .balign 4, .align 4)
282 #define ALIGNTEXT2 CHOICE(
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 86 milliseconds