Searched defs:signed (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DOScompiler.h50 #ifdef signed
51 #undef signed macro
53 #define signed macro
H A DvgaVideo.h40 #if defined(signed)
41 #undef signed macro
43 #define signed /**/ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DOScompiler.h49 #ifdef signed
50 #undef signed macro
52 #define signed macro
H A DvgaVideo.h38 #if defined(signed)
39 #undef signed macro
41 #define signed /**/ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DOScompiler.h49 #ifdef signed
50 #undef signed macro
52 #define signed macro
H A DvgaVideo.h38 #if defined(signed)
39 #undef signed macro
41 #define signed /**/ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DOScompiler.h51 #ifdef signed
52 #undef signed macro
54 #define signed macro
H A DvgaVideo.h41 #if defined(signed)
42 #undef signed macro
44 #define signed /**/ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DOScompiler.h52 #ifdef signed
53 #undef signed macro
55 #define signed macro
H A DvgaVideo.h41 #if defined(signed)
42 #undef signed macro
44 #define signed /**/ macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/
H A Dpyconfig.h972 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1033 /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
1201 /* Define to the type of a signed integer type of width exactly 32 bits if
1205 /* Define to the type of a signed integer type of width exactly 64 bits if
1219 #undef signed macro
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h120 #define signed macro
153 typedef signed char GLbyte; /* 1-byte signed */
154 typedef short GLshort; /* 2-byte signed */
155 typedef int GLint; /* 4-byte signed */
159 typedef int GLsizei; /* 4-byte signed */
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h118 #define signed macro
151 typedef signed char GLbyte; /* 1-byte signed */
152 typedef short GLshort; /* 2-byte signed */
153 typedef int GLint; /* 4-byte signed */
157 typedef int GLsizei; /* 4-byte signed */

Completed in 131 milliseconds