/vbox/src/VBox/HostDrivers/VBoxUSB/ |
H A D | USBLib.cpp | 43 register uint8_t u8 = *pu8; local 44 if (!u8) 46 u64 = (u64 * UINT64_C(1099511628211)) ^ u8;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | types.h | 50 #define u8 x86emuu8 macro 65 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | types.h | 50 #define u8 x86emuu8 macro 65 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 85 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 85 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 85 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 84 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 84 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 84 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 66 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 66 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 66 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 66 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | types.h | 50 #define u8 x86emuu8 macro 65 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | types.h | 50 #define u8 x86emuu8 macro 65 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | types.h | 50 #define u8 x86emuu8 macro 65 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Runtime/common/log/ |
H A D | logcom.cpp | 124 register uint8_t u8; local 134 u8 = ASMInU8(IPRT_UART_BASE + 5); 136 } while (!(u8 & 0x20) && u8 != 0xff && cMaxWait);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 85 typedef unsigned char u8; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | types.h | 51 #define u8 x86emuu8 macro 85 typedef unsigned char u8; typedef
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstSSM-2.cpp | 49 uint8_t u8; local 50 rc = SSMR3GetU8(pSSM, &u8); 54 rc = RTFileWrite(hFile, &u8, sizeof(u8), &cbWritten);
|
/vbox/src/libs/liblzf-3.4/ |
H A D | lzfP.h | 127 typedef unsigned char u8; typedef 129 typedef const u8 *LZF_STATE[1 << (HLOG)];
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stdint.h | 19 typedef uint8_t u8; typedef
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTAssertCompile.cpp | 44 uint8_t u8; NOREF( u8); local 48 AssertCompileSize( u8, 1); 53 AssertCompileSizeAlignment( u8, 1); 66 uint8_t u8; member in struct:STRUCT12S 78 AssertCompileMemberSize(STRUCT1, u8, 1); 83 AssertCompileMemberSizeAlignment(STRUCT1, u8, 1); 95 AssertCompileMemberAlignment(STRUCT1, u8, 1); 109 AssertCompileMemberOffset(STRUCT1, u8, 0); 122 AssertCompile2MemberOffsets(UNION1, s1.u8, s [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/SetSockOpt/ |
H A D | SetSockOpt.c | 86 UINT8 * u8; member in union:__anon9940 105 Value.u8 = &mBuffer[0]; 109 pEnd = &Value.u8[ LengthInBytes ]; 110 while ( pEnd > Value.u8 ) { 111 Print ( L" %02x", *Value.u8 ); 112 Value.u8 += 1; 177 UINT8 * u8; member in union:__anon9941 193 Value.u8 = &mValue[0];
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/ |
H A D | string.h | 47 uint8_t u8[8]; member in union:__anon15061 52 uint8_t u8[8]; member in union:__anon15062 69 dest_u->u8[0] = src_u->u8[0]; 83 dest_u->u8[2] = src_u->u8[2]; 87 dest_u->u8[4] = src_u->u8[4];
|