Searched defs:uTemp (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMGuest.cpp91 uint8_t uTemp[16]; local
96 Assert(sizeof(uTemp) > sizeof(uFnKiIntSystemCall));
97 Assert(sizeof(uTemp) > sizeof(uFnKiFastSystemCall));
103 rc = PGMPhysSimpleReadGCPtr(pVCpu, uTemp, lpfnKiFastSystemCall, sizeof(uFnKiFastSystemCall));
105 || memcmp(uFnKiFastSystemCall, uTemp, sizeof(uFnKiFastSystemCall)))
113 rc = PGMPhysSimpleReadGCPtr(pVCpu, uTemp, pInstrGC + i, sizeof(uFnKiIntSystemCall));
118 if(!memcmp(uFnKiIntSystemCall, uTemp, sizeof(uFnKiIntSystemCall)))
142 uTemp[0] = 0xE9;
143 *(RTGCPTR32 *)&uTemp[1] = lpfnKiIntSystemCall - (pInstrGC + SIZEOF_NEARJUMP32);
144 rc = PGMPhysSimpleDirtyWriteGCPtr(pVCpu, pInstrGC, uTemp, SIZEOF_NEARJUMP3
181 uint8_t uTemp[16]; local
[all...]
/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-sha1.cpp310 uint32_t uTemp = ASMRotateLeftU32(uA, 5); \
311 uTemp += (a_uExprBCD); \
312 uTemp += uE; \
313 uTemp += pCtx->AltPrivate.auW[iWord]; \
314 uTemp += (a_uK); \
320 uA = uTemp; \
330 uint32_t uTemp = ASMRotateLeftU32(uA, 5); local
331 uTemp += uE;
332 uTemp += pCtx->AltPrivate.auW[iWord];
335 uTemp
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1305 uint64_t uTemp; local
1326 desc.strVBoxCurrent.toInt(uTemp);
1327 lVirtualQuantity = (int32_t)uTemp;
1347 desc.strVBoxCurrent.toInt(uTemp);
1348 lVirtualQuantity = (int32_t)(uTemp / _1M);

Completed in 69 milliseconds