Searched refs:iPageNo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuicontentbase.py384 def _showChangeLogNavi(self, fMoreEntries, iPageNo, cEntriesPerPage, tsNow, sWhere):
394 dParams[WuiDispatcherBase.ksParamChangeLogPageNo] = iPageNo;
403 if iPageNo > 0:
404 dParams[WuiDispatcherBase.ksParamChangeLogPageNo] = iPageNo - 1;
407 dParams[WuiDispatcherBase.ksParamChangeLogPageNo] = iPageNo;
435 dParams[WuiDispatcherBase.ksParamChangeLogPageNo] = iPageNo + 1;
446 def showChangeLog(self, aoEntries, fMoreEntries, iPageNo, cEntriesPerPage, tsNow, fShowNavigation = True):
456 sContent += self._showChangeLogNavi(fMoreEntries, iPageNo, cEntriesPerPage, tsNow, 'top');
478 sContent += self._showChangeLogNavi(fMoreEntries, iPageNo, cEntriesPerPage, tsNow, 'bottom');
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp87 const unsigned iPageNo = (off >> PAGE_SHIFT) & X86_PT_MASK; local
90 pCur->aPTs[iPT].CTX_SUFF(pPT)->a[iPageNo].u = (uint32_t)Pte.u; /* ASSUMES HCPhys < 4GB and/or that we're never gonna do 32-bit on a PAE host! */
93 PGMSHWPTEPAE_SET(pCur->aPTs[iPT].CTX_SUFF(paPaePTs)[iPageNo / 512].a[iPageNo % 512], Pte.u);

Completed in 45 milliseconds