Searched refs:iShift (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp112 int iShift; local
162 iShift = g_auchShift[uBase];
177 if (u64Prev > u64 || (u64Prev >> iShift))
557 int iShift; local
607 iShift = g_auchShift[uBase]; /** @todo test this, it's probably not 100% right yet. */
622 if (i64Prev > i64 || (i64Prev >> iShift))
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp886 uint32_t iShift = pParent->cChildren;
887 while (iShift-- > iPosition)
889 PDBGGUISTATSNODE pChild = pParent->papChildren[iShift];
890 pParent->papChildren[iShift + 1] = pChild;
891 pChild->iSelf = iShift + 1;
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1622 unsigned iShift = (pFpuCtx->FSW >> 11) & 7; local
1625 unsigned iFPR = (iST + iShift) % RT_ELEMENTS(pFpuCtx->aRegs);

Completed in 55 milliseconds