/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | stdint.h | 65 #ifndef int32_t 66 typedef __int32_t int32_t; typedef 67 #define int32_t __int32_t macro
|
H A D | types.h | 77 #ifndef int32_t 78 typedef __int32_t int32_t; typedef 79 #define int32_t __int32_t macro 188 typedef int32_t lwpid_t; /* LWP id */ 190 typedef int32_t segsz_t; /* segment size */ 191 typedef int32_t swblk_t; /* swap offset */ 232 #define major(x) ((int32_t)((((x) & 0x000fff00) >> 8))) 233 #define minor(x) ((int32_t)((((x) & 0xfff00000) >> 12) | \
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | stdint.h | 17 typedef signed int int32_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/ |
H A D | stdint.h | 15 typedef signed int int32_t; typedef
|
/vbox/include/iprt/ |
H A D | stdint.h | 55 * Kernel.framework/Headers/stdin.h. uint32_t and int32_t are 114 typedef signed int int32_t; typedef 128 typedef struct { uint32_t lo; int32_t hi; } int64_t;
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | slirp.h | 149 typedef short int32_t; typedef 153 typedef int int32_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | myri10ge_mcp.h | 31 typedef signed int int32_t; typedef
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman.h | 84 typedef __int32 int32_t; typedef 106 typedef int32_t pixman_fixed_16_16_t; 459 int32_t x, y; 465 int32_t x1, y1, x2, y2;
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/ |
H A D | pyconfig.h | 1203 #undef int32_t macro
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 506 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 526 typedef long int int32_t; typedef 532 typedef __int32 int32_t; typedef 832 extern Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator); 838 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
|
H A D | glext.h | 6220 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 6240 typedef long int int32_t; typedef 6246 typedef __int32 int32_t; typedef
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glxext.h | 487 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 507 typedef long int int32_t; typedef 513 typedef __int32 int32_t; typedef 813 extern Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator); 819 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
|
H A D | glext.h | 5355 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 5375 typedef long int int32_t; typedef 5381 typedef __int32 int32_t; typedef
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glxext.h | 405 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 425 typedef long int int32_t; typedef 431 typedef __int32 int32_t; typedef 711 extern Bool glXGetMscRateOML (Display *, GLXDrawable, int32_t *, int32_t *); 717 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
|
H A D | glext.h | 3738 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 3758 typedef long int int32_t; typedef 3764 typedef __int32 int32_t; typedef
|
/vbox/include/VBox/HostServices/ |
H A D | glxext.h | 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 405 typedef long int int32_t; typedef 411 typedef __int32 int32_t; typedef 691 extern Bool glXGetMscRateOML (Display *, GLXDrawable, int32_t *, int32_t *); 697 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
|
H A D | glext.h | 3421 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 3441 typedef long int int32_t; typedef 3447 typedef __int32 int32_t; typedef
|
/vbox/src/VBox/GuestHost/OpenGL/include/GL/ |
H A D | glext.h | 3750 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 3770 typedef long int int32_t; typedef 3776 typedef __int32 int32_t; typedef
|