Searched defs:iShift (Results 1 - 2 of 2) 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/VMM/VMMR3/
H A DCPUM.cpp1622 unsigned iShift = (pFpuCtx->FSW >> 11) & 7; local
1625 unsigned iFPR = (iST + iShift) % RT_ELEMENTS(pFpuCtx->aRegs);

Completed in 50 milliseconds