Searched defs:BYTE (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXwindows.h58 #define BYTE wBYTE macro
64 #undef BYTE macro
H A DXwinsock.h47 #define BYTE wBYTE macro
52 #undef BYTE macro
H A DXmd.h142 typedef CARD8 BYTE; typedef
/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlParseBuffer.cpp33 #ifndef BYTE
34 # define BYTE uint8_t macro
142 rc = stream.AddData((BYTE*)aTest[iTest].pbData, aTest[iTest].cbData);
200 int iResult = stream.AddData((BYTE*)aTestBlock[iTest].pbData, aTestBlock[iTest].cbData);
255 int iResult = stream.AddData((BYTE*)aTestStream[iTest].pbData, aTestStream[iTest].cbData);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXmd.h158 typedef CARD8 BYTE; typedef
161 #define BYTE CARD8 macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_OSlib.h561 * it causes clashes for BYTE and BOOL with Xmd.h, which is too dangerous.
566 # undef BYTE macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_OSlib.h569 * it causes clashes for BYTE and BOOL with Xmd.h, which is too dangerous.
574 # undef BYTE macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_OSlib.h571 * it causes clashes for BYTE and BOOL with Xmd.h, which is too dangerous.
576 # undef BYTE macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_OSlib.h577 * it causes clashes for BYTE and BOOL with Xmd.h, which is too dangerous.
582 # undef BYTE macro
/vbox/include/VBox/com/
H A Ddefs.h301 #define BYTE PRUint8 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindef.h217 typedef unsigned char BYTE, *PBYTE, *LPBYTE; typedef
329 #define LOBYTE(w) ((BYTE)((DWORD_PTR)(w) & 0xFF))
330 #define HIBYTE(w) ((BYTE)((DWORD_PTR)(w) >> 8))
335 #define MAKEWORD(low,high) ((WORD)(((BYTE)((DWORD_PTR)(low) & 0xFF)) | ((WORD)((BYTE)((DWORD_PTR)(high) & 0xFF))) << 8))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindef.h217 typedef unsigned char BYTE, *PBYTE, *LPBYTE; typedef
329 #define LOBYTE(w) ((BYTE)((DWORD_PTR)(w) & 0xFF))
330 #define HIBYTE(w) ((BYTE)((DWORD_PTR)(w) >> 8))
335 #define MAKEWORD(low,high) ((WORD)(((BYTE)((DWORD_PTR)(low) & 0xFF)) | ((WORD)((BYTE)((DWORD_PTR)(high) & 0xFF))) << 8))
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 799 milliseconds