Searched defs:uint (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dtypes.h58 #define uint x86emuuint macro
75 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dtypes.h58 #define uint x86emuuint macro
75 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dtypes.h59 #define uint x86emuuint macro
99 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dtypes.h59 #define uint x86emuuint macro
99 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dtypes.h59 #define uint x86emuuint macro
99 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dtypes.h59 #define uint x86emuuint macro
98 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dtypes.h59 #define uint x86emuuint macro
98 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dtypes.h59 #define uint x86emuuint macro
98 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dtypes.h59 #define uint x86emuuint macro
76 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dtypes.h59 #define uint x86emuuint macro
76 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dtypes.h59 #define uint x86emuuint macro
76 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dtypes.h59 #define uint x86emuuint macro
76 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dtypes.h58 #define uint x86emuuint macro
75 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dtypes.h58 #define uint x86emuuint macro
75 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dtypes.h58 #define uint x86emuuint macro
75 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dtypes.h59 #define uint x86emuuint macro
99 typedef unsigned int uint; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dtypes.h59 #define uint x86emuuint macro
99 typedef unsigned int uint; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtypes.h112 typedef UINTN uint; /* Sys V compatibility */ typedef
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h54 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * SVR4 typedef of uint is commonly found on UNIX machines.
95 * uint
101 typedef PRUintn uint; typedef
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)
[all...]

Completed in 58 milliseconds