Searched refs:offLast (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer-decode.cpp50 uint32_t offLast = pThis->Asn1Core.cb - 1; local
54 case 8: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 7] << 56;
55 case 7: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 6] << 48;
56 case 6: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 5] << 40;
57 case 5: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 4] << 32;
58 case 4: pThis->uValue.u |= (uint32_t)pThis->Asn1Core.uData.pu8[offLast - 3] << 24;
59 case 3: pThis->uValue.u |= (uint32_t)pThis->Asn1Core.uData.pu8[offLast - 2] << 16;
60 case 2: pThis->uValue.u |= (uint16_t)pThis->Asn1Core.uData.pu8[offLast - 1] << 8;
61 case 1: pThis->uValue.u |= pThis->Asn1Core.uData.pu8[offLast];
H A Dasn1-ut-integer.cpp65 uint32_t offLast = pThis->Asn1Core.cb - 1; local
69 case 8: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 7] << 56;
70 case 7: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 6] << 48;
71 case 6: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 5] << 40;
72 case 5: pThis->uValue.u |= (uint64_t)pThis->Asn1Core.uData.pu8[offLast - 4] << 32;
73 case 4: pThis->uValue.u |= (uint32_t)pThis->Asn1Core.uData.pu8[offLast - 3] << 24;
74 case 3: pThis->uValue.u |= (uint32_t)pThis->Asn1Core.uData.pu8[offLast - 2] << 16;
75 case 2: pThis->uValue.u |= (uint16_t)pThis->Asn1Core.uData.pu8[offLast - 1] << 8;
76 case 1: pThis->uValue.u |= pThis->Asn1Core.uData.pu8[offLast];
/vbox/src/VBox/Runtime/common/rand/
H A Drandadv.cpp300 const uint32_t offLast = u32Last - u32First; local
301 if (offLast == UINT32_MAX)
304 else if (!(offLast & UINT32_C(0xf0000000)))
308 u.off %= offLast + 1;
315 u.off %= (offLast >> 4) + 1;
318 if (u.off > offLast)
319 u.off = offLast;
341 const uint64_t offLast = u64Last - u64First; local
342 if (offLast == UINT64_MAX)
345 else if (!(offLast
[all...]
H A Drandparkmiller.cpp69 uint32_t offLast = u32Last - u32First; local
70 if (offLast == UINT32_MAX)
84 else if (offLast == (uint32_t)INT32_MAX - 1)
87 else if (offLast < UINT32_C(0x07ffffff))
92 off %= (offLast + 1);
109 off = ASMModU64ByU32RetU32(off64, offLast + 1);
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp120 HGSMISIZE cbMaximumDataSize = pArea->offLast - pArea->offBase;
160 pArea->offLast = cbArea - HGSMIBufferMinimumSize () + offBase;
429 offBuffer, pArea->pu8Base, pArea->cbArea, pArea->offBase, pArea->offLast));
434 || offBuffer > pArea->offLast)
437 offBuffer, pArea->offBase, pArea->offLast));
449 LogFlowFunc(("datasize check: header.u32DataSize = 0x%x pArea->offLast - offBuffer = 0x%x\n",
450 header.u32DataSize, pArea->offLast - offBuffer));
452 if (header.u32DataSize <= pArea->offLast - offBuffer)
478 header.u32DataSize, pArea->offLast - offBuffer));
/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystemext.cpp159 uint64_t offLast; member in struct:RTFILESYSTEMEXTBLKGRP
223 pBlkGrpDesc->offLast = pBlkGrpDesc->offStart + pThis->cBlocksPerGroup * pThis->cbBlock;
351 || offStart > pThis->pBlkGrpDesc->offLast)
359 cbThis = RT_MIN(cb, pThis->pBlkGrpDesc->offLast - offStart + 1);
/vbox/include/VBox/HGSMI/
H A DHGSMIDefs.h48 HGSMIOFFSET offLast; /* The last valid offset: member in struct:HGSMIAREA
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp387 size_t offLast = cchPath - 1;
388 while (offLast > 0 && !RTPATH_IS_SEP(pszPath[offLast - 1]))
389 offLast--;
391 size_t cchLast = cchPath - offLast;
392 if ( pszPath[offLast] == '.'
394 || (cchLast == 2 && pszPath[offLast + 1] == '.')))
/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp1052 ssize_t offLast; local
1064 offLast = offCur = 0;
1069 if (offLast < offCur)
1070 cchOutput += pfnOutput(pvArgOutput, &pszStr[offLast], offCur - offLast);
1083 offLast = offCur + 1;
1087 if (offLast < offCur)
1088 cchOutput += pfnOutput(pvArgOutput, &pszStr[offLast], offCur - offLast);
/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp1450 || offBuffer > pArea->offLast)
1452 LogFunc(("offset 0x%x is outside the area [0x%x;0x%x]!!!\n", offBuffer, pArea->offBase, pArea->offLast));
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp442 uint32_t offLast = off; local
450 offLast = off2;
471 pImage->pszName, cDiffs, uRva + off, uRva + offLast, iSh + 1,

Completed in 68 milliseconds