/vbox/src/VBox/VMM/VMMAll/ |
H A D | CPUMStack.cpp | 33 VMMDECL(void) CPUMPushHyper(PVMCPU pVCpu, uint32_t u32) argument 36 pVCpu->cpum.s.Hyper.esp -= sizeof(u32); 37 *(uint32_t *)MMHyperRCToR3(pVCpu->CTXALLSUFF(pVM), (RTRCPTR)pVCpu->cpum.s.Hyper.esp) = u32;
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | memset.cpp | 61 register uint32_t u32 = ch | (ch << 8); variable 62 u32 |= u32 << 16; 65 *u.pu32++ = u32; 70 *u.pu8++ = (uint8_t)u32;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | types.h | 52 #define u32 x86emuu32 macro 67 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | types.h | 52 #define u32 x86emuu32 macro 67 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 87 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 87 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 87 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 86 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 86 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 86 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 68 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 68 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 68 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 68 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | types.h | 52 #define u32 x86emuu32 macro 67 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | types.h | 52 #define u32 x86emuu32 macro 67 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | types.h | 52 #define u32 x86emuu32 macro 67 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | adler32.cpp | 106 uint32_t u32 = *(uint32_t const *)pbSrc; local 109 a += u32 & 0xff; 114 a += (u32 >> 8) & 0xff; 119 a += (u32 >> 16) & 0xff; 124 a += (u32 >> 24) & 0xff;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 87 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | types.h | 53 #define u32 x86emuu32 macro 87 typedef unsigned NUM32 u32; typedef
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCFunctions.cpp | 51 uint32_t u32 = RTRandU32(); local 52 DBGCVAR_INIT_NUMBER(pResult, u32);
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevPcArch.cpp | 64 static DECLCALLBACK(int) pcarchIOPortFPUWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb) argument 76 Log2(("PCARCH: FPU Clear busy latch u32=%#x\n", u32)); 79 if (!u32) 80 rc = PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32); 87 Log2(("PCARCH: FPU Reset cb=%d u32=%#x\n", Port, cb, u32)); 97 rc = PDMDevHlpDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32); 161 pcarchIOPortPS2SysControlPortAWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stdint.h | 23 typedef uint32_t u32; typedef
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBGLR3Internal.h | 55 DECLINLINE(void) VbglHGCMParmUInt32Set(HGCMFunctionParameter *pParm, uint32_t u32) argument 59 pParm->u.value32 = u32;
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTAssertCompile.cpp | 46 uint32_t u32; NOREF(u32); local 50 AssertCompileSize(u32, 4); 56 AssertCompileSizeAlignment(u32, 1); 57 AssertCompileSizeAlignment(u32, 2); 58 AssertCompileSizeAlignment(u32, 4); 70 uint32_t u32; member in struct:STRUCT12S 80 AssertCompileMemberSize(STRUCT1, u32, 4); 86 AssertCompileMemberSizeAlignment(STRUCT1, u32, 1); 87 AssertCompileMemberSizeAlignment(STRUCT1, u32, [all...] |