Searched defs:int32_t (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstdint.h65 #ifndef int32_t
66 typedef __int32_t int32_t; typedef
67 #define int32_t __int32_t macro
H A Dtypes.h77 #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 Dstdint.h17 typedef signed int int32_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/
H A Dstdint.h15 typedef signed int int32_t; typedef
/vbox/include/iprt/
H A Dstdint.h55 * 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 Dslirp.h149 typedef short int32_t; typedef
153 typedef int int32_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyri10ge_mcp.h31 typedef signed int int32_t; typedef
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman.h84 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 Dpyconfig.h1203 #undef int32_t macro
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglxext.h506 /* 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 Dglext.h6220 /* 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 Dglxext.h487 /* 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 Dglext.h5355 /* 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 Dglxext.h405 /* 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 Dglext.h3738 /* 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 Dglxext.h385 /* 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 Dglext.h3421 /* 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 Dglext.h3750 /* 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

Completed in 425 milliseconds